- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Business Copy vgimport problems
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-14-2008 09:06 AM
02-14-2008 09:06 AM
Business Copy vgimport problems
I have 2 servers, one is my prod server and the second server is my dev/qa. on the second server I have 2 s-vols ( 1 p-vol, prod server)
The second server has set 2 device groups
groupa and groupb
Groupa is my first s-vol and is the qa env.
groupb is new and will be dev env.
I just create the groupb instance and paircreate, pairdisplay and pairsplit with no problems. However when I try to vgimport I get an error indicating that the disk is in the lvmtab. the disk reported is not in the list of disk to be part of this new vg.
Please see attachement.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2008 09:12 AM
02-14-2008 09:12 AM
Re: Business Copy vgimport problems
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
02-14-2008 09:24 AM
02-14-2008 09:24 AM
Re: Business Copy vgimport problems
1 lv_nstarprdoraarc01
2 lv_nstarprdoradata10
3 lv_nstarprdoralog01
4 lv_nstarprdoralog02
5 lv_nstarprdoralog01m
6 lv_nstarprdoralog02m
7 lv_nstarprdorasw01
8 lv_nstarprd
9 lv_varoptoraclenstarprd
10 lvmaestro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2008 09:36 AM
02-14-2008 09:36 AM
Re: Business Copy vgimport problems
-s is mutually exclusive with the disk list. With -s vgimport scans all disks an search for the vgid present in the map file. It explains why it finds /dev/dsk/c87t0d0.
Could you try without '-s' option ?
Something else : what is this "vgchgid -f /dev/rdsk/c45t7d6" on just one disk and not on all the disks that compose the VG ??? Not good at all and I Think you will have to "business copy" those LUNs again before trying an other vgimport
Regards
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2008 09:55 AM
02-14-2008 09:55 AM
Re: Business Copy vgimport problems
Also you should run the vgchgid on all the disks on the VG.
I am uploading the script i use to import BC disks into vgs on another machine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2008 10:13 AM
02-14-2008 10:13 AM
Re: Business Copy vgimport problems
The "-s" is good point. I guess the problem resides at the begining on BC. I am resyncing the copies now before try another vgimport.
When I execute the vgimport withoout the "-s" optino i got the following error
Beginning the import process on Volume Group "/dev/vg_nstaraecm4".
vgimport: The Physical Volumes specified on the command line
do not belong to the same Volume Group.
I am resyncing and retyr again.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2008 10:37 AM
02-14-2008 10:37 AM
Re: Business Copy vgimport problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2008 10:42 AM
02-14-2008 10:42 AM
Re: Business Copy vgimport problems
One question are you doing vgchgid on all the disks in the vg?.
And example:
2. Change the VGID on the BCV disks.
vgchgid /dev/rdsk/c0t0d0 /dev/rdsk/c0t0d1 /dev/rdsk/c0t0d2
3. Make a new volume group using the BCV disks.
mkdir /dev/vgbcv
mknod /dev/vgbcv/group c 64 0x040000
4. Import the BCV disks into the new volume group.
vgimport /dev/vgbcv /dev/dsk/c0t0d0 /dev/dsk/c0t0d1 /dev/dsk/c0t0d2
5. Activate the new volume group.
vgchange -a y /dev/vgbcv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2008 10:43 AM
02-14-2008 10:43 AM
Re: Business Copy vgimport problems
Yes I created the directorya nd the group file.
also did the vgchgid -f and the next step was the vgimport
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2008 12:14 AM
02-15-2008 12:14 AM
Re: Business Copy vgimport problems
You said "Beginning the import process on Volume Group "/dev/vg_nstaraecm4".
vgimport: The Physical Volumes specified on the command line do not belong to the same Volume Group."
It is obviously due to your vgchgid on only one disk. So synchronize again, vgchgid on all BC disks, then vgimport without -s. It will work fine
Eric