Exam Code : S1000-007
Exam Name : IBM AIX v7 Administrator Specialty
Vendor Name :
"IBM"
Which command is used to collect system dump information for problem determination on an AIX system?
dump
diag
snap
trace
errpt
sysdumpdev
Answer: C
Explanation: The "snap" command is used to collect system dump information for problem determination on an AIX system. It captures a snapshot of the system's current state, including hardware and software configurations, processes, and system logs.
Which command is used to view the routing table on an AIX system?
netstat -r
route
ifconfig
traceroute
ping
lsrouting
Answer: A
AIX system. It displays information about the network routes configured on the system, including the destination network, gateway, and interface.
Which RAID level provides high fault tolerance and performance by striping data across multiple disks and using parity for data recovery?
RAID 0
RAID 1
RAID 5
RAID 6
RAID 10
RAID 50
Answer: C
Explanation: RAID 5 provides high fault tolerance and performance by striping data across multiple disks and using parity for data recovery. It requires at least three disks and can tolerate the failure of a single disk without losing any data.
Which command is used to monitor CPU utilization on an AIX system?
topas
svmon
vmstat
iostat
nmon
lparstat
Explanation: The "topas" command is used to monitor CPU utilization on an AIX system. It provides real-time information about CPU usage, memory usage, disk I/O, and other system performance metrics.
Which command is used to configure a network interface on an AIX system?
ifconfig
cfgmgr
mktcpip
chdev
smitty tcpip
mkdev -l inet
Answer: E
Explanation: The "smitty tcpip" command provides a menu-driven interface for configuring network interfaces on an AIX system. It allows administrators to set IP addresses, subnet masks, default gateways, and other network-related parameters.
Which command is used to list all installed software packages on an AIX system?
rpm -qa
lppchk
instfix
installp -L
smitty install
emgr -l
Answer: D
Explanation: The "installp -L" command is used to list all installed software packages on an AIX system. It provides a comprehensive list of the installed packages along with their version numbers.
Which log file contains a record of system boot messages and kernel events on an AIX system?
/var/log/messages
/var/adm/ras/conslog
/var/log/syslog
/var/log/secure
/var/log/auth.log
/var/log/audit/audit.log
Answer: B
Explanation: The "/var/adm/ras/conslog" file contains a record of system boot messages and kernel events on an AIX system. It is a useful resource for troubleshooting system issues and analyzing system startup processes.
Which command is used to create a new file system on an AIX system?
mkfs
fsck
mksysb
chfs
crfs
smitty
Answer: E
Explanation: The "crfs" command is used to create a new file system on an AIX system. It allows administrators to specify various options such as the file system type, size, and mount point.
Which protocol is commonly used for secure remote access to an AIX system?
SSH
FTP
Telnet
RDP
SNMP
NFS
Answer: A
Explanation: Secure Shell (SSH) is commonly used for secure remote access to an AIX system. It provides encrypted communication and authentication mechanisms to protect against unauthorized access and data interception.