- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- VGEXPORT/VGIMPORT HELP
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
08-25-2000 11:38 AM
08-25-2000 11:38 AM
VGEXPORT/VGIMPORT HELP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2000 11:53 AM
08-25-2000 11:53 AM
Re: VGEXPORT/VGIMPORT HELP
See man vgimport, man vgexport and the following link:
http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0xc1687e990647d4118fee0090279cd0f9,00.html
Also, you can do a search by yourself in forum based in vgexport key word.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2000 11:54 AM
08-25-2000 11:54 AM
Re: VGEXPORT/VGIMPORT HELP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2000 09:13 PM
08-27-2000 09:13 PM
Re: VGEXPORT/VGIMPORT HELP
To export volume group, make sure that all logical volumes associated with volume group that you wish to export must be umounted.
# vgchange -a n /dev/vgXX
# vgexport -m /vgXX.map /dev/vgXX
Shutdown the system and attach physical disk to the new host.
# cd ; shutdown -hy 0
To import volume group to vg03,
# mkdir /dev/vg03
# mknod /dev/vg03/group c 64 0x030000
issue ioscan to verify device file to be imported.
# ioscan -Cdisk -fun
# vgimport /dev/vg03 < block device file >
# vgchange -a y /dev/vg03
Make mount-point-directory on root.
# mkdir /
Update fstab file for the new logical volumes with vi editor,
# vi /etc/fstab
# mount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2000 07:25 AM
09-05-2000 07:25 AM
Re: VGEXPORT/VGIMPORT HELP
vg's.
vgexport -p -v -s -m pathtoputfile /dev/vg07
Try it and pg the file before starting to make sure it looks complete.