- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vgimport problem
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
03-24-2006 08:35 AM
03-24-2006 08:35 AM
vgimport problem
On server1:
# strings /etc/lvmtab
/dev/vg00
/dev/dsk/c0t6d0
/dev/vg01
/dev/dsk/c6t0d1
/dev/vg03
/dev/dsk/c3t6d0
Now, i am using /dev/vg03 as the shared volume and the disk is c3t6d0.
I made a /tmp/mcsg.map file and both nodes have it, with the same VGID.
# cat /tmp/vgmcsg.map
VGID 920bc9324422efd5
1 mcsg
Now when i try to vgimport i am getting the error.
# vgimport -svp -m /tmp/vgmcsg.map /dev/vg03
Beginning the import process on Volume Group "/dev/vg03".
Couldn't access the list of physical volumes for volume group "/dev/vg03"
U can see in the /etc/lvmtab that the entry for c3t6d0 is under vg03, and i had a successful vgexport:
# vgexport -svp -m /.mp/vgmcsg.map /dev/vg03
Beginning the export process on Volume Group "/dev/vg03".
/dev/dsk/c3t6d0
Now, on the other server i did vgimport an di am getting:
# vgimport -svp -m /tmp/vgmcsg.map /dev/vg03
Beginning the import process on Volume Group "/dev/vg03".
Couldn't access the list of physical volumes for volume group "/dev/vg03".
And i wonder y?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2006 08:40 AM
03-24-2006 08:40 AM
Re: vgimport problem
A posting of ioscan -C disk -fn on both boxes would be helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2006 08:53 AM
03-24-2006 08:53 AM
Re: vgimport problem
Try to make a ioscan -fnC disk and after an insf. It should be better after.
Regards
Pat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2006 10:00 PM
03-25-2006 10:00 PM
Re: vgimport problem
I can think of 2 possible reasons -
1) As ponited out by Clay and Patrice either the disks are not visible to your 2nd server, so 1st check if the disks are visible to 2nd server
2) The physical volume name for
any given disk may be different on one node than it is on another. If this is the case you may need to modify the copied vgmcsg.map file to reflect the changes before importing the volume groups.
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2006 07:16 AM
03-26-2006 07:16 AM
Re: vgimport problem
I doubt mostly about the second point that ninad has pointed out.
If that is the case then specifying the correct PV name with vgimport command would be the solution.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2006 06:01 PM
03-26-2006 06:01 PM
Re: vgimport problem
Using -s option at the vgexport will add VGID in the mapfile and same will be matched with available disks on the system where vgimport is executed. So this only lefts one option as indicated earlier by others i.e. the disk is not accessible to the host.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2006 11:42 PM
03-26-2006 11:42 PM
Re: vgimport problem
Trying giving the diskinfo /dev/rds/cXtYdZ,
if your out put shows the disk then you would be able to create the VG.
Also As pointed by Ninad, your PV is incorrect. So check once again.
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2006 11:42 PM
03-26-2006 11:42 PM
Re: vgimport problem
Trying giving the diskinfo /dev/rdsk/cXtYdZ,
if your out put shows the disk then you would be able to create the VG.
Also As pointed by Ninad, your PV is incorrect. So check once again.
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2006 06:53 AM
03-27-2006 06:53 AM