- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- about vgimport
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
тАО08-23-2004 04:56 AM
тАО08-23-2004 04:56 AM
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-23-2004 05:09 AM
тАО08-23-2004 05:09 AM
SolutionOn node B
vgexport -pv -s -m /tmp/vg01.map /dev/vg01
rcp/scr/ftp the file to node A
On node A
mkdir /dev/vg01
mknod /dev/vg01/group c 64 0x010000
vgimport -vs -m /tmp/vg01 /dev/vg01
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-23-2004 05:12 AM
тАО08-23-2004 05:12 AM
Re: about vgimport
No, you won't need to disable on host B to import on host A. But you will need to create the /dev/vg_name dir & created the group node special file prior to the importation.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-23-2004 05:24 AM
тАО08-23-2004 05:24 AM
Re: about vgimport
You need NOT deactivate the volume group in HOST-B while executing vgimporting on HOST-A.
But remember, under no circumstances, a VG be activated in more than one node at the same time (except in cases of MC/OPS where there is no filesystem involved, only raw logical volumes).
-- Sundar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-23-2004 05:59 AM
тАО08-23-2004 05:59 AM
Re: about vgimport
Like others have mentioned it is possible to do a vgimport ( using map/dev files or just plain device files)
I just like to add that is is possible to do activate the volumegroup on node B while active on node a just activate readonly.
vgchange -a r /dev/vg
this can be usefull if you want to do a vgcfgbackup on node B.
Do not forget to vgchange -a n /dev/vg
Regards,
Gideon