Read more
- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- HP-UNIX was in a hung state
-
-
Categories
- Topics
- Hybrid IT with Cloud
- Mobile & IoT
- IT for Data & Analytics
- Transformation
- Strategy and Technology
- Products
- Cloud
- Integrated Systems
- Networking
- Servers and Operating Systems
- Services
- Storage
- Company
- Events
- Partner Solutions and Certifications
- Welcome
- Welcome
- Announcements
- Tips and Tricks
- Feedback
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- Converged Data Center Infrastructure
- Digital Transformation
- Grounded in the Cloud
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- Networking
- OEM Solutions
- Servers: The Right Compute
- Telecom IQ
- Transforming IT
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Categories
-
Forums
-
Blogs
-
InformationEnglish
HP-UNIX was in a hung state
SOLVED- 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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-09-2010 05:18 AM
08-09-2010 05:18 AM
Today morning our HP 9000, running HP-UNIX 10.01 was in a hung state.Display panel was showing FLT FBE/FB0, neither the console nor network was working. We hard boot the system and now the system is up.
Any one having idea about the problem? please advice me how to troubleshoot this, we do not have any support from HP on these UNIX boxes.
Thx,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-09-2010 05:37 AM
08-09-2010 05:37 AM
SolutionPlease check the following path.
#/var/adm/syslog/syslog.log
#/var/adm/syslog/OLDsyslog.log
#/var/adm/crash
#/var/adm/vtdaemonlog
#/var/adm/ptydaemonlog
#/etc/shutdownlog
#/var/tombstones/ts99 (Check the timestamp column)
Hope this will help
Prashant
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-09-2010 05:41 AM
08-09-2010 05:41 AM
Re: HP-UNIX was in a hung state
Re: HP-UNIX was in a hung state
It may be a hardware issue.Check the syslog Old syslog and /var/adm/crash files.Is there any extra h/w like n/w interface card, remove it.
can you mention the exact model number?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-09-2010 05:52 AM
08-09-2010 05:52 AM
Re: HP-UNIX was in a hung state
Re: HP-UNIX was in a hung state
# model
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-09-2010 05:59 AM
08-09-2010 05:59 AM
Re: HP-UNIX was in a hung state
Re: HP-UNIX was in a hung state
Thx,
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-09-2010 06:53 AM
08-09-2010 06:53 AM
Re: HP-UNIX was in a hung state
Re: HP-UNIX was in a hung state
Secondly, if the problem arises again and system console and network will hung, what should we do to troubleshoot.
Thx,
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-09-2010 07:31 AM
08-09-2010 07:31 AM
Re: HP-UNIX was in a hung state
Re: HP-UNIX was in a hung state
http://ftp.parisc-linux.org/docs/platforms/A2375-90004.pdf
The FxxF codes are normal runtime codes.
However, the FLT is definitely a FAULT which is not normal.
The codes on the K-series server displays are usually 4 character codes. The FBE / FB0 seem to be incomplete codes.
Chapter 4 from the link above lists the various front panel codes for the server.
As far as troubleshooting goes if/when this occurrs again, make sure you note down the EXACT codes on the display and any messages that might appear on the console. If both network and console are hung, you may be out of luck as far as troubleshooting goes.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-09-2010 09:53 AM
08-09-2010 09:53 AM
Re: HP-UNIX was in a hung state
Re: HP-UNIX was in a hung state
Yesterday I change only the crontab and add below script. Does anyone think that system hang problem could be this reason?
0,5,10,15,20,25,30,35,40,45,50,55 * * * * /informix/home/wipe_log.sh > /tmp/clearLog.txt 2>&1
#!/bin/sh
date
bdf /informix
ls -l /informix/xyz.log.log
cat /dev/null > /informix/xyz.log
date
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-09-2010 07:13 PM
08-09-2010 07:13 PM
Re: HP-UNIX was in a hung state
Re: HP-UNIX was in a hung state
I wouldn't think that simple script could cause that crash.
Any reason you are using 10.01 vs 10.20?
Or a supported 11.11?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-10-2010 04:34 AM
08-10-2010 04:34 AM
Re: HP-UNIX was in a hung state
Re: HP-UNIX was in a hung state
The reason behind we are running 10.01 because our legacy applications, 4gl and informix runs only on 10.01.
Thx,
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-11-2010 04:00 AM
08-11-2010 04:00 AM
Re: HP-UNIX was in a hung state
Re: HP-UNIX was in a hung state
Please assign the points.
Prashant
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-12-2010 10:21 AM
08-12-2010 10:21 AM
Re: HP-UNIX was in a hung state
Re: HP-UNIX was in a hung state
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2018 Hewlett Packard Enterprise Development LP