nerdexam
IBM

000-221 · Question #196

After successfully mirroring rootvg using the mirrorvg command, why must the bosboot command be run against the introduced disk?

The correct answer is C. To customize the bootrec of the newly mirrored drive. After mirroring rootvg, bosboot must be run against the new disk to write a valid boot image to its boot logical volume so the system can boot from it.

Storage Management

Question

After successfully mirroring rootvg using the mirrorvg command, why must the bosboot command be run against the introduced disk?

Options

  • ATo update the boot list held in NVRAM
  • BTo record from which disk the system will boot
  • CTo customize the bootrec of the newly mirrored drive
  • DTo synchronize the boot record between the mirrored drives

How the community answered

(45 responses)
  • A
    7% (3)
  • B
    13% (6)
  • C
    76% (34)
  • D
    4% (2)

Why each option

After mirroring rootvg, bosboot must be run against the new disk to write a valid boot image to its boot logical volume so the system can boot from it.

ATo update the boot list held in NVRAM

Updating the NVRAM boot list is the function of the bootlist command, not bosboot.

BTo record from which disk the system will boot

Recording which disk the system will boot from is also the role of the bootlist command, not bosboot.

CTo customize the bootrec of the newly mirrored driveCorrect

The bosboot command creates a boot image and writes it directly to the boot logical volume (hd5) of the specified disk. Without this step, the newly mirrored disk has no valid boot record and cannot be used as a boot device. This is distinct from updating the NVRAM boot list, which is a separate step handled by the bootlist command.

DTo synchronize the boot record between the mirrored drives

bosboot writes a boot image to a single specified disk; it does not synchronize boot records between mirrored drives.

Concept tested: AIX bosboot command and mirrored rootvg boot setup

Source: https://www.ibm.com/docs/en/aix/7.3?topic=b-bosboot-command

Topics

#bosboot#mirrorvg#boot record#rootvg mirror

Community Discussion

No community discussion yet for this question.

Full 000-221 Practice