HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vgexport and vgimport
Operating System - HP-UX
1837730
Members
3347
Online
110118
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
07-05-2002 12:53 PM
07-05-2002 12:53 PM
Hi all,
Is possible to do a vgexport -m mapfile /dev/vg03 and after in the new server to do vgimport -v -m mapfile /dev/vg05 /dev/dsk/c0t5d0
I want to change the : vg03 to vg05
Thanks, Carlos
Is possible to do a vgexport -m mapfile /dev/vg03 and after in the new server to do vgimport -v -m mapfile /dev/vg05 /dev/dsk/c0t5d0
I want to change the : vg03 to vg05
Thanks, Carlos
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2002 01:05 PM
07-05-2002 01:05 PM
Re: vgexport and vgimport
Yes, that will work without a problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2002 04:13 PM
07-05-2002 04:13 PM
Solution
Yes it should work fine .. the full process may be like so ..
o Umount all FS associated with vg03
# vgchange -a n /dev/vg03
==> Deactivate vg03.
# vgexport -m /tmp/mapfile /dev/vg03
==> Make sure /tmp/mapfile gets transfered to the new server.
On the new server..
# mkdir /dev/vg05
# mknod /dev/vg05/group c 64 0x050000
==> Assuming minor number 0x050000 is unique.
# vgimport -m /tmp/mapfile /dev/vg05 /dev/dsk/c0t5d0
# vgchange -a y /dev/vg05
==> Activate vg05.
# vgcfgbackup /dev/vg05
==> Backup VG configuration.
Final step is edit /etc/fstab file appropriately to include the mount points for vg05 and mount the FS.
o Umount all FS associated with vg03
# vgchange -a n /dev/vg03
==> Deactivate vg03.
# vgexport -m /tmp/mapfile /dev/vg03
==> Make sure /tmp/mapfile gets transfered to the new server.
On the new server..
# mkdir /dev/vg05
# mknod /dev/vg05/group c 64 0x050000
==> Assuming minor number 0x050000 is unique.
# vgimport -m /tmp/mapfile /dev/vg05 /dev/dsk/c0t5d0
# vgchange -a y /dev/vg05
==> Activate vg05.
# vgcfgbackup /dev/vg05
==> Backup VG configuration.
Final step is edit /etc/fstab file appropriately to include the mount points for vg05 and mount the FS.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP