REACTIVATE command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
No edit summary
 
Line 23: Line 23:
   
   
</table>
</table>
===Syntax notes===
===Syntax notes===
<p>User numbers must be separated by spaces.</p>
<p>User numbers must be separated by spaces.</p>
Line 30: Line 31:
REACTIVATE 21 22   
REACTIVATE 21 22   
</p>
</p>
==Usage notes==
==Usage notes==
<p>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.</p>
<p>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.</p>
<p>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.</p>
<p>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.</p>
<p>When a terminal is reactivated, the user is restarted and must log in again in order to continue.</p>
<p>When a terminal is reactivated, the user is restarted and must log in again in order to continue.</p>
[[Category: System administrator commands]]
[[Category: System administrator commands]]
[[Category: Operator commands]]
[[Category:Commands]]
[[Category:Commands]]

Latest revision as of 02:05, 8 March 2013

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.