- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX server crash
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
10-28-2006 12:08 AM
10-28-2006 12:08 AM
HP-UX server crash
My name is John Wesley. Few days back, we experienced an over-night intermittent shutdown of our power generator machine, which ended up crashing our HP-UX server. This server I'd say is pretty old though: HP 9000 D-Class. Now, not all disks are mounted during startup. Have physically shutdown, removed and put back the disks, yet no solution. Will appreciate if someone could please kindly help me work through for an urgent fix as there critical applications that needs to be accessed on that server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2006 12:47 AM
10-28-2006 12:47 AM
Re: HP-UX server crash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2006 12:57 AM
10-28-2006 12:57 AM
Re: HP-UX server crash
That's right, not all FS are been mounted or coming up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2006 01:20 AM
10-28-2006 01:20 AM
Re: HP-UX server crash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2006 01:42 AM
10-28-2006 01:42 AM
Re: HP-UX server crash
After a reboot, the situation remains the same. Only vg00 is mounted. vg02 and vg03 are still not available.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2006 02:14 AM
10-28-2006 02:14 AM
Re: HP-UX server crash
/var/adm/syslog/syslog.log
/etc/rc.log
What happens when you manually activate VG02 and VG03 (ie, vgchange -a y vg02)? If you see error messages about missing or inaccessible disks, you have likely lost some disks and will need to replace them and restore from your latest backup.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2006 03:00 AM
10-28-2006 03:00 AM
Re: HP-UX server crash
Yes, got error messages in the log files. Extracted few major lines from /etc/rc.log confirming that vg01, vg02 and vg03 are not mounted:
mountall: cannot mount /dev/vg03/lvol32
mountall: diagnostics from mount
mount: Cannot open /dev/vg03/lvol32: no such device or address
The same error message for /dev/vg02/lvol21 and /dev/vg01/lvol11, 13 and 12
"/sbin/rc1.d/S110mbuild start" SKIPPED
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2006 03:34 AM
10-28-2006 03:34 AM
Re: HP-UX server crash
could you check if the special device files for these filesystems still exists ?
# mount /usr (if not already mounted)
# ll /dev/vg01/ | grep "*lvol1*"
Do you have a good backup of these volume groups?
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2006 03:51 AM
10-28-2006 03:51 AM
Re: HP-UX server crash
1) mount /usr
Mount: /dev/vg00/lvol7 is already mounted on /usr
2) ll /dev/vg01/ | grep "*lvol1*"
No feedback
Yes, have a previous backup before the crash. Please advice further.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2006 06:20 AM
10-28-2006 06:20 AM
Re: HP-UX server crash
vgchange -a y vg01
vgchange -a y vg02
vgchange -a y vg03
If you get I/O errors or errors about the disks not being accessible, This means the disks are dead. If all the disks are in a separate cabinet (not built-in to the D-class), the cabinet may be defective.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2006 07:25 AM
10-28-2006 07:25 AM
Re: HP-UX server crash
Upon restart, interupt the boot process. Type "sea all IPL."
This will cause the system to query each disk to see if it is bootable. At some point you should see activity on each disk. If you don't it's a good indication that the ones that fail to show activity during this process are dead.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2006 07:26 AM
10-28-2006 07:26 AM
Re: HP-UX server crash
-Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2006 06:06 AM
10-29-2006 06:06 AM
Re: HP-UX server crash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2006 06:31 AM
10-29-2006 06:31 AM
Re: HP-UX server crash
What stage you are having problem, are you able to boot up into single user mode?
It seems you have hardware problem. Check iosan for any UNCLIAMED or NO_HW disks.
May end up calling HP to fix hardware issues. If you have good backups then create VG's manually along with filesystems and mount points and then restore from tape.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2006 06:38 AM
10-29-2006 06:38 AM
Re: HP-UX server crash
I'm also going to assume that none of these disks are mirrored since there would not be enough internal disks to be mirrored with 4 volume groups (I think you indicated that vg00 vg01 vg02 vg03 are part of the same system. So the only choice is to get replacement disks, then use vgcfgrestore to setup each disk, followed by newfs for each logical volume in each volume group, mount the empty lvols and then restore them from your latest backup tape.
If you are without any backups, you can contact some disk recovery companies such as OnTrack.com. NOTE: not many disk recovery companies can handle the high-voltage fastwide SCSI disks used in the D-class, and even some of thos may not be able to handle HP-UX disks. Warning: these services are expensive -- as much as 3 to 10 times the cost of a new disk, but they have good track records in recovering data. It's possible that all the data is intact but the electronics in the disk have been scrambled.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2006 07:39 PM
10-29-2006 07:39 PM
Re: HP-UX server crash
Can you boot in single user mode? If yes
try following:
a) strings /etc/lvmtab
to determine which disk belongs to what vg
b) ioscan -Cfn disk
to determine if the disks identified above are CLAIMED (seen by the system) or not.
c) iocan -fn
to check if the controller is CLAIMED or not.
d) Contact HP support and provide them with relevant info
Cheers
Flg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2006 07:50 PM
10-29-2006 07:50 PM
Re: HP-UX server crash
Sorry for the late response due to time difference. I shall implement your advices shorty and revert to you with outcome. Many thanks.
Regards,
JW