IBM S2000-025 - IBM AIX v7.3 Administrator Specialty Exam
Page: 1 / 9
Total 45 questions
Question #1 (Topic: Exam A)
Under normal operations, how soon can a logical volume be used after requesting that it be synchronized to a mirrored copy?
A. When the synchronization is fully complete
B. Immediately
C. Individual blocks can be used as soon as they are cached in memory to be written to the mirror
D. Individual blocks can be used only after written to the mirror copy
Answer: B
Question #2 (Topic: Exam A)
An administrator is tasked with installing and managing open source software packages on an AIX system. The AIX Toolbox team recommends using DNF for this purpose.
Which step is taken to install DNF correctly?
Which step is taken to install DNF correctly?
A. Download and execute the dnf_aixtoolbox.sh script
B. Re-execute the system LIBPATH to prioritize /opt/freeware/dnf
C. Use the dnf command to manually install all required dnf packages
D. Download and execute yum from the AIX Toolbox website
Answer: A
Question #3 (Topic: Exam A)
Which command provides an overview of memory and paging space usage in order to identify memory bottlenecks due to excessive paging?
A. ps -mem all
B. memstat -a
C. svmon -G
D. lsps -a
Answer: C
Question #4 (Topic: Exam A)
A system administrator oversees a small network consisting of several AIX servers and workstations. Due to the simplicity of the network and security requirements, they have chosen to manage local name resolution using the /etc/hosts file. Recently, a new server named “appserver” has been added to the network, and they need to update the /etc/hosts file accordingly. They decide to use the command-line method to make the necessary changes.
Which command adds the host appserver with IP address 192.168.1.10 to the /etc/hosts file?
Which command adds the host appserver with IP address 192.168.1.10 to the /etc/hosts file?
A. echo “192.168.1.10 appserver” >> /etc/hosts
B. addhost -f /etc/hosts -i 192.168.1.10 appserver
C. edithosts -add appserver -ip 192.168.1.10
D. hostent -a appserver -i 192.168.1.10
Answer: A
Question #5 (Topic: Exam A)
A critical application keeps its configuration files and database in the jfs2 filesystem /app.
In order to avoid application downtime, which action would you take to create a point-in-time consistent vg backup using savevg?
In order to avoid application downtime, which action would you take to create a point-in-time consistent vg backup using savevg?
A. Quiesce the application and unmount the file system /app then run savevg backup
B. Reboot the system into single user mode and then run savevg backup when the OS starts
C. Find application process id (ps -ef ...) and execute echo kill -6 /proc/pid and then run savevg
D. Use the appropriate flag to create a snapshot and then backup the snapshot
Answer: D