- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Hang system
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2004 07:56 PM
01-21-2004 07:56 PM
It had installed an HP-UX 10 on it. One month ago, we installed HP-UX 11.
Till here, everything is OK.
Now, some days ago, the system is hanging without apparent reason.
When I realized the system has just hang I have a look at the display and it passes through the following states:
- RUN F71F
- RUN F91F
- RUN FA1F
When it comes to this final state, the system does not respond to any remote (telnet) nor console command. It only responds to a ping command.
What can be happening?
Thanks in advanced!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2004 08:08 PM
01-21-2004 08:08 PM
Re: Hang system
when you installed it, did you install the latest Patches (i.e. the QualityPack from the Support Plus CD)?
The behaviour of your system may be due to a runaway process or to a memory leak.
1st thing to do: get up to date with patches.
Regards
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2004 08:21 PM
01-21-2004 08:21 PM
Re: Hang system
/var/adm/syslog/syslog.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2004 08:23 PM
01-21-2004 08:23 PM
Re: Hang system
Things to do are;
1. reboot
2. watch memory usage closely. Keep watching it to ensure its not increasing to such a point where you run out of memory (swapping starts). This is to be avoided. If it happens find out who is using the most memory and stop it, or add more RAM. Typically HP-UX 11.0 uses more memory than HP-UX 10.
3. Install glance/gpm to monitor memory usage closely and use this command to see which processes are using the most;
UNIX95= ps -e -o vsz=Kbytes -o ruser -o pid,args=Command-Line | sort -rnk1 | more
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2004 08:32 PM
01-21-2004 08:32 PM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2004 08:35 PM
01-21-2004 08:35 PM
Re: Hang system
check these threads similar to your problem:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=112625
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=97042
I hope this helps you.
Best regards,
Ettore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 04:54 AM
01-27-2004 04:54 AM
Re: Hang system
Alternatively, you could force a crash dump when the machine gets into that state and ask your HP support folks to take a look. (This type of problem is usually not hard to identify in a crash dump.)
If this happened to me I would try to login on the system and be patient. Chances are good that you will be able to login eventually, even if response time is very slow. From there you could do a lot more exploring than is possible just by looking at the front panel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 05:20 AM
01-27-2004 05:20 AM
Re: Hang system
Go through the syslog and enable in syslog.conf to log the messages to the console also .it seems some process is using the full system.use dmesg and check wheather the system is showing the full memory .have a look on swap also.