GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Operating System  >  Solaris Admin

 Print  |  
Question:  1.Tell me the files used in Custom Jump Start?
2.What is the signal while killing process?
3.How to install boot block in solaris?
4.What is state database(SVM Solaris)?
5.How you create state database?
6.How to grow the file system(steps)?
7.If root file system filled what you do?
8.How you check the logs solaris?
9.Raid 1 Mirroring(Explain Mirroring)?
10.uptime,top output?
11.How to check processor information?
12.If password file get corrupted how you restore?




January 01, 2008 03:43:27 #1
 Vijay.Chaudhary   Member Since: January 2008    Total Comments: 4 

RE: 1.Tell me the files used in Custom Jump Start?2.What is the signal while killing process?3.How to install boot block in solaris?4.What is state database(SVM Solaris)?5.How you create state database?6.How to grow the file system(steps)?7.If root file
 

1. rules, sysidcfg, profile: 3 main files. After that we run
addtoinstallclient script with few parameters and it updates /etc/ethers and
/etc/bootparams. In the beginning we create a dump of installation CDs using
setup_server_install script. These scripts are available in Tools dir on
installation media's 1st CD.

2. SIGKILL/SIGTERM and many others.

3. installboot bootblk /dev/rdsk/c0t0d0s0--set parameters acc.

4. Which carry state of various mirroring setups done by us.

5. metadb

6. growfs

7. create another RAID concatenated partition and attach it to the root
partition and then run metaroot.

8. /var/adm/messages. Application servers have their own log dir. Other things
can be set using /etc/syslog.conf

9. What ever data any ctrl gets it duplicates it on both or multiple HD.

10. uptime: time since m/c is up. top: a list in ascending order in which CPU is
being consumed by various processes.

11. psrinfo

12. one we believe u had taken backup. Else create all users and set their
passwds.


     

 

Back To Question