Multiple choice technology operating systems

What is the command to check all active volume groups on AIX?

  1. lsvg

  2. lsvg -o

  3. lsvg -a

  4. activevg

Reveal answer Fill a bubble to check yourself
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.