Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unix /MPE Server "System is Hung" indicator

Status
Not open for further replies.

nfaber

Technical User
Joined
Oct 22, 2001
Messages
446
Location
US
I need to create a "system is hung indicator" for Sun and HPUX Servers that check for a hung process, sends and SNMP notification if it finds one and restarts the process if possible. Once I get it working, I need to port it to MPE.

Has anyone done this or know an efficient wat to do this?
 
How do you determine if a process is 'hung' ps -efx ...

Output your result to a file, and compare. Or store results in memory, and if no change occurs consider process hung, kill pid, and restart

Need more info

Paul

It's important in life to always strike a happy medium, so if you see someone with a crystal ball, and a smile on their face ...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top