- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vgimport failing
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
01-10-2008 09:25 AM
01-10-2008 09:25 AM
We're trying to vgimport a mapfile from a source Volume Group to another server. The VG is made up of 60 devices. We're getting the following message when doing so:
"vgimport: The Physical Volumes specified on the command line do not belong to the same Volume Group."
We have checked all c#t#d#'s and they seem to be accurate on the target host. Can anyone shed any additional light on why we might be getting this error because I'm out of ideas on what else to check???
Thanks in advance,
KPS
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2008 09:50 AM
01-10-2008 09:50 AM
Re: vgimport failing
>>> I ask this because they may be different on the target host.
Are you using the -f option as part of the vgimport process, thus including the /dev/dsk/c-t-d- info?
>> Generally on vgimports you do NOT include the c-t-d- numbers, UNLESS you are setting up for BCV (extra split off mirror disk) disks to a separate host.
Are you absolutely positively sure these disks (all of them) are mapped and masked to the target host?
Just a thought,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2008 09:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2008 10:11 AM
01-10-2008 10:11 AM
Re: vgimport failing
The error is stating that the devices you supplied with the command are from different volume groups.
i.e.
/dev/dsk/c1t0d0 vg01
/dev/dsk/c2t0d0 vg02
If you are unsure of what disk belongs to what you can do a vgscan in preview mode to help isolate.
Otherwise you re-confirm that the disks you are specifying are the right ones.
I believe that you MUST provide the disk list to the vgimport command, else how is it going to know which ones to take action on ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2008 12:37 PM
01-10-2008 12:37 PM
Re: vgimport failing
That is how you can run vgimport without providing a full list of all the c-t-d-, except as I mentioned, in the case of a split mirror.
Take a look:
echo "0x2008?4D" | adb /dev/dsk/c-t-d-
Do this to a disk that you know is part of that volume group and look at the last column on the right - that's the VGID.
KPS, you can check one of the disks that is having a problem, and see if there is a difference in the VGID. That might help you.
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2008 12:59 PM
01-10-2008 12:59 PM
Re: vgimport failing
Thanks for all the information. We were not vgexporting and vgimporting with the -s option. Once we added that flag all worked great. It seems that it was an order or sequence situation that was causing the issue and that the -s discards that and takes care of it for you...
Thanks very much...
/KPS