nerdexam
IBM

000-221 · Question #100

A P0WER5 520 system is being cloned onto a Power 780. The source system is on internal disks, and the vg01 volume group is mirrored. After installing AIX, which sequence of actions will recreate the…

The correct answer is C. Have all applications shut down. When cloning a data volume group to a new system, all applications must be shut down first to guarantee a consistent backup image before migration.

Storage Management

Question

A P0WER5 520 system is being cloned onto a Power 780. The source system is on internal disks, and the vg01 volume group is mirrored. After installing AIX, which sequence of actions will recreate the vg01 volume group and restore data on the new system?

Options

  • AHave all the applications shut down.
  • BCreate a backup onto an NFS server using the mksysb command and referencing the correct data
  • CHave all applications shut down.
  • DShut down all application running from the data volume group.

How the community answered

(38 responses)
  • A
    3% (1)
  • B
    11% (4)
  • C
    84% (32)
  • D
    3% (1)

Why each option

When cloning a data volume group to a new system, all applications must be shut down first to guarantee a consistent backup image before migration.

AHave all the applications shut down.

This option describes a generic shutdown of all applications system-wide rather than targeting the sequence of steps specific to safely cloning a data volume group, making it a less precise and incomplete procedure.

BCreate a backup onto an NFS server using the mksysb command and referencing the correct data

mksysb is designed exclusively for backing up the root volume group (rootvg) and cannot be used to back up a data volume group like vg01 - savevg is the correct command for non-rootvg volume groups.

CHave all applications shut down.Correct

Shutting down all applications is the mandatory first step before backing up a data volume group, because active I/O during backup causes data inconsistency in the resulting image. After a clean application shutdown, the correct tool for backing up a non-rootvg volume group like vg01 is savevg (not mksysb), and the corresponding restore on the Power 780 target is performed with restvg. Ensuring no processes have open file handles on vg01 before backup guarantees the restored volume group on the new system will be in a consistent, usable state.

DShut down all application running from the data volume group.

Shutting down only applications visibly running from the data volume group may miss background daemons or processes with open file handles on vg01, leaving the risk of an inconsistent backup image.

Concept tested: AIX data volume group backup sequence using savevg

Source: https://www.ibm.com/docs/en/aix/7.2?topic=s-savevg-command

Topics

#system migration#volume group#mksysb#cloning

Community Discussion

No community discussion yet for this question.

Full 000-221 Practice