beautwaves
16 years agoLevel 3
Volume Status description vs Volume State in vxprint output
The Admin guide has a list of Volume Status descriptions but some of the listed statuses are not what they appear in vxprint output.
I have managed to simulate some States/Status but not all.
For example, for the "Healthy" status, vxprint output will show "ACTIVE".
Similarly for the "Degraded" status, vxprint output will simply show "-".
In the below output sample, "Failed" status is accurately shown as "Failed".
Is there a tabulated list of vxprint output Volume State values vs Volume Status that you see on the VEA concole?
Or, what would be corresponding vxprint output Volume State values for Volume Status:
- Resynching
- Regenerating
- Formatting
- Missing
- Failing
I am trying to write something that will interpret the vxprint output so I need the above information.
Am I in the wrong place asking for such info?
Thanks.
I have managed to simulate some States/Status but not all.
For example, for the "Healthy" status, vxprint output will show "ACTIVE".
Similarly for the "Degraded" status, vxprint output will simply show "-".
In the below output sample, "Failed" status is accurately shown as "Failed".
Diskgroup = OTL2K801-Dg0
TY NAME ASSOC KSTATE LENGTH PLOFFS STATE TUTIL0 PUTIL0
v HarddiskVolume2 - -
8192 - -
- -
v Volume - -
16384 - Failed
- -
v Volume2 - ENABLED 14336 - ACTIVE - -
Is there a tabulated list of vxprint output Volume State values vs Volume Status that you see on the VEA concole?
Or, what would be corresponding vxprint output Volume State values for Volume Status:
- Resynching
- Regenerating
- Formatting
- Missing
- Failing
I am trying to write something that will interpret the vxprint output so I need the above information.
Am I in the wrong place asking for such info?
Thanks.
- I haven't tried all the states but using "vxvol volinfo" with or without -v switch does show Status as "Started, Degraded" when I kill 1 side of the mirrored volume.
vxprint -vl (volume + verbose) doesn't even tell me such information. However, vxprint -l does tell me plex state "recoverable". Unfortunately, that's all it seems.