Disabling System Logins
When patches are applied to the system, it is important for all users to be out of the system. This can be accomplished with the following Action command from the user that is running the nms services:
Action any.pub* ejb enable_login false
 
This will force all users to log out and keep them from logging back in. After the system is updated, and you wish to restore logins, run this command:
Action any.pub* ejb enable_login true