- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Vg recreation after booting from tape
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-19-2000 10:28 PM
06-19-2000 10:28 PM
Vg recreation after booting from tape
I have booted a HP9000 with a HP/UX1020 boottape created with Ignite/UX. However, when I want to create the vg's (except vg00), I get an error indicating that device files exist. Furthermore, the vg's are already mentioned in /etc/lvmtab.
How do I recreate the vg's and lv's after booting from tape?
Evert Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2000 10:37 PM
06-19-2000 10:37 PM
Re: Vg recreation after booting from tape
you can re-create the /etc/lvmtab with the command:
vgscan
Greetings
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2000 10:52 PM
06-19-2000 10:52 PM
Re: Vg recreation after booting from tape
I guess this will not work when using completely new disks? This happens to be so in our case.
Evert Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2000 11:02 PM
06-19-2000 11:02 PM
Re: Vg recreation after booting from tape
could you please give me more detailed information on what errors you get.
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2000 05:45 AM
06-20-2000 05:45 AM
Re: Vg recreation after booting from tape
mv /etc/lvmtab /etc/lvmtab.bak
vgscan -av
That should give you a new lvmtab which registers only the disks in vg00. You may now create your volume groups as normal.
One note: you probably have group files and dev/vg* directories which match those on the system you cloned. You may wish to remove and recreate these if they do not match the planned architecture for this system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2000 03:17 AM
06-22-2000 03:17 AM
Re: Vg recreation after booting from tape
Evert Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2000 10:09 PM
06-28-2000 10:09 PM
Re: Vg recreation after booting from tape
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2000 07:15 AM
07-01-2000 07:15 AM
Re: Vg recreation after booting from tape
If I could understand the quostion correctly, you are looking for recreation of VGs afresh. for that first you move the /etc/lvmtab to /etc/lvmtab.old then pvcreate using #pvcreate -f option to create the PVs forcefully (be sure to use the Proper device files).
All the best.
-Shyam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2000 07:15 AM
07-01-2000 07:15 AM
Re: Vg recreation after booting from tape
If I could understand the quostion correctly, you are looking for recreation of VGs afresh. for that first you move the /etc/lvmtab to /etc/lvmtab.old then pvcreate using #pvcreate -f option to create the PVs forcefully (be sure to use the Proper device files).
All the best.
-Shyam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2000 08:34 AM
07-12-2000 08:34 AM
Re: Vg recreation after booting from tape
vxfs mount: I/O error
vxfs mount: cannot mount /dev/vg01/apps
fsck, vgreduce did not resolve the problem.
We vgexported the filesystem, recreated it and recovered it from another backup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2000 10:21 PM
07-26-2000 10:21 PM
Re: Vg recreation after booting from tape
We came across a similar situation in a disaster recovery project, wheat you can do is use the existing /dev/vg*/group files and simply recreate the volume groups as normal with the new disks.
i.e
1 ) remove /etc/lvmtab
2) do a vgscan you should now only have vg00 in the lvmtab
3) skip the mknod part and do the rest of the steps to create the volume group.
hope this helps