- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Need HP-UX data recovery
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
07-30-2001 09:43 AM
07-30-2001 09:43 AM
Need HP-UX data recovery
Thanks in advance,
Kevin Heater
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2001 09:59 AM
07-30-2001 09:59 AM
Re: Need HP-UX data recovery
One thought is a follows. Try 'vgimport'ing the volume to a pseudo, unique volume group as:
# mkdir /dev/vg09
# mknod /dev/vg09/group c 64 0x090000
# vgimport -v /dev/vg09 /dev/dsk/cXtYdZ
Then, having created directories for mountpoints, mount the logical volumes and look for the files you seek.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2001 10:03 AM
07-30-2001 10:03 AM
Re: Need HP-UX data recovery
What a tale of woe!.
I would at least try a vgimport something like this:
mkdir /dev/vg06
mknod /dev/vg06/group c 64 0x060000
vgimport -v /dev/vg06 /dev/dsk/c1t5d0 (or whatever device)
vgchange -a y -q n /dev/vg06
If you are lucky, you can then create mountpoints and mount the filesystems.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2001 10:24 AM
07-30-2001 10:24 AM
Re: Need HP-UX data recovery
If you are lucky then Mr James and Mr Clay's way is the only way. But let me ask you this.
What if I have 32 vg's and around 60 physical disk on one system?
I had that problem last week when we lost root disk on our v-class. Luckly we had printing of /etc/fstab, vgdisplay of all vg's.
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2001 11:24 AM
07-30-2001 11:24 AM
Re: Need HP-UX data recovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2001 11:45 AM
07-30-2001 11:45 AM
Re: Need HP-UX data recovery
I been in the HP community for a number of years and I have never heard of a vendor that does what you are asking. Bear in mind, that if the data has been overwritten, noboby can get it back. I would certainly try the vgimport; it's really your best shot. If you get a good import you could mount the filesystems read-only to protect them from yourself.
The only other technique that has a prayer is to dd the raw disk and examine the file with od. You might be able to pull off pieces of (and maybe even whole) files that way.
Best of luck, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2001 11:57 AM
07-30-2001 11:57 AM
Re: Need HP-UX data recovery
I don't envy your situation. If the 'vgimport' isn't workable, then I think you are SOL.
I find that good insurance during an upgrade, including cold-installing a new OS, is to first have a good Ignite 'make_tape_recovery tape' of the OS as it exists on the old boot disk. A backup of the boot disk (vg00) with standard utilities like 'tar', 'cpio' and 'fbackup' isn't much good if you have to create a viable vg00 from scratch.
The second thing I like to do is cold install to a new disk. I readdress the old OS disk to a lower, unused priority and address the new disk (to be) as the priority target. That way, when I'm done, and have a viable installation, I'm good-to-go.
None of this helps much now, but perhaps provides something for consideration next time. Good luck.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2001 01:47 AM
07-31-2001 01:47 AM