This is a discussion on really strange boot behavior within the AIX Operating System forums, part of the Unix Operating Systems category; --> One system booting last night shows many processes called 'wait' with a PPID of 0. I've never seen this ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| One system booting last night shows many processes called 'wait' with a PPID of 0. I've never seen this before. I think something in the /etc/inittab hung and the other parts of /etc/inittab are waiting for this hung thing to finish before it complets processing. How do I figure out what is hung? H80, AIX 5.2 ML 5, 2x450MHz, 2GB core, 2x18GB disk. Mike |
| ||||
| Mike wrote: > One system booting last night shows many processes called 'wait' > with a PPID of 0. I've never seen this before. I think something > in the /etc/inittab hung and the other parts of /etc/inittab are > waiting for this hung thing to finish before it complets processing. > How do I figure out what is hung? > > H80, AIX 5.2 ML 5, 2x450MHz, 2GB core, 2x18GB disk. > > Mike 'wait' is just cpu idle time. nothing wrong with that. # who -d to see return code of everything that already ran from inittab. then see what is not yet complete or failed. |