- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: hp-ux 10.x disk failure
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-04-2005 08:43 AM
10-04-2005 08:43 AM
hp-ux 10.x disk failure
I have several question about this subject
1) can it be a problem about the system failing to mount a partition (don't know how) how can i monitor the mounted partitions df command? and how can i check the partitions that are supposed to be mounted...
2) Is it possible to recover data i.e mounting this disk in a linux system? if i physically connect the SCSI disk to the linux system.
3) Is there a tool for taking an image file for the disk in hp-ux?
thanx in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 08:55 AM
10-04-2005 08:55 AM
Re: hp-ux 10.x disk failure
First question to you is, do you have a backup ?
1) Yes, bdf and "more /etc/fstab" can show which filesystems is/are not mounted.
2) not to my knowledge.
3) ignite would be your tool.
www.software.hp.com and search for ignite
For know first check wich filesystem is not mounted. fsck this filesyem before you mount.
# fstyp -v /dev/vgXX/rlvolx ---> vxfs or hfs
# fsck -F vxfs -o Full -y /dev/vgXX/rlvolx
# mount /dev/vgXX/lvolx
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 09:17 AM
10-04-2005 09:17 AM
Re: hp-ux 10.x disk failure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 09:25 AM
10-04-2005 09:25 AM
Re: hp-ux 10.x disk failure
If you have the time and a maintance window for a reboot, boot it in single user mode, mount /usr and fsck all filesyems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 04:40 PM
10-04-2005 04:40 PM
Re: hp-ux 10.x disk failure
And does it back up all disk? i mean when i restore the image, can i use the disk of the same type as an exact copy of the previous?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2005 05:40 AM
10-05-2005 05:40 AM
Re: hp-ux 10.x disk failure
Are you using LVM?
Is the disk that failed the boot disk?
fsck is the file system check, it only checks and repairs the file system not so much the hdd its self.
fsck may not be in a loop, it may be going through a very very long list of sectors depending on how big the file system is. you may try it with the -y to automatically fix things as it sees fit. the risk there is that you may loose some data but if you cant see it or copy it any way its effectivly gone any way, at least if you fix the file system you could restore it from backup.
to answer your questions, 1 yes a sufficently corrupt file system can appear to lock find. 2, I doubt it espically if you are using lvm, if one unix can't read it, another one probably cant either. 3 yes, there are several toos for taking an image file of a disk depending on what you actually want. for instance vgcfgbackup will create an image of the volume group structure, dd will do a full data dump, tar and cpio will create archive files and ignite (yes its available for 10.x too) can make a very nice recovery tape.
Hope that helps some.
Howard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2005 06:53 AM
10-06-2005 06:53 AM
Re: hp-ux 10.x disk failure
anyhow i guess i have corrupted the disk partitions by some tool, and i was unable to access it from linux (it took me one day to find out) all i need now is a raw hdd copy tool, to replicate a running hdd to the corrupted one...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2005 03:23 AM
10-07-2005 03:23 AM