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
Explain the difference between pid and ppid with example.
What are nfs daemons?
How can a user boot in solaris as root if the password is non functional?
How to login to a remote host with solaris secure shell?
In solaris 10 root Disk is 98% full what steps to be taken?
Tell me how to mount the floppy & cd-rom?
What is the login shell?
Suppose I have 20 gb free space in my file system but my inode size full. How will I increase or how will I fix this issue?
What can be a reason for the solaris system slowing down? How can it be rectified?
Benefits of SMF compared LRC(legacy run control)?
Tell me how to solve the system hung issue. Found that the memory state is free, commands to check and solve the issue?
How can a user increase the number of pseudo-ttys?
How to solve the system hang issue.
How can the user in solaris check the status of processes?
Explain how to kill a process.