1752569 Members
5044 Online
108788 Solutions
New Discussion юеВ

Re: Linux Vs HP Commands

 
SOLVED
Go to solution
OldSchool
Honored Contributor

Re: Linux Vs HP Commands

"'ps -ealf | grep console' now showing State as S means sleep. No logs generating at all its like hung."

Insufficient information. Sleep is normal if it's waiting on another process or for its time slice. It could well be hung, or it have been put in the background, could have been suspended...can't tell from your description.
Dennis Handly
Acclaimed Contributor

Re: Linux Vs HP Commands

>How to wake up those process initiated by me without killing and restarting those process ...??????

Well, you may not be able to wake it up but you can use tusc to see what system calls are being made. It won't help if it is still sleeping. You would have to catch it sooner.

You can also use gdb to attach and see what's going on.
Bob E Campbell
Honored Contributor

Re: Linux Vs HP Commands

Once you have a system running HP-UX you can use Software Assistant to maintain it. Use the command:

# swa report -a SEC -a CRIT -a PW -a QPK

to review the list of recommended changes and follow with:

# swa get -t /path-to-depot

to download the recommended patches. These can then be installed using:

# swinstall -s /path-to-depot -x autoreboot=true -x patch_match_target=true

Be sure to review the manual actions listed in the initial report as many security bulletins are not resolved by a patch.

SWA is found at https://www.hp.com/go/swa
Vinayak_HPUX
Frequent Advisor

Re: Linux Vs HP Commands

I have found a solution to this question
"Success is matter of law not luck, Make ur own & follow them -Shivkhera[You Can Win] "
Dennis Handly
Acclaimed Contributor

Re: Linux Vs HP Commands

You haven't assigned any points to any of your threads yet. Please see the following about reopening threads and assigning points:
http://forums.itrc.hp.com/service/forums/helptips.do?#41
http://forums.itrc.hp.com/service/forums/helptips.do?#33