-
Check SOLARIS System
How will you check whether a Solaris system is alive or not? If it is down what checks will you do and how will you bring it up?
-
Jumpstart Installation
Outline the procedure of Jump Start Installation.
-
Vi editor User
How will you deny a user to use Vi editor in Solaris?
-
Solaris Patching
What is patching in Solaris?
-
Migrate File Systems
How to migrate file systems from one server to another server in Solaris?
-
Server Breakdown During Backup
Server goes down when you are taking backup. What will you do?
-
-
What command will install the patches: 123456-01 and 123457-01 if both are located in the /just.patches directory?
patchadd -M /just.patches 123456-01 123457-01, /usr/sbin/patchadd -M /just.patches 123456-01 123457-01
-
-
-
-
-
-
Where is the location of the "terminfo" directory?
/usr/share/lib
-
-
-
-
What is the default spool directory for patches?
There is no default spool directory for patches, but /var/spool/patches is commonly used
-
How do you check the cron jobs of other users, (as a super user)?
All users cron jobs are stored as files in this location /var/spool/cron/crontab/Username
-
How to restore a corrupted file system or trouble shoot bad super blocks for a FS c0t2d0s5?
Newfs –N /dev/rdsk/c0t2d0s5 (or any other slice)Fsck –o b= /dev/rdsk/c0t2d0s5
Solaris Admin Interview Questions
Ans