Solaris General Question:

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

Solaris General Interview Question
Solaris General Interview Question

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.


Previous QuestionNext 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?