1833019 Members
2187 Online
110049 Solutions
New Discussion

vgdisplay: Warning

 
prashanth_14
Occasional Advisor

vgdisplay: Warning

Kindly someone help me to fix below issue on one of you hp box running 11.00.
vgdisplay -v /dev/vol1 reports below error
vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c55t5d7"
The specified path does not correspond to physical volume attached to
this volume group
5 REPLIES 5
Robert-Jan Goossens_1
Honored Contributor

Re: vgdisplay: Warning

Hi,

Could you post the output of

# strings /etc/lvmtab

# vgscan -pv

Robert-Jan
Denver Osborn
Honored Contributor

Re: vgdisplay: Warning

failed or missing disk... Also post the output of

lssf /dev/dsk/c55t5d7
diskinfo -v /dev/rdsk/c55t5d7


-denver
Mouad_1
Frequent Advisor

Re: vgdisplay: Warning

Have a look at your EMS (event monitoring service) from the console.
I had the same probleme : in EMS was written Disk at hardware path 0/1/1/0.0.0 : Drive is not responding.
and a 'vgdisplay vgname' shows the physical volume unavailable.
I tried to remove the Disk and re-Plug it and it works, but later they came to replace it.
prashanth_14
Occasional Advisor

Re: vgdisplay: Warning

Thanks all for the reply. I could fix this issue by running below commands.

#dd if=/dev/dsk/c55d5s7 of=/dev/null bs=64k
#insf -e -H 1/4/0
prashanth_14
Occasional Advisor

Re: vgdisplay: Warning

#insf -e -H 1/4/0