- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Recovery VG with different VG name
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
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
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
тАО09-04-2009 10:14 AM
тАО09-04-2009 10:14 AM
Recovery VG with different VG name
I have the following problem: I have a server with HP-UX 11.11 with a VG name vg11 with two disk c14t0d0 and c14t0d1; these disk are in a Storage. I done a CLON of these disks in the Storage and present to the server, the two new disks name c16t0d0 and c16t0d0.
Is posible restore or import this 2 disks (c16t0d0 and c16t0d1) in the same server with a different name and diferrent minor number???.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-04-2009 10:45 AM
тАО09-04-2009 10:45 AM
Re: Recovery VG with different VG name
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-04-2009 11:19 AM
тАО09-04-2009 11:19 AM
Re: Recovery VG with different VG name
Thanks for your answer, I explain better. In the vg11 (with minor number 0x010000) have lv's with data and i need that the new disck c16t0d0 and c16t0d1 imports in the same server but with a different name (for example vg12) and different minor number (0x020000).
I attach the vgdisplay of vg 11:
VG Name /dev/vg11
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 14
Open LV 14
Max PV 16
Cur PV 4
Act PV 2
Max PE per PV 8511
VGDA 4
PE Size (Mbytes) 16
Total PE 10557
Alloc PE 8319
Free PE 2238
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
--- Physical volumes ---
PV Name /dev/dsk/c14t0d0
PV Status available
Total PE 8510
Free PE 191
Autoswitch On
Proactive Polling On
PV Name /dev/dsk/c14t0d1
PV Status available
Total PE 2047
Free PE 2047
Autoswitch On
Proactive Polling On
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-04-2009 12:08 PM
тАО09-04-2009 12:08 PM
Re: Recovery VG with different VG name
As Mel said, use 'vgimport'. Using your device names:
# mkdir /dev/vg12
# mknod /dev/vg12/group c 64 0x020000
#...assuming that this is a unique, unused minor number LESS than 'maxvgs'...
# vgimport -m /tmp/oldvg.map /dev/new12 /dev/dsk/c16t0d0 /dev/dsk/c16t0d1
# vgchange -a y /dev/new12
While what you call the volume group (you said "vg12") and what the minor number is (you said '0x02' doesn't matter, it is a very useful convention to make them the same.
Lastly, if you don't have a mapfile for the VG, don't despair. Using one in a 'vgimport' isn't necessary unless you want to assign the volume group's logical volume names to other than the default 'lvol1', 'lvol2', etc.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-09-2009 12:14 PM
тАО12-09-2009 12:14 PM