| Back to Questions Page |
| |
| Question |
how do u configure the disk |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | First that you have to know if your disk will be configured in svm raid o, raid1 or raid 5 if so you can used the metainit command
for raid1: / filesystem
metainit -f d10 1 1 /dev/dsk/c0t0d0s0
metainit d20 1 1 /dev/dsk/c0t1d0s0
metainit d0 -m d10
metaroot d0
init6
metattach d0 d20  |
| Len Sumawang |
| |
| |
| Question |
What is the use of /etc/path-to-inst file? |
Rank |
Answer Posted By |
|
Question Submitted By :: Sastry |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | This file contains a list of devices(& their physical
addresses) whos modules have been loaded by the kernel.  |
| Stratovarius |
| |
| |
| Answer | This file will list devices physical path & its instance.  |
| Rk |
| |
| |
|
|
| |
| Question |
If a users is logged in to your system, and now you want to
restrict that user what will you do? |
Rank |
Answer Posted By |
|
Question Submitted By :: Pavani |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | 1) who -a |grep username
2) get the process id
3)kill -9 pid
4)passwd -l username
5)passwd username --change the user password  |
| Phani_a20 |
| |
| |
| Question |
In solaris we have two directories for commands,what are
they, Is there any difference between those. |
Rank |
Answer Posted By |
|
Question Submitted By :: Pavani |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | /etc/bin It contain user exicuting commands
/etc/sbin it contain super user exicuting commands  |
| Venkat |
| |
| |
| Question |
What is critical filesystem in solaris |
Rank |
Answer Posted By |
|
Question Submitted By :: Nagendra |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | There are four critical filesystems in solaris.They are,
Root or /— Files and directories of the OS.
Swap— Virtual memory space
/opt— Application software added to a system.
/usr— OS commands by users.  |
| Murugan |
| |
| |
| Answer | root or /
/var  |
| Ashok |
| |
| |
| Answer | / - root
/usr - usr binaries and libraries
/var - storing system stats
swap - swap space  |
| Jw |
| |
| |
| Question |
How to check number of disks added to system |
Rank |
Answer Posted By |
|
Question Submitted By :: Pinak |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | format command  |
| Sathish |
| |
| |
| Answer | iostat -E command & Using smc  |
| Jignesh Gamdha |
| |
| |
| Question |
How to check boot promt version from command prompt |
Rank |
Answer Posted By |
|
Question Submitted By :: Pavani |
| This Interview Question Asked @ IBM |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | uname -a  |
| Vamsee |
| |
| |
| Answer | #uname -a
#showrev  |
| Anand |
| |
| |
|
| |
|
Back to Questions Page |