- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Export VG01 to another disk server
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
05-26-2008 02:06 PM
05-26-2008 02:06 PM
I would like to know how can i make a vgexport from one disk server to another disk server.
Thanks,
Márcio
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2008 02:26 PM
05-26-2008 02:26 PM
Re: Export VG01 to another disk server
Have a look at the 'vgexport' and 'vgimport' manpages. They have some good examples to guide you. You can edit the device file paths in the "infile" prior to using 'vgimport' to match that of the receiving server. The mapfile is for associating the *logical volume* names to logical volume numbers, although by default, 1=lvol1; 2=lvol2, etc.
http://www.docs.hp.com/en/B3921-60631/vgexport.1M.html
http://www.docs.hp.com/en/B3921-60631/vgimport.1M.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2008 02:28 PM
05-26-2008 02:28 PM
Re: Export VG01 to another disk server
ServerA
vgchange -a n /dev/vg01
vgexport -p -s -m /tmp/vg01map /dev/vg01
copy the map file from A to B
ServerB
mkdir /dev/vg01
mknod /dev/vg01/group c 64 0x010000
vgimport -s -m /tmp/vg01map /dev/vg01
vgchange -a y /dev/vg01
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2008 01:35 AM
05-27-2008 01:35 AM
Re: Export VG01 to another disk server
Marcio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2008 01:45 AM
05-27-2008 01:45 AM
Re: Export VG01 to another disk server
and one more thing, Keep the minor number of the VG as used in server A. This will avoid other complications....
Rgds
Sreekanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2008 01:59 AM
05-27-2008 01:59 AM
Re: Export VG01 to another disk server
I'm not going to export from one server to another. What i want to do is:
I have a server with a disk from EVA4000 presented, and i'm going to present a new disk from a EVA6000 to the same server, and i want to export the VG01 to this new disk (that is in the same server).
Thank you
Márcio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2008 02:07 AM
05-27-2008 02:07 AM
Re: Export VG01 to another disk server
2 possibilities (out of some more):
1) backup data, adjust config and restore data
2) mirror the data from 4k to 6k. Once this is done, remove the mirror from the 4k
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2008 02:51 AM
05-27-2008 02:51 AM
Re: Export VG01 to another disk server
The data will be replicated using continuous access, in the server i need to put in the new disk the VG01 structure.
Thanks,
Márcio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2008 02:59 AM
05-27-2008 02:59 AM
SolutionHope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!
