- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Couldn't access the list of physical volumes for v...
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-30-2009 04:28 AM
03-30-2009 04:28 AM
Couldn't access the list of physical volumes for volume group "/dev/vgci"
I'm going to import the same VG in DR but i'm getting below mention error.
#vgexport -p -s -v -m /tmp/vgci3003.map vgci
# vgimport -s -v -m /tmp/vgci3003.map vgci
Beginning the import process on Volume Group "vgci".
Couldn't access the list of physical volumes for volume group "/dev/vgci".
Can you help me?
Regards
Karki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2009 04:35 AM
03-30-2009 04:35 AM
Re: Couldn't access the list of physical volumes for volume group "/dev/vgci"
Check this post:
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1112464
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2009 04:36 AM
03-30-2009 04:36 AM
Re: Couldn't access the list of physical volumes for volume group "/dev/vgci"
then try import againg.
If the there are LUN ids conflicking with.Then assign the disks with new unused id and give an ioscan -fnC disk and run insf -e then try import againg.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2009 04:47 AM
03-30-2009 04:47 AM
Re: Couldn't access the list of physical volumes for volume group "/dev/vgci"
I have already check that link and follow that steps.
But still problem is there.
Regards
Karki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2009 04:48 AM
03-30-2009 04:48 AM
Re: Couldn't access the list of physical volumes for volume group "/dev/vgci"
New disks are discovered as follows:
insf -C disk
insf -e is not helpful in this situation.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2009 04:56 AM
03-30-2009 04:56 AM
Re: Couldn't access the list of physical volumes for volume group "/dev/vgci"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2009 05:12 AM
03-30-2009 05:12 AM
Re: Couldn't access the list of physical volumes for volume group "/dev/vgci"
The error itself self explanatory.
>>>Couldn't access the list of physical volumes for volume group "/dev/vgci".<<<
There are some disks not visible or accessible by the system where you are importing. Check if all the disks are accessible and fix the issue.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2009 06:39 AM
03-30-2009 06:39 AM
Re: Couldn't access the list of physical volumes for volume group "/dev/vgci"
u know why
how u exporting a volume group with parameters the same way u have to import it
vgexport -p -s -v -m
in vgimport also use same parameters
also do vgscan before doing the same procedure above if it is ok with vgscan then no need to do the procedure next time onwards u have to keep the above things
thanks and regards
sajjad sahir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2009 08:20 PM
03-30-2009 08:20 PM
Re: Couldn't access the list of physical volumes for volume group "/dev/vgci"
I have tried this option also and run the vgscan, getting below mention messgaes.
# vgscan -a
vgscan: The physical volume "/dev/dsk/c2t6d0s2" is already recorded in the "/etc/lvmtab" file.
Following Physical Volumes belong to one Volume Group.
Unable to match these Physical Volumes to a Volume Group.
Use the vgimport command to complete the process.
/dev/dsk/c9t2d1
/dev/dsk/c11t2d1
Following Physical Volumes belong to one Volume Group.
Unable to match these Physical Volumes to a Volume Group.
Use the vgimport command to complete the process.
/dev/dsk/c9t2d2
/dev/dsk/c11t2d2
/dev/dsk/c9t2d3
/dev/dsk/c11t2d3
/dev/dsk/c9t2d4
/dev/dsk/c11t2d4
The Volume Group /dev/vgci was not matched with any Physical Volumes.
The Volume Group /dev/vgdb was not matched with any Physical Volumes.
Regards
Karki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2009 01:28 AM
03-31-2009 01:28 AM
Re: Couldn't access the list of physical volumes for volume group "/dev/vgci"
Note that after vgexport the /dev directory is cleared for your vgci.
Be shure that you have an entry /dev/vgci and the group file associated with your vg.
If not you can use this commands :
mkdir /dev/vgc1
cd /dev/vgc1
mknod group c 64 0xnn0000
(nn is a major number not yet used in /dev/structure)
control permission flag on directory and files.
After tis steps you will be abble to import your vg!
Control the available major number with :
for i in /dev/vg*
do
ll $i/group
done | sort -k 6
I hope it will help