How to check Solaris Volume Manager Version in 9 & 10? Which are the packages that are installed in the SVM?
Latest Answer: You don't have to install any additional packages. It comes in-build with Solaris 10 operating system ...
Outline the procedure of Jump Start Installation.
Latest Answer: Jumpstart installation has 4 services1.boot services2. identification services3.configuration services4.installation servicesThese four services can be configured in different systems or in a single systemBoot services has the RARP and used ...
What is half-duplex and full-duplex?How to check whether the network is full-duplex or half-duplex?
How to change from half-duplex to full-duplex?
Latest Answer: Half Duplex is one way transmission and Full duplex means two way.To get the details:#ndd -get /dev/ link_speedoutput 1 means full duplex and 0 means half duplexTo set:#ndd -set /dev/ link_speed 0|1 ...
How to recover a Super Block in Solaris 10 ?
Latest Answer: You can get the alternate super blocks by command,# newfs -N /dev/rdsk/c0t0d0s0Then, run with any of listed alternate blocks# fsck -o b=32 /dev/rdsk/c0t0d0s0 ...
How to install a Boot Block in Solaris 10?
Latest Answer: To Install bootblk on Solaris 5.09/10ok boot cdrom -scommand to reinstall bootblk(boot block):#installboot Example:#/usr/bin/installboot /usr/platform/`uname -i`/lib/fs/ufs/bootblk /dev/rdsk/cXtXdXsX ...
How to recover corrupted GRUB in Solaris 10 ?
Explain How will you create extra Volumes?
If a server is pingable but unable to TELNET or SSS what will you check and how will you resolve it?
Latest Answer: Check the TELNET & SSH services are running. If not, start the services.# svcs -a |grep telnet# svcadm enable telnet # svcadm enable sshIf still not to able to logon, check the firewall. ...
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?
What are ways we can create users in Solaris?
Latest Answer: There are 3 ways to create users: 1. Using `useradd` command 2. Using `smuser` command 3. Adding user by modifying the following files: a. ...
View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Go Top