Operating System - HP-UX
1753797 Members
7515 Online
108799 Solutions
New Discussion юеВ

Re: vgimport - Couldn't access the list of physical volumes for volume group

 
Joao Rei
Frequent Advisor

vgimport - Couldn't access the list of physical volumes for volume group

Does vgimport fails with "Couldn't access the list of physical volumes for volume group" when LUns are in read-only mode?

Regards,

Jo├гo Rei
6 REPLIES 6
Sunny123_1
Esteemed Contributor

Re: vgimport - Couldn't access the list of physical volumes for volume group

Hi

What is exactly you are trying??Can you post your command syntax???

Regards
Sunny
Steven E. Protter
Exalted Contributor

Re: vgimport - Couldn't access the list of physical volumes for volume group

Shalom,

ioscan -fnC disk

Get a lit of physical volumes,

pvdisplay -v the disks, make sure they are there.

strings /etc/lvmtab

Make sure the disks in question are not part of a volume group.

Give us the full command and response code $? from the command.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Prashanth Waugh
Esteemed Contributor

Re: vgimport - Couldn't access the list of physical volumes for volume group

Hi,
first give the command which u executated also check on primary node all pvs which are the part of vg by giving the command
#vgdisplay -v /dev/vgname
2)check syslog
3)check eventlog
4)ioscan -fnC fc
5)fcmsutil

Regards
prashant
For success, attitude is equally as important as ability
James R. Ferguson
Acclaimed Contributor
Joao Rei
Frequent Advisor

Re: vgimport - Couldn't access the list of physical volumes for volume group


I was moving the LUNs to another system:

vgexport -v -s -m mapfile vgtest

and on the second system

mkdir...
mknod...
vgimport -v -s -m mapfile vgtest

The problem was solved with a reboot on the second system.

Thanks all

Jo├Г┬гo Rei





Joao Rei
Frequent Advisor

Re: vgimport - Couldn't access the list of physical volumes for volume group

Reboot solved the issue.