Operating System - HP-UX
1834799 Members
2721 Online
110070 Solutions
New Discussion

Re: VG00 not visible by vgdisplay or in SAM

 
Andre Franklin
Advisor

VG00 not visible by vgdisplay or in SAM

I have an RP440 with a DS2405 attached. A few weeks ago there was in issue with the DS2405 that required maintenance. The issue was resolved.

Now when I attempt to view vg00 in SAM or using vgdisplay I get an error message saying:

ksh: vgdisplay: not found

I performed a vgscan and attached the results of that command.

vgscan: Couldn't access the list of physical volumes for volume group "/dev/vg01

Please help.
3 REPLIES 3
Patrick Wallek
Honored Contributor

Re: VG00 not visible by vgdisplay or in SAM

>>ksh: vgdisplay: not found

This means only that the 'vgdisplay' file is not in your PATH.

What happens if you do '/usr/sbin/vgdisplay -v vg00'?

Andre Franklin
Advisor

Re: VG00 not visible by vgdisplay or in SAM

The report is returned:
# /usr/sbin/vgdisplay -v vg00
--- Volume groups ---
VG Name /dev/vg00
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 8
Open LV 8
Max PV 16
Cur PV 2
Act PV 2
Max PE per PV 4384
VGDA 4
PE Size (Mbytes) 16
Total PE 8748
Alloc PE 839
Free PE 7909
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0

--- Logical volumes ---
LV Name /dev/vg00/lvol1
LV Status available/syncd
LV Size (Mbytes) 304
Current LE 19
Allocated PE 19
Used PV 1

LV Name /dev/vg00/lvol2
LV Status available/syncd
LV Size (Mbytes) 4096
Current LE 256
Allocated PE 256
Used PV 1

LV Name /dev/vg00/lvol3
LV Status available/syncd
LV Size (Mbytes) 208
Current LE 13
Allocated PE 13
Used PV 1

LV Name /dev/vg00/lvol4
LV Status available/syncd
LV Size (Mbytes) 128
Current LE 8
Allocated PE 8
Used PV 1

LV Name /dev/vg00/lvol5
LV Status available/syncd
LV Size (Mbytes) 2624
Current LE 164
Allocated PE 164
Used PV 1

LV Name /dev/vg00/lvol6
LV Status available/syncd
LV Size (Mbytes) 208
Current LE 13
Allocated PE 13
Used PV 1

LV Name /dev/vg00/lvol7
LV Status available/syncd
LV Size (Mbytes) 1248
Current LE 78
Allocated PE 78
Used PV 1

LV Name /dev/vg00/lvol8
LV Status available/syncd
LV Size (Mbytes) 4608
Current LE 288
Allocated PE 288
Used PV 1


--- Physical volumes ---
PV Name /dev/dsk/c2t1d0
PV Status available
Total PE 4374
Free PE 3535
Autoswitch On

PV Name /dev/dsk/c3t0d0
PV Status available
Total PE 4374
Free PE 4374
Autoswitch On
Andre Franklin
Advisor

Re: VG00 not visible by vgdisplay or in SAM

Following these steps and then running the vgscan returned my volume. Thanks