Hi everybody,
I have a little problem with my AIX 6.1, PowerHA 6.1 LVM mirror. After problem with SAN pathing of our one Datacenter, I have LV at stale state.
# lsvg cpsdata2vg
VOLUME GROUP: cpsdata2vg VG IDENTIFIER: 00fb518c00004c0000000169445f4c2c
VG STATE: active PP SIZE: 1024 megabyte(s)
VG PERMISSION: read/write TOTAL PPs: 6142 (6289408 megabytes)
MAX LVs: 256 FREE PPs: 441 (451584 megabytes)
LVs: 2 USED PPs: 5701 (5837824 megabytes)
OPEN LVs: 2 QUORUM: 2 (Enabled)
TOTAL PVs: 2 VG DESCRIPTORS: 3
STALE PVs: 1 STALE PPs: 108
ACTIVE PVs: 1 AUTO ON: no
Concurrent: Enhanced-Capable Auto-Concurrent: Disabled
VG Mode: Concurrent
Node ID: 1 Active Nodes: 2 3 4
MAX PPs per VG: 32768 MAX PVs: 1024
LTG size (Dynamic): 256 kilobyte(s) AUTO SYNC: no
HOT SPARE: no BB POLICY: relocatable
MIRROR POOL STRICT: off
PV RESTRICTION: none INFINITE RETRY: no
DISK BLOCK SIZE: 512 CRITICAL VG: no
# lspv
...
hdisk36 00fb518c4457e71a cpsdata2vg concurrent
hdisk37 00fb518c4457f895 cpsdata2vg concurrent
# lsvg -l cpsdata2vg
cpsdata2vg:
LV NAME TYPE LPs PPs PVs LV STATE MOUNT POINT
cpsabcd2lv jfs2 2850 5700 2 open/stale /cpsabcd2
loglv00 jfs2log 1 1 1 open/syncd N/A
# lsvg -p cpsdata2vg
cpsdata2vg:
PV_NAME PV STATE TOTAL PPs FREE PPs FREE DISTRIBUTION
hdisk36 active 3071 220 00..00..00..00..220
hdisk37 missing 3071 221 00..01..00..00..220
Normally I solve it by command varyonvg for non-concurrent LUNs. I cant find solutions for Enhanced-Capable concurrent LUNs.
I guess that the right way to solve this problem is command varyonvg too. With parameter '-c' for concurrent vary.
Does anyone have experience with this procedure? I cant umount this filesystem right now, so I am curious if I can do this without unavailability or other problem with filesystem.
Thank you.