Troubleshooting guide

Rev. 1.0
- 13 -
The ps –ef command:
lists machine processes with additional information such as what usr is
using that process, process number, what date it started, how long it’s
been running, and the path for that process
you can kill the process by typing, “#kill (process number)”
The df command:
reports number of free files system disk blocks
use df –k to list in kilobytes (KB). this lists space used and space available
for all mounted file systems
use df –l to list local file systems only
use df –F nfs –e for number of free files on all nfs mounted file systems (-
F =file system)
The ioscan –nf command:
this command will list all the devices with the names and paths of the
device
The link command:
ln –s is the symbolic link command. For example the alias for the DAT
drive is 0mn and the address is c1t4d0BESTn. So to link them:
#ln –s 0mn c1t4d0BESTn