Q1. - (Topic 2)
How can the administrator remove all entries from the error log?
A. errclear 0
B. errpt-c 0
C. errlogger-c 0
D. errdemon-c 0
Answer: A
71. - (Topic 2)
An administrator upgraded the rpm.rte fileset. During the installation, the bos.rte install fileset was automatically upgraded aswell Given the following information, which action will allow the administrator to back out the changes?
A. REJECT both fileset upgrades.
B. COMMIT the bos.rte.install upgrade and REJECT both fileset upgrades.
C. REJECT the bos.rte.install fileset andoverwrite install the rpm.rte with the previous version
D. REJECT the bos.rte.install fileset and CLEANUP the rpm.rte upgrade.
Q2. - (Topic 2)
A user wants to run a batch job repetitively, but requires that each invocation starts five hours after the previous run finishes. What strategy will accomplish this?
A. Create a wrapper script that launches the job in the background and then sleeps for the designated period before launching it again.
B. Submit the jobwith 'at', using the average run time of the job plus five hours as the interval.
C. Add an entry to the crontab to submit the job every five hours.
D. Create a file containing the job commands, using the 'at' command as the final line of the file.
Answer: D
99. - (Topic 2)
Given the following crontab entry, when will the job run?
30 5 * 9 * /usr/local/bin/maintenance
A. Every day in September at 05.30
B. Every day at 05.00 and 09.00 for 30 days
C. Every 30 minutes for the first 5 days in September
D. Only on the 30th of May in 9 minute intervals
Q3. - (Topic 4)
How can ssh access to an AIX 7 system be restricted to the 192.168.0.1/24 subnet?
A. Option A
B. Option B
C. Option C
D. Option D
Answer: C
Q4. - (Topic 1)
What option will boot an LPAR directly from DVD media, without any user interaction required, when starting the LPAR from the Hardware Management Console (HMC)?
A. Normal
B. Diagnostic with default boot list
C. System management services
D. Open firmware OK prompt
Answer: B
Q5. - (Topic 3)
Which command will read a volume group backup stored at/dev/cd1 and restore the /myapp/app.c file to the /data/testcode directory?
A. restorevgfiles -f /dev/cd1 -s -d /data/testcode ./myapp/app.c
B. restvg -d /dev/cd1 -s -f /data/testcode./myapp/app.c
C. restore -Tqvf/dev/cd1 -s -d /data/testcode ./myapp/app.c
D. listvgbackup -restore /dev/cd1 -s -f/data/testcode ./myapp/app.c
Answer: A
Q6. - (Topic 3)
Which action must be completed on the HMC when a partition is in a Recoverystate?
A. Select Configuration and Restore partition data.
B. Select Recover Partition Data for the managed system.
C. Select Initialize Partition for the LPAR in Recovery state
D. Select Configuration and Rebuild Managed System.
Answer: B
Q7. - (Topic 2)
Which system management tool could be used to deploy corrective service to multiple HMCs?
A. Distributed Systems Manager
B. Network Installation Manager
C. IBM Systems Director
D. Cluster Systems Manager
Answer: C
Q8. - (Topic 4)
What is depicted in the following diagram?
A. Long distance NFSv4 mount
B. Cluster Aware AIX linked cluster
C. Asynchronous GLVM mirroring
D. Cross site disk heartbeat
Answer: C
Q9. - (Topic 3)
One disk within a mirrored rootvg volume group failed and wasreplaced. What is the first action the administrator must take after re-establishing mirroring?
A. Create the boot image on the replaced disk.
B. Recreate/dev/ipldevice.
C. Re-enable volume group quorum.
D. Copy/dev/hd5 to the new disk.
Answer: A
Q10. - (Topic 2)
Which command will show all the logical volumes, filesystem mount points, and the volume group in which they reside?
A. Islv-al
B. mount-v
C. df-vAg
D. Isvg | Isvg -il
Answer: D