STOPUSER command

From m204wiki
Revision as of 01:05, 28 February 2013 by Alex (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary

Privileges
System manager
Function
Forces an active user into a swappable, bumpable, wait type 3

Syntax

STOPUSER {userid | usernum} {ON | OFF}

Where:

userid is the Model 204 login user ID of the user to be stopped.
usernum is the user thread number displayed in Model 204 journal/audit trail user statistics (see the Rocket Model 204 System Manager's Guide) of the user to be stopped.

Example

System manager issues:

STOPUSER user22 ON *** M204, 2374: USER SCHEDULED FOR STOP

User receives:

*** SYSTEM MANAGER HAS STOPPED YOU; ANSWERING "YES" TO THE FOLLOWING MESSAGE WILL HAVE NO EFFECT UNTIL THE SYSTEM MANAGER TURNS STOP OFF *** DO YOU REALLY WANT TO CONTINUE?

User enters:

Y

User receives:

*** SYSTEM MANAGER HAS STOPPED YOU; ANSWERING "YES" TO THE FOLLOWING MESSAGE WILL HAVE NO EFFECT UNTIL THE SYSTEM MANAGER TURNS STOP OFF *** DO YOU REALLY WANT TO CONTINUE?

User enters:

Y

User receives:

*** SYSTEM MANAGER HAS STOPPED YOU; ANSWERING "YES" TO THE FOLLOWING MESSAGE WILL HAVE NO EFFECT UNTIL THE SYSTEM MANAGER TURNS STOP OFF *** DO YOU REALLY WANT TO CONTINUE?

System manager issues:

STOPUSER user22 OFF *** M204, 2420: USERE SCHEDULED FOR START

Usage notes

If you issue STOPUSER ON for a user, the user is notified with a Model 204 message stating that they need to notify the system manager before they can be allowed to continue. Only when the system manager issues STOPUSER OFF for the user can the user continue.

If the user being stopped answers N to the "WANT TO CONTINUE" question, the request that was active is terminated.