nerdexam
IBM

000-221 · Question #170

An administrator plans to migrate an LPAR from one host to another using a mksysb restore. The source system has a mirrored rootvg on two 72GB disks. The destination system has one 72GB disk. Which…

The correct answer is C. Update the image.data file for the mksysb lv_source_disk_list, copies and PP values for each LV. Restoring a mksysb from a 2-disk mirrored rootvg onto a single destination disk requires editing image.data to reduce mirror copies and update PP values so the restore does not attempt to allocate a second physical disk.

Storage Management

Question

An administrator plans to migrate an LPAR from one host to another using a mksysb restore. The source system has a mirrored rootvg on two 72GB disks. The destination system has one 72GB disk. Which of the following would allow the mksysb to be restored successfully on the destination system?

Options

  • AUpdate the bosinst.data file for the mksysb target_disk_data value for the volume group.
  • BEnsure the option 'Shrink Filesystems' and 'Use Maps' are set to no when restoring the mksysb.
  • CUpdate the image.data file for the mksysb lv_source_disk_list, copies and PP values for each LV.
  • DUpdate the image.data file for the mksysb and add the attribute mirror=false under logical_volume_policy

How the community answered

(35 responses)
  • A
    14% (5)
  • B
    9% (3)
  • C
    71% (25)
  • D
    6% (2)

Why each option

Restoring a mksysb from a 2-disk mirrored rootvg onto a single destination disk requires editing image.data to reduce mirror copies and update PP values so the restore does not attempt to allocate a second physical disk.

AUpdate the bosinst.data file for the mksysb target_disk_data value for the volume group.

The target_disk_data stanza in bosinst.data specifies which physical disk to install to, but it has no mechanism to reduce the number of LV mirror copies encoded in image.data, so the restore would still fail due to the missing second disk.

BEnsure the option 'Shrink Filesystems' and 'Use Maps' are set to no when restoring the mksysb.

'Shrink Filesystems' reduces filesystem sizes to fit smaller targets and 'Use Maps' controls partition placement, but neither option removes the mirrored-copy requirement that is defined per-LV in image.data, so a second disk is still required.

CUpdate the image.data file for the mksysb lv_source_disk_list, copies and PP values for each LV.Correct

The image.data file governs LV layout during a mksysb restore, including the COPIES stanza (number of mirror copies), lv_source_disk_list (which physical disks to use), and PP counts for each logical volume. Setting COPIES to 1 and adjusting the PP and lv_source_disk_list values for every LV removes the mirror requirement, allowing all physical partitions to be allocated on the single 72GB destination disk. Without these edits the restore fails immediately because BOS installation cannot satisfy the request for a second mirror copy on a non-existent disk.

DUpdate the image.data file for the mksysb and add the attribute mirror=false under logical_volume_policy

There is no supported 'mirror=false' attribute under logical_volume_policy in image.data; removing mirroring correctly requires setting the COPIES field to 1 and updating PP counts within each individual LV stanza.

Concept tested: mksysb image.data mirror copy reduction for single-disk restore

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

Topics

#mksysb#rootvg mirroring#image.data#logical volume

Community Discussion

No community discussion yet for this question.

Full 000-221 Practice