Answer Posted / satish
Boot Process is 5 Phases in solaris 10
1. POST Phase
2.Boot Program Phase
3.Kernel Initialization Phase
4.Init Phase
5.svc.startd Phase
when switch on sun Box firmware starts POST(Power On self Test). Post Checks Hardware Specification and Print banner.. Post Checks Boot Parameters. Boot Parameters true .. then Go to second stage . Post Locates BootBlk , BootBlk Loads the ufs BootBlk... BootBlk locate Kernel . kernel is parts parts
genix ,Unix.genix platform independent, unix platform specific these two types of kernels combined to create running kernel. kernel reads configuration file (/etc/system) then loads itself.and Root file system also mounted in the Phase .. when RFS mounted Then Ufsbootblk Unmap. Kernal starts /etc/init daemon...this daemon checks /etc/inittab enteries... after that initd daemon Starts Svc.startd... svc.startd starts default services.....
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Tell me how to discover global zone name from local zone?
How can searches be refined?
Explain how to view shared memory statistics?
How do you break the root password?
environment? Is it heterogeneous (mix of linux, solaris,other UNIX)?
How can the output be redirected to some other action process in place showing it in the screen?
How can threads be created in a solaris environment?
What is the login shell?
Performace degradations in NFSv4 when upgraded from NFSv3? problems with NFS v4?
What can be a reason for the solaris system slowing down?
Explain what is multi homed system?
How does a solaris cluster work?
What are the raid levels in solaris?
How can a user login to solaris?
Explain the difference between pid and ppid with example.