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?
A. The fanout parameter.
B. The execute parameter.
C. The node-options parameter
D. The stream parameter
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?
A. unmirrorvg rootvg hdisk1 reducevg roolvg hdisk1 rmdev -I hdisk1 -d physically replace hdisk1 cfgmgr extendvg rootvg hdisk1 mirroivg rootvg Run a bosboot on both disks
B. rmdev-l hdisk1 -d physically replace hdisk1 cfgmgr unmirrorvg rootvg hdisk1 reducevg rootvg hdisk1 extendvg rootvg hdisk1 mirrorvg rootvg Run a bosboot on both disks
C. unmirrorvg rootvg hdisk1 rmdev-I hdisk1 -d physically replace hdisk1 reducevg rootvg hdisk1 cfgmgr extendvg rootvg hdisk1 mirrorvg rootvg Run a bosboot on both disks
D. unmirroivg rootvg hdisk1 reducevg rootvg hdisk1 rmdev -I hdisk1 -d physically replace hdisk1 cfgmgr extendvg rootvg hdisk1 Run a bosboot on both disks mirrorvg rootvg
What TWO situations require a Systems Director Management Console (SDMC) instead of a Hardware Management Console (HMC)?
(Select 2)
A. Managing POWER5, POWER6 and POWER7 servers from one interface.
B. Creating automation plans that perform specific functions on a given event.
C. Implementing Active Memory Sharing (AMS).
D. Utilizing Integrated Virtualization Manager (IVM) to manage Power Systems blades.
E. Managing Power Blades and Power Systems standalone servers from one interface.
Why would the 'bffcreate -d/dev/cd0 -t/tmp/images all' command be run?
A. To create installation or update images of all software packages from media in /dev/cd0
B. To install all software packages from the media in /dev/cd0 that have prerequisites met on the system or in /tmp/images.
C. To make a file in /tmp/images that lists all of the software packages on media in /dev/cd0
D. To make a copy of all software in /tmp/images and store onto the writable media in /dev/cd0
An administrator would like to enable operators to list the submission times of all crontab files, but not to edit them. How can this be accomplished?
A. Enable them to use the crontabcommand with Role Based Access Control (RBAC)
B. Enable them to use the cronadm command with SUDO.
C. Enable them to view the /var/spool/cron/log file with unix file permissions.
D. Enable them to use the Iscrontab command by adding them to the system group.
What are the three basic elements of RBAC in AIX?
A. Groups, Keys and Access
B. Keys, Privileges and Groups
C. Users, Groups and KeyStore
D. Roles, Privileges and Authorizations
Which type of resource is required for every BOS installation performed with NIM?
A. spot
B. script
C. resolv_conf
D. bosinst_data
An existing LPAR is configured with a vSCSI disk for a root volume group. An administrator is configuring NPIV to provide secondary storage to the partition. DLPAR operations are used to add the required client and server adapters to the client and VIO Server partitions.
Once the NPIV adapters have been configured, what action should be taken against the client LPAR to ensure access to SAN storage is not compromised?
A. Shutdown and reboot AIX.
B. Shutdown and reactivate the profile.
C. Save the current configuration to a profile.
D. Add the physical WWVPN to the virtual device configuration.
An administrator saved a change to the active profile of an LPAR. When will the change takeeffect?
A. Immediately after the profile is saved
B. When the admin reboots the LPAR from within AIX
C. When the Rebuild Managed System task completes
D. When the LPAR is shutdown and the profile is activated from the HMC
An administrator wants to migrate data in a volume group from one set of disks to a new set of disks. No free disks are currently available within the volume group.
What must be done before migrating the data to the new disks?
A. The new disks must be added to thevolume group with extendvg and then migrate the data.
B. The volume group must be imported to the new disks withimportvg.
C. The volume group must be varied off withvaryoffvgbefore adding the new disks.
D. The new disks must be formatted for a volume group withchdevand then extended.