REACTIVATE command

From m204wiki
Jump to navigation Jump to search

Summary

Privileges
Operator or system administrator
Function
Reactivates all deactivated Model 204 terminals or specified terminals

Syntax

REACTIVATE {usernumber [usernumber]... | ALL}

Where:

usernumber is the number associated with a particular user.
ALL reactivates all deactivated terminals.

Syntax notes

User numbers must be separated by spaces.

If REACTIVATE is issued without arguments, the effect is identical to specifying REACTIVATE ALL.

Example

REACTIVATE ALL REACTIVATE 21 22

Usage notes

The REACTIVATE command reactivates terminals that have encountered severe I/O errors and thus have been deactivated (that is, taken off the polling list). The command applies to IODEV 7, the SNA Communications server (formerly VTAM) local 3270.

This command can reactivate all deactivated terminals (REACTIVATE ALL) or only those specified by the user numbers in the command. You can issue REACTIVATE from either an active terminal or from the operator's console in response to a HALT command message. System administrator privileges are required if REACTIVATE is issued from an active terminal.

When a terminal is reactivated, the user is restarted and must log in again in order to continue.