A stopped or stalled process might make your system inactive. Check your system processes by:
Restart line scrolling halted by the Ctrl-S key sequence by doing the following:
The Ctrl-S key sequence stops line scrolling, and the Ctrl-Q key sequence restarts line scrolling.
If your scroll check did not correct the problem with your inactive system, go to the next step, Using the Ctrl-D Key Sequence .
End a stopped process by doing the following:
If the Ctrl-D key sequence did not correct the problem with your inactive system, go to the next step, Using the Ctrl-C Key Sequence .
End a stopped process by doing the following:
If the Ctrl-C key sequence did not correct the problem with your inactive system, go to the next step, Logging In from a Remote Terminal or Host .
Log in remotely in either of two ways:
tn YourSystemName
The system asks for your regular login name and password when you use the tn command.
If you were able to log in to the system from a remote terminal or host, go to the next step, Ending Stalled Processes Remotely .
If you were not able to log in to the system from a remote terminal or host, go to Restarting the System .
You can also start a system dump to determine why your system became inactive. For more information, see System Dump Facility .
End a stalled process from a remote terminal by doing the following:
ps -ef
The -e and -f flags identify all active and inactive processes.
For help in identifying processes, use the grep command with a search string. For example, to end the xlock process, type the following to find the process ID:
ps -ef | grep xlock
The grep command allows you to search on the output from the ps command to identify the process ID of a specific process.
Note: You must have root user authority to use the kill command on processes you did not initiate.
kill -9 ProcessID
If you cannot identify the problem process, the most recently activated process might be the cause of your inactive system. End the most recent process if you think that is the problem.
If your process checks have not corrected the problem with your inactive system, go to Restarting the System .
You can also start a system dump to determine why your system became inactive. For more information, see System Dump Facility.