Are you searching for a dignified job? Looking for good fetching job? Do you want to become Solaris administrator? Then log on to the wisdom jobs and find out what technical questions are asked in the interviews? Solaris is a type of operating system that Sun Microsystems provides for its family of scalable Processor Architecture based Processors as well as Intel based processors. The role of Solaris administrators helps in maintaining the networks by using Solaris operating system. They supervise and guide the staff. So, candidates can avail the opportunity as Solaris administrator, system administrator, Linux administrator, Linux Solaris system administrator and so on by looking into the online Solaris test job interview questions and answers and attend the interview with confidence.
Question 1. What Is An Alternative To The “top” Command On Solaris?
Answer :
# prstat –a
Question 2. Is It Possible To Create Swap In New Hard Disk Without Format ?
Answer :
“ No “ without label the drive, you can’t do anything
Answer :
Question 4. What Is Mean By Paging & Server Average Time?
Answer :
If a disk shows consistently high reads/writes along with , the percentage busy (%b) of the disks is greater than 5 percent, and the average service time (svc_t) is greater than 30 milliseconds, then one of the following action needs to be taken
Question 5. Cannot Open ‘/etc/path_to_inst'” ?
Answer :
System can not find the /etc/path_to_install file. It might be missing or corrupted and needs to be rebuild.
To rebuild this file boot the system with -ar option :
ok>boot -ar
Press enter to select default values for the questions asked during booting and select yes to rebuild /etc/path_to_install
The /etc/path_to_inst on your system does not exist or is empty. Do you want to rebuild this file [n]? y
system will continue booting after rebuilding the file.
Question 6. How Will You Comment Error Line In /etc/system File ?
Answer :
# Vi /etc/system
(To comment the error line in /etc/system files, we have to use *)
Question 7. What Is Difference Between Incremental Backup And Differential Backup?
Answer :
Incremental: Only those files will be included which have been changed since the last backup.
Differential: Only those files will be included which have been changed since the last Full backup.
Question 8. How Many Ufsdump Level?
Answer :
0-9 level
0 = Full Backup
1-9 = Incremental backup of file,That have changed since the last lower level backup.
Question 9. What Is Different Between Crontab And At Command?
Answer :
Crontab: job can be scheduled
At: Job can be a run once only
Question 10. Difference Between Ufs And Tar Command?
Answer :
ufsdump:
Tar:
Question 11. Syntex To Execute A Ufsdump ?
Answer :
# ufsdump 0uf /dev/rmt/1
Question 12. To Check The Status Of The Media Inserted On The Tape Drive ?
Answer :
# mt /dev/rmt/0 status
Question 13. How Will You Take Ufsdump And Ufsrestore In A Sing Command Line?
Answer :
# ufsdump 0f – /dev/rdsk/c0t0d0s6 | (cd /mnt/haz ufsrestore xf -)
Question 14. What Is The Physical Device To Check The 2 Nodes Connect In Cluster ?
Answer :
Physical fiber cable which is connect to the 2 nodes is called a HTEARTBEAT
Question 15. Where Will Be The Configuration For Metadevice?
Answer :
#/etc/lvm/md.tab
or
#/etc/opt/SUNWmg/md.tab
Question 16. Explain Raid0, Raid1, Raid3?
Answer :
RAID 0 Concatenation/Striping
RAID 1 Mirroring
RAID 5-Striped array with rotating parity.
Question 17. What Are The Daemons In Nis Server?
Answer :
rpc.yppasswdd
Ypxfrd
rpc.ypupdated
Question 18. What Are Processing Daemon In Nis?
Answer :
Ypserv
Ypbind
Question 19. How To Boot The Solaris System In 64 0r 32 Bit Kernel?
Answer :
For 64 bit:
# eeprom boot-file=”/kernel/sparc9/unix
or
OK printenv boot-file
OK settenv boot-file kernel/sparc9/unix
For 32 bit:
# eeprom boot-file=”/kernel/unix
or
OK printenv boot-file
OK settenv boot-file kernel/unix
Question 20. Which Command To Lock The User Account?
Answer :
# lk username
Question 21. What Is Difference Between Hard And Soft Mount?
Answer :
Hardmount: Normal file system mount used mainly for mounting local file systems. Once a file system is hard mounted, can use a normal filesystem untill its umount.
Soft mount: It allows automatic unmounting if the filesystem is idle for a specified timeout period. It is mainly used for network filesystems like NFS It can be configured using Autofs and the network filesystem can be soft mounted.
Question 22. To Find The Obp Environment Variable?
Answer :
OK printenv
Question 23. How To Find Out The Shared File System From Server And Client ?
Answer :
Server : # share & dfmount
Client : # showmount –e (hostname) and dfshares
Question 24. How To Start / Stop The Nfs Server ?
Answer :
# /etc/init.d/nfs.server start
# /etc/init.d/nfs.server stop
Question 25. How To Delete “abc” Files Using Find Command ?
Answer :
# find / -name “abc” –exec rm {};
Question 26. How Do You Add The Disk Without Reboot The Server?
Answer :
# devfsadm –c disk
Question 27. How To Change The Hostname And Ethernet Address In Single Command ?
Answer :
# /usr/sbin/sys-unconfig
Question 28. How To Enable And Disable The Dtlogin?
Answer :
# /usr/dt/bin/dtconfig –e ( enable)
# /usr/dt/bin/dtconfig –d ( disable)
Question 29. How To Find The Kernel Bit Version Or Architecture?
Answer :
# isainfo –kv
Question 30. How To Set Passwd Never Expire For A User?
Answer :
#passwd –x –1 (username)
Question 31. Explain Setuid, Setgid And Stickybit?
Answer :
# find / -prem –4000
# find / -prem –2000
# find / -prem –1000
Answer :
UMASK is a Unix environment variable, which automatically sets file permissions on newly created files.
Question 33. What Is Default Permission Of Files And Directory?
Answer :
file: 644
directory: 755
Question 34. What Is Default Permission Of /etc/passwd , /etc/shadow Files?
Answer :
/etc/passwd: 644
/etc/shadow: 400
Question 35. As A User How He Can Change Is Passwd With Root Privilege.?
Answer :
Setuid to set on /usr/bin/passwd command
Question 36. What Are Performance Tool Used?
Answer :
Iostat ,vmstat , prstat , sar ,netstat, top
Question 37. Which Service Assign Port No Dynamically?
Answer :
Rpc service ( /etc/rpc)
Question 38. What Is Nice And Renice Command Do?
Answer :
To set the high priority for the process
-20 high priorities
+20 low priorities
Eg: # nice –20 oracle
Question 39. How Will You Restart The Inetd Process?
Answer :
# Pkill –HUP inetd
Question 40. Tell Me The Port For Telnet, Ftp,nis,ssh,nfs?
Answer :
ftp = 21ssh = 22Telnet = 23nfs = 2049nis = 749
Question 41. In Which File Port No’s Are Defined?
Answer :
# /etc/service
Question 42. If Telnet Not Working, What Are The Thing To Be Checked?
Answer :
Ping test, service enable or not in (/etc/inetd.conf), NIS problem
If telnet is not working, first of all you will not be get connected, login through console access and then find out with ps -ef | grep telnetd or Kill -1
Question 43. How Do You Check The Run Level?
Answer :
# who –r
Question 44. How Do You Check The No Of User Logged Into The System?
Answer :
# who
Question 45. How Will You Check The Process For Particular User?
Answer :
# ps –U oracle
or
#ps –fu oracle | grep smon
Question 46. How To Check The No Of The Processor Available?
Answer :
# psrinfo –v
Question 47. How To Bring The Process To Offline Or Online?
Answer :
# psradm –f (no of the process)
# psradm –a –n ( no of the process)
Question 48. How To Find The Boot Path In Solaris?
Answer :
# prtconf –vp | grep bootpath
or
# eeprom
Question 49. What Is The Difference Between Dsk And Rdsk?
Answer :
DSK: Block level devices
RDSK: Raw level device or character level device
Question 50. What Is The Protocol Supported By Nfs?
Answer :
UDP and TCP
Solaris Related Tutorials |
|
---|---|
Siebel - CRM Tutorial | Unix/Linux Tutorial |
All rights reserved © 2020 Wisdom IT Services India Pvt. Ltd
Wisdomjobs.com is one of the best job search sites in India.