Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VG corruption AIX 6.1 anyone else seen this.

Status
Not open for further replies.

mrn

MIS
Apr 27, 2001
3,993
GB
AIX 6100-03-03-0943

Any experienced this before

Code:
LV_NAME   TYPE  LP  PP  PV    LV STATE        MOUNT POINT
TEST01lv    jfs2   4     4    1     open/syncd   /test1
TEST02lv    jfs2  84   84   1     open/syncd   /test2
TEST03lv    jfs2  160  157  4   open/syncd   /test2


Note the LP PP on TEST03lv

lslv -m TEST03lv

Code:
LP          PP1          PV1            PP2     PV2        PP3      PV3
0001      0001       hdisk30
....
....
0136  0000       0000000000000
0516-304 : Unable to find device id in 00000000000 in device configuration database
0137  0000       0000000000000
0516-304 : Unable to find device id in 00000000000 in device configuration database
0138  0000       0000000000000
0516-304 : Unable to find device id in 00000000000 in device configuration database
0139   0049      hdisk31
......


Found a matching APAR for 5.3 IY79783 but it's for striped LV's

Mike

"Whenever I dwell for any length of time on my own shortcomings, they gradually begin to seem mild, harmless, rather engaging little things, not at all like the staring defects in other people's characters."
 
Code:
lsvg -p TEST_vg

hdisk30      active      143    39     01..00..00..09..29
hdisk31      active      143   143    29..29..28..28..29
hdisk32      active      143   107    29..00..21..28..29
hdisk33      active      143    4       00..00..00..00..04

Code:
lspv

hdisk0        00cdf8b4249867e6       rootvg
hdisk1        00cdf8b47121c81a       appvg
hdisk2.......                                     OTHER_vg
hdisk3.......                                     OTHER_vg
.......
.......
hdisk30       00cdfb84710cb72b        TEST_vg      active
hdisk31       00cdf8b471175512        TEST_vg      active
hdisk32       00cdf8b4710f8970         TEST_vg     active
hdisk33       00cdf8b4711a25af         TEST_vg      active
.....
.....

Mike

"Whenever I dwell for any length of time on my own shortcomings, they gradually begin to seem mild, harmless, rather engaging little things, not at all like the staring defects in other people's characters."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top