000-221 · Question #230
An administrator is removing a failed disk from a mirrored rootvg volume group. A message directed the administrator to run the chpv -c command. The administrator ran this command against the last…
The correct answer is B. The boot record was removed from the system. The chpv -c command clears the boot record from a physical volume, and running it against the last available disk in rootvg removes the only remaining boot record on the system.
Question
An administrator is removing a failed disk from a mirrored rootvg volume group. A message directed the administrator to run the chpv -c command. The administrator ran this command against the last available disk in rootvg. What is the result of performing this action?
Options
- AThe failed drive is removed from the bootlist.
- BThe boot record was removed from the system.
- CThe ipldevice was re-linked to the available disk device name.
- DThe boot record was updated with the available disk information.
How the community answered
(60 responses)- A7% (4)
- B80% (48)
- C12% (7)
- D2% (1)
Why each option
The chpv -c command clears the boot record from a physical volume, and running it against the last available disk in rootvg removes the only remaining boot record on the system.
Modifying the bootlist is performed with the bootlist command, not chpv -c; chpv -c operates on the physical boot record written to the disk, not the NVRAM bootlist.
The chpv -c command is specifically designed to clear and remove the boot record from a physical volume. When executed against the last accessible disk in rootvg, no other disk retains a boot record, so the system's boot record is completely removed, leaving the system in an unbootable state until the boot record is recreated with bosboot.
Re-linking ipldevice to an available device is a separate recovery step distinct from what chpv -c does; chpv -c removes the boot record rather than updating any device symbolic links.
Updating the boot record with new disk information is the function of the bosboot command, not chpv -c, which removes the boot record rather than refreshing or updating it.
Concept tested: AIX chpv -c boot record clearing on physical volume
Source: https://www.ibm.com/docs/en/aix/7.3?topic=c-chpv-command
Topics
Community Discussion
No community discussion yet for this question.