Operating System - HP-UX
1752552 Members
4665 Online
108788 Solutions
New Discussion юеВ

Re: PV Status unavailable

 
bharat satsangi
Frequent Advisor

PV Status unavailable

Hi,
it is running with 11.23 and there is some pv unavailable. while i run vgdisplay it shows unavailable and in ioscan -fnC disk output it is claimed, while i run diskinfo its fine, while i run pvdisplay its unavailable and there is no alternate link to disk. below is the output of some command to analyse


#vgdisplay--
VG Name /dev/vg_omnivdev_04_omnivdev_bkup
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 1
Open LV 1
Max PV 50
Cur PV 2
Act PV 2
Max PE per PV 25000
VGDA 4
PE Size (Mbytes) 16
Total PE 8630
Alloc PE 8630
Free PE 0
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
--- Logical volumes ---
LV Name /dev/vg_omnivdev_04_omnivdev_bkup/lv_tempdir
LV Status available/syncd
LV Size (Mbytes) 138080
Current LE 8630
Allocated PE 8630
Used PV 2

--- Physical volumes ---
PV Name /dev/dsk/c23t4d3
PV Status unavailable
Total PE 4315
Free PE 0
Autoswitch On
Proactive Polling On
PV Name /dev/dsk/c24t4d1
PV Status unavailable
Total PE 4315
Free PE 0
Autoswitch On
Proactive Polling On
----------------------------------------------

root@prod: pvdisplay /dev/dsk/c24t4d1
--- Physical volumes ---
PV Name /dev/dsk/c24t4d1
VG Name /dev/vg_omnivdev_04_omnivdev_bkup
PV Status unavailable
Allocatable yes
VGDA 2
Cur LV 1
PE Size (Mbytes) 16
Total PE 4315
Free PE 0
Allocated PE 4315
Stale PE 0
IO Timeout (Seconds) default
Autoswitch On
Proactive Polling On
-----------------------------------------
root@prod: diskinfo /dev/rdsk/c24t4d1
SCSI describe of /dev/rdsk/c24t4d1:
vendor: EMC
product id: SYMMETRIX
type: direct access
size: 70717440 Kbytes
bytes per sector: 512
4 REPLIES 4
rariasn
Honored Contributor

Re: PV Status unavailable

Hi:

Posible EMC disk is bad?

Use "sympd" to show detailed information about a Symmetrix device:

# sympd show /dev/rdsk/cxtydz

rgs,

likid0
Honored Contributor

Re: PV Status unavailable

It's a silly one but you could also try with a:

pvchange -a y /dev/disk/diskXXX

just in case someone did a pvchange -a N to the disk
Windows?, no thanks
Deeos
Regular Advisor

Re: PV Status unavailable

Hi Bharat,

check through------>

#pvdisplay -l /dev/dsk/c24t4d1
/dev/dsk/c24t4d1 :LVM_Disk=yes show like that

#lvdisplay -v /dev/vg_omnivdev_04_omnivdev_bkup/lv_tempdir |more


check stale PEs

#bdf /dev/vg_omnivdev_04_omnivdev_bkup/lv_tempdir

and you can also try

#pvchange -a y /dev/dsk/c24t4d1



Regards
Deeos

Deepak
bharat satsangi
Frequent Advisor

Re: PV Status unavailable

Hi deepak,
Thanks for your suggestion but it did not work for me....