1755485 Members
4162 Online
108833 Solutions
New Discussion юеВ

vgdisplay errors

 
mjos
Super Advisor

vgdisplay errors

Hi,

I am seeing the below errors when I do a vgdisplay on a particular vg.
However the vg is online & the filesystem is mounted & accessible.
can a vgscan -a after moving the lvmtab file get rid of these errors. Do I need to activate the VG after doing a vgscan (vgchange -a y )? Can the vgscan be done online without affecting the application or the db?
Please help.

vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c9t0d3":
The specified path does not correspond to physical volume attached to
this volume group
vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c10t0d3":
The specified path does not correspond to physical volume attached to
this volume group
vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c11t0d3":
The specified path does not correspond to physical volume attached to
this volume group
vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c12t0d3":
The specified path does not correspond to physical volume attached to
this volume group
vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c13t0d3":
The specified path does not correspond to physical volume attached to
this volume group
vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c14t0d3":
The specified path does not correspond to physical volume attached to
this volume group
vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c15t0d3":
The specified path does not correspond to physical volume attached to
this volume group
vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c16t0d3":
The specified path does not correspond to physical volume attached to
this volume group
vgdisplay: Warning: couldn't query all of the physical volumes.
4 REPLIES 4
Torsten.
Acclaimed Contributor

Re: vgdisplay errors

All device files point to LUN3 (?); check if the LUN still exists and is accessible.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
mjos
Super Advisor

Re: vgdisplay errors

Yes, I am able to do a diskinfo on the primary & alternate luns

PV Name /dev/dsk/c2t0d3 Alternate Link
PV Name /dev/dsk/c3t0d3 Alternate Link
PV Name /dev/dsk/c4t0d3 Alternate Link
PV Name /dev/dsk/c5t0d3 Alternate Link
PV Name /dev/dsk/c6t0d3 Alternate Link
PV Name /dev/dsk/c7t0d3 Alternate Link
PV Name /dev/dsk/c8t0d3 Alternate Link
PV Status available
Total PE 8190
Free PE 190
Autoswitch On
Proactive Polling On

nh1a7p02#diskinfo /ev/rdsk/c2t0d3
diskinfo: can't open /ev/rdsk/c2t0d3: No such file or directory
nh1a7p02#diskinfo /dev/rdsk/c2t0d3
SCSI describe of /dev/rdsk/c2t0d3:
vendor: HP
product id: HSV210
type: direct access
size: 33554432 Kbytes
bytes per sector: 512
mjos
Super Advisor

Re: vgdisplay errors

diskinfo on the luns showing up in the error msgs -

#diskinfo /dev/rdsk/c9t0d3
SCSI describe of /dev/rdsk/c9t0d3:
vendor: HP
product id: HSV210
type: direct access
size: 33554432 Kbytes
bytes per sector: 512
#diskinfo /dev/rdsk/c10t0d3
SCSI describe of /dev/rdsk/c10t0d3:
vendor: HP
product id: HSV210
type: direct access
size: 33554432 Kbytes
bytes per sector: 512
#diskinfo /dev/rdsk/c11t0d3
SCSI describe of /dev/rdsk/c11t0d3:
vendor: HP
product id: HSV210
type: direct access
size: 33554432 Kbytes
bytes per sector: 512
Sujit
Advisor

Re: vgdisplay errors


Please send output of following;
1)strings /etc/lvmtab
2)ioscan -fnC disk

You can activate the VG
#vgchange -a y vg_name
It will not have any impact on running system. It will attach all PV if anything is missing.