C9010-022 Exam - IBM AIX Administration V1

certleader.com

Q1. - (Topic 2) 

A server on the 165.x.x.x subnetis displaying network problems. The administrator uses a console connection and gathers the following information: 

Which action will permanently resolve the issue? 

A. Flush the routing table. 

B. Run 'route del 10.2.98.113-f. 

C. Modify/etc/routes and reboot the system. 

D. Run 'chdev-I inet0-a delroute=net.-hopcount,0,,0.10.2.98.113'. 

Answer:

Q2. - (Topic 4) 

Which performance monitoring tool can be used to display processor, VMM, disk I/O, and network data? 

A. topas 

B. vmstat 

C. iostat 

D. lparstat 

Answer:

Q3. - (Topic 4) 

In which two ways can the pre-login message for an AIX LPAR be changed? (Choose two.) 

A. Issue thechsyscommand 

B. Edit the /etc/security/login.cfg file 

C. Change the /etc/motd file 

D. Use thechseccommand 

E. Modify the /etc/security/environ file 

Answer: B,C 

Q4. - (Topic 4) 

Which standard filesystem is temporarily used by the mksysb backup process? 

A. /mnt 

B. /tmp 

C. /usr/tmp 

D. /var/ras/tmp 

Answer:

Q5. - (Topic 2) 

How can an administrator determine if DLPAR operations can be performed for a specific LPAR? 

A. Run the Isdlpar -partition command on the local HMC. 

B. Run the IsrsrclBM.MCP command on the LPAR. 

C. Run the Iparstat -dlpar command on the LPAR. 

D. Run the rmcctrl -d command on the local HMC. 

Answer:

Q6. - (Topic 4) 

Within the context of a script, what must be considered when using stopsrc to stop a 

running subsystem? 

A. The command can only run in the foreground. 

B. Return code will be zero, regardless of outcome. 

C. Return code will be non-zero should the subsystem fail to stop. 

D. The commandwill wait for the given subsystem to shutdown, before returning. 

Answer:

Q7. - (Topic 2) 

Given the following information, why is an error returned when trying to unmount the fitesystem /var/logs/tsm? 

A. The child filesystem /var/logs/tsm/livelog is still mounted. 

B. The hd8 is still tied to the filesystem. 

C. The filesystem is of type mount=true so cannot be unmounted while the system is running 

D. The umount command is being run while inside the filesystem. 

Answer:

Q8. - (Topic 1) 

Which technology provides the maximum amount of usable storage and resilience for a system with 6 physical volumes? 

A. RAID 0 

B. RAID 1 

C. RAID 5 

D. RAID 6 

Answer:

Q9. - (Topic 3) 

Which command is used to determine the memory use of either a particular process or whole AIX system? 

A. netpmon 

B. vmstat 

C. svmon 

D. truss 

E. ps 

F. rmss 

Answer:

Q10. - (Topic 3) 

A new naming guideline requires the existing volume group, db2vg on hdisk1, be renamed 

to db2logsvg01. Which command sequence will accomplish this with the least downtime? 

A. varyoffvg db2vg exportvg db2vg importvg -y db2logsvg01 hdisk1 

B. odmupdate -q VGNAME db2vg db2logsvg01 sync db2vg db2logsvg01 varyonvg db2logsvg01 hdisk1 

C. varyoffvg db2vg chvg -a name db2vg db2logsvg01 varyonvg db2vg hdisk1 

D. savevg db2vg rmvg db2vg mkvg -y db2logsvg0l hdisk1 restvg hdisk1 

Answer: