[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

System Management Guide: Operating System and Devices

Checking the Processes

A stopped or stalled process might make your system inactive. Check your system processes by:

Restarting Line Scrolling

Restart line scrolling halted by the Ctrl-S key sequence by doing the following:

  1. Activate the window or shell with the problem process.
  2. Press the Ctrl-Q key sequence to restart scrolling.

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 .

Using the Ctrl-D Key Sequence

End a stopped process by doing the following:

  1. Activate the window or shell with the problem process.
  2. Press the Ctrl-D key sequence. The Ctrl-D key sequence sends an end of file (EOF) signal to the process. The Ctrl-D key sequence may close the window or shell and log you out.

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 .

Using the Ctrl-C Key Sequence

End a stopped process by doing the following:

  1. Activate the window or shell with the problem process.
  2. Press the Ctrl-C key sequence. The Ctrl-C key sequence stops the current search or filter.

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 .

Logging In from a Remote Terminal or Host

Log in remotely in either of two ways:

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 .

Ending Stalled Processes Remotely

End a stalled process from a remote terminal by doing the following:

  1. List active processes by typing the following ps command:

    ps -ef
    

    The -e and -f flags identify all active and inactive processes.

  2. Identify the process ID of the stalled process.

    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.

  3. End the process by typing the following kill command:

    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.


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]