What is the command to check all active volume groups on AIX?
-
lsvg
-
lsvg -o
-
lsvg -a
-
activevg
B
Correct answer
Explanation
The 'lsvg -o' command on AIX lists only active (varied on) volume groups. The plain 'lsvg' shows all volume groups regardless of state, while '-o' filters for only those that are currently online and active. The 'lsvg -a' option is invalid, and 'activevg' is not a standard AIX command.