🎴 Flashcard Mode

operating systems Online Quiz - 19

Card1 / 18
Mastered0
Review0
QuestionClick to flip

Which command can be used to verify that all logical volumes in volume group datavg are mirrored?

AnswerClick to flip back
A
lsvg -l datavg
💡 Explanation:

The lsvg -l command lists all logical volumes in a volume group and shows the number of copies for each LV (displayed as 'PVs'). The 'PVs' column indicates mirroring - 1 means no mirror, 2 means two copies (one mirror), 3 means three copies (two mirrors). This gives a complete view of mirroring status for all LVs in one command.

Change Mode