Solaris General Question:
How to solve the system hung issue. found that the memory state is free, commands to check and solve the issue?

Answer:
may be many zombie process are running or harware error,
ps -el is a command to check any zombie processes are
running, if is the issue then issue preap command to kill
the multiple zombie processes, if it a hardware error then
issue iostat -en command to see the hardware errors.
ps -el is a command to check any zombie processes are
running, if is the issue then issue preap command to kill
the multiple zombie processes, if it a hardware error then
issue iostat -en command to see the hardware errors.
Previous Question | Next Question |
Suppose I have 20 GB free space in my file system but my inode size full. How will i increase or how will i fix this issue? | What is Difference between swap -l & swap -s? |