Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CMS Sup - Remote Logout of Users via Unix Root

Status
Not open for further replies.

SignalCorpNCO

IS-IT--Management
Sep 27, 2005
50
US
I have a problem w/ CMS Supervisor users staying logged in for for excessive periods of time, (day's even weeks). ...Thus, tying up user licenses.

Seems like I recall there being a command that can be ran from root to kick the user out of CMS, but can't remember the command line. Does anyone know what the command is? Thanks in advance.





 
I found the answer, it is -

log in as root and perform the following commands at the # prompt:

Enter the command: who -u | sort | more

Identify the PID of the problem user. (PID = Process Identification Number).

Enter the command: kill -9 <PID Number>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top