Disk Enclosures
1748073 Members
4961 Online
108758 Solutions
New Discussion юеВ

Re: Curr & Act PV variation

 
John Jayaseelan
Super Advisor

Curr & Act PV variation

Hi,

Receieved the following messages.
_______________
# lvextend -m 1 /dev/vginf/lvinf_b108 /dev/dsk/c1t2d0
The newly allocated mirrors are now being synchronized. This operation will
take some time. Please wait ....
Logical volume "/dev/vginf/lvinf_b108" has been successfully extended.
vgcfgbackup: /etc/lvmtab is out of date with the running kernel:Kernel indicate.
Cannot proceed with backup.
__________

Following are some of the system config.

# vgdisplay -v /dev/vginf|more
--- Volume groups ---
VG Name /dev/vginf
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 12
Open LV 12
Max PV 16
Cur PV 13
Act PV 12
Max PE per PV 1024
VGDA 24
PE Size (Mbytes) 4
Total PE 7126
Alloc PE 5806
Free PE 1320
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0


# strings /etc/lvmtab
/dev/vgult
dyUt:
/dev/dsk/c0t12d0
/dev/dsk/c0t13d0
/dev/dsk/c1t13d0
/dev/dsk/c2t4d0
/dev/vguv
dyUt5
/dev/dsk/c0t14d0
/dev/dsk/c0t15d0
/dev/dsk/c1t14d0
/dev/dsk/c1t15d0
/dev/vg00
dyUt5
/dev/dsk/c2t3d0
/dev/dsk/c2t5d0
/dev/dsk/c7t14d0
/dev/vginf
/dev/dsk/c0t0d0
/dev/dsk/c0t1d0
/dev/dsk/c0t2d0
/dev/dsk/c0t3d0
/dev/dsk/c0t4d0
/dev/dsk/c0t5d0
/dev/dsk/c1t0d0
/dev/dsk/c1t1d0
/dev/dsk/c1t2d0
/dev/dsk/c1t3d0
/dev/dsk/c1t4d0
/dev/dsk/c1t5d0
/dev/dsk/c1t11d0


# vgcfgrestore -n /dev/vginf -l
Volume Group Configuration information in "/etc/lvmconf/vginf.conf"
VG Name /dev/vginf
---- Physical volumes : 13 ----
/dev/rdsk/c0t0d0 (Non-bootable)
/dev/rdsk/c0t1d0 (Non-bootable)
/dev/rdsk/c0t2d0 (Non-bootable)
/dev/rdsk/c0t3d0 (Non-bootable)
/dev/rdsk/c0t4d0 (Non-bootable)
/dev/rdsk/c0t5d0 (Non-bootable)
/dev/rdsk/c1t0d0 (Non-bootable)
/dev/rdsk/c1t1d0 (Non-bootable)
/dev/rdsk/c1t2d0 (Non-bootable)
/dev/rdsk/c1t3d0 (Non-bootable)
/dev/rdsk/c1t4d0 (Non-bootable)
/dev/rdsk/c1t5d0 (Non-bootable)
/dev/rdsk/c1t6d0 (Non-bootable)


The physical path '/dev/rdsk/c1t6d0' listed in the 'vgcfgrestore -n /dev/vginf -l' is not available in the system.

Thanks
John Jayaseelan
3 REPLIES 3
James A. Donovan
Honored Contributor

Re: Curr & Act PV variation

Looks like you have a dead/missing disk.

Run "ioscan -fnC disk" and look for the c1t6d0 device. If it doesn't show up, or if it shows up as "NO_HW", then you need to get it replaced.
Remember, wherever you go, there you are...
John Jayaseelan
Super Advisor

Re: Curr & Act PV variation

Hi,

There is no disk with device name c1t6d0 on the system. How this entry can be removed.

Thanks
Ashwani Kashyap
Honored Contributor

Re: Curr & Act PV variation

Make a copy of your e/tc/lvmtab file then move it . Then try
#vgscan -v
Do a man on vgscan .

If that does not work try
# vgreduce -f /dev/vg_name
This will force the mising PV to be deleted from the configs .

Do man vgreduce for more information .