- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- VG export / import
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
02-28-2001 02:31 AM
02-28-2001 02:31 AM
VG export / import
I'm going to install hp-ux 11.00 on a 10.20
T600 system and I just want to confirm that
theese are the right steps to do on the VG's.
The VG's are not shared.
1. export all VG's on the 10.20 system with
"vgexport -m [mapfile] -v [vg name].
2. After 11.00 installation.
create all VG dirs under /dev and do
mknod /dev/[vg name]/group -c 64 0x??0000
3. Import VG's with:
vgimport -v -m [mapfile] /dev/[vg name] [disks]
4. Activate VG's.
All my vg's, execpt vg00 are extent based striped and mirrored, do I have to enter all disks in a vg in any special order when doing a vgimport ?
//Stefan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2001 04:01 AM
02-28-2001 04:01 AM
Re: VG export / import
For the vgimport, if you are using the mapfile that you vgexport'ed, then there is no need for you to specify the PVs in order.
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2001 07:03 AM
02-28-2001 07:03 AM
Re: VG export / import
Since you are using extent based stripes, one thing you will want to do is make sure you keep a copy of your /etc/lvmpvg file. This has all of your physical volume group information. If you don't have the PVGs set up and try to extend one of your extent striped LVs, then it won't work. It has to have the PVG information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2001 10:07 AM
03-12-2001 10:07 AM
Re: VG export / import
Thanks for the feedback already given in the other reply.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2001 06:28 AM
03-13-2001 06:28 AM
Re: VG export / import
you should check that first... at least it ain't 64 bit for sure.
Bill