Multiple choice technology operating systems

How would an administrator remove the volume group datavg definition from the system?

  1. reducevg datavg

  2. lsvg -r datavg

  3. exportvg datavg

  4. varyoffvg datavg

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The exportvg command completely removes a volume group's definition from the system's ODM, making it as if it never existed. varyoffvg only deactivates the VG, reducevg removes physical volumes from a VG, and lsvg -r is not a valid option combination.