AIX ADMINISTRATION Quiz

AIX ADMINISTRATION Quiz




1. Kernel of AIX 64 bit architecture resides in which location
a] /usr/lib/boot/unix_mp
b] /usr/sbin/boot/unix_64
c] /usr/lib/boot/unix_64
d] /usr/bin/boot/unix_64
 
2. What is the use of -E flag used in grep command 
a] exclude
b] ends with
c] process id
d] pattern
 
3. An administrator noticed that IO error frequently occurring in a hard disk hdisk1 and it is showing 100% busy in iostat command. Once data has been migrated to another hard disk, hdisk1 has been separated from VG and it needs to be replaced. Which command will delete hard disk details from ODM database.
a] rmdev -l hdisk1
b] rmdisk -l hdisk1
c] rmdev -dl hdisk1
d] rmdisk -dl hdisk1
 
4. How to clear all the errpt error logs in AIX
a] cp /dev/null /var/adm/ras/errlog
b] > /var/adm/ras/errlog
c] errclear 0
d] errptclear 0
 
5. What is the default sticky bit enabled filesystem in AIX
a] /usr
b] /tmp
c] /var
d] /home
 
6. Which type of logical volume will not be mirrored by default after running mirrorvg command
a] paging
b] jfs2log
c] boot
d] sysdump



7. An administrator has made some configuration changes in /etc/ssh/sshd_config file. It is necessary to refresh ssh daemon to take into effect. How can you refresh ssh daemon subsystem without affecting your currently running terminals.
a] stopsrc -s sshd; startsrc -s sshd
b] refresh -s ssh
c] refresh -s sshd
d] stopsrc -s ssh; startsrc -s ssh
 
8. How to forcibly rescan inittab after modifying an entry /etc/inittab file
a] cfgmgr
b] cfgdev
c] telinit -all
d] telinit -q
 
9. What is the content of SPOT in NIM environment
a] /usr
b] mksysb
c] /
d] /etc/* configuration files
 
10. How many physical Ethernet adapters are required to configure Shared Ethernet Adapter(SEA)
a] 1
b] 2
c] 4
d] none of the above
 
11. What is the port no of portmap subsystem necessarily used in nfs
a] 1059
b] 443
c] 111
d] 1521



12. During AIX boot process, in which phase error daemon starts
a] rc.boot 2
b] rc.boot 3
c] init phase
d] ROS phase
 
13. How to check the routing table in AIX
a] route -l
b] route -list
c] entstat -rn
d] netstat -rn
 
14. For any testing purposes if we need to create any files, which command is used to create a larger file instantly.
a] vi
b] touch
c] lmktemp & dd
d] none of the above
 
15. Which command is used to find the current working directory of a process?
a] procwdx
b] procfiles
c] procstack
d] procmap