A system that will be re-installed has the following characteristics:
If the following target_disk_data stanza is defined in the bosinst.data file used for the install, which disk will be installed with the operating system?
target_disk_data:
LOCATION = 0006bf1c3d817913
SIZE_MB =
HDISKNAME = hdisk1
A mirrored rootvg internal disk, hdisk1, has failed and must be replaced. The remaining mirrored disk, hdisk0, is intact and functioning normally. What is the correct sequence of actions?
An administrator utilizes the parallel nature of dsh to streamline common tasks, but must serialize some to prevent network saturation. What dsh parameter will override the default behavior?
Two different administrators are asked to change the hostname of a system due to a misunderstanding The current hostname is set to misunderstanding. The
current hostname is set to 'ozi'. The first administrator thinks the hostname should be set to 'kiwi' and he runs the command:
# hostname kiwi
He checks his work by running the hostname command again and he sees this output # hostname kiwi
The second administrator thinks the hostname should be texan and he runs the command:
# uname -S texan
He checks his work by running uname -n and sees the output # uname -n texan
What will be the output of the hostname and uname -n command when the system reboots?