- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- recover non-vg00 data/files
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
06-14-2007 05:05 AM
06-14-2007 05:05 AM
recover non-vg00 data/files
I am new to HP-UX. I am wondering if it is possible to recover my data/files on my non-vg00 volumes, without restoring, after I've rebuilt my OS from scratch, after an OS disaster? Do I just run vgimport?
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2007 05:11 AM
06-14-2007 05:11 AM
Re: recover non-vg00 data/files
You should also take a look at Ignite and it's make_tape_recovery and make_net_recovery methods of enabling the recovery of vg00 (if you haven't already):
http://www.docs.hp.com/en/IUX/
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2007 05:28 AM
06-14-2007 05:28 AM
Re: recover non-vg00 data/files
1. Rebuild HP-UX OS on new drives.
2. mkdir /dev/vg01
3. mknod /dev/vg01/group c 64 0x02000
4. vgimport /dev/vg01
5. vgchange -a y /dev/vg01
6. mount file systems
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2007 05:43 AM
06-14-2007 05:43 AM
Re: recover non-vg00 data/files
mknod /dev/vg01/group c 64 0x010000
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2007 11:52 AM
06-14-2007 11:52 AM
Re: recover non-vg00 data/files
1a. vgexport -v -s -p -m vg01.map vg01
1b. transfer vg01.map to another server
1c. Rebuild HP-UX OS on new drives.
2. mkdir /dev/vg01
3. mknod /dev/vg01/group c 64 0x02000
you wrong about minor number. 0x020000
4a. transfer vg01.map to server already install.
4b. check with ioscan, is your disk already appear? if not troubleshoot first
4c. vgimport -v -s -m vg01.map /dev/vg01
5. vgchange -a y /dev/vg01
6. mount file systems
thanks
freddy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2007 03:21 AM
06-15-2007 03:21 AM
Re: recover non-vg00 data/files
Caution: Ensure to use -p option with vgexport. This is preview mode.
Once OS is built you can create mkdir, mknod as detailed by others and do vgimport without -p option.
Srinivas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2007 04:08 AM
06-15-2007 04:08 AM
Re: recover non-vg00 data/files
I do not think I can do a vgexport and create a mapfile, in the event of an OS disaster, ie. disk failure and unable to logon to the server. Since I cannot do an vgexport, can I still run a vgimport?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2007 02:53 PM
06-15-2007 02:53 PM
Re: recover non-vg00 data/files
You can certainly do vgimport even if you have not executed the vgexport.. However you should know the physical device names and major and minor no.'s for creating the vg....
So go ahead and do vgimport specifying all the physical disk...
All the best