Explain about init phases
Answers were Sorted based on User's Feedback
Answer / kiran raj
INIT phase (boot process)
Init phase is started by the execution of /sbin/init
program and starts other processes after reading
the /etc/inittab file as per the directives in
the /etc/inittab file .
Two most important functions of init are
a) It runs the processes to bring the system to the default
run level state ( Run level 3 in Solaris , defined by
initdefault parameter in /etc/inittab )
b) It controls the transition between different run levels
by executing appropriate rc scripts to start and the stop
the processes for that run level.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / prakash.m
Init Phase : It will started by executing of /etc/init
program and start other process reading the
/etc/inittab files, as the directory in
the /etc/inittab files. .
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sbrahman75
There are 8 run level.
Init0: Shutting down the system and bring back the system to
OBP prompt (OK)
Init1: Single user mode for administrative
Init2: Multi user mode without resource sharing
Init3: Multi user mode with resource sharing
Init4: Not in use
Init5: Shutdown and power off the system
Init6: Reboot the system to default run level
Inits: Single user mode but user login are disabled.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / sameer patil
There are 8 run level.
init0:- Shutdown the operating & take it in to ok prompt
init1:- single uset mode with administrator
initS:- Single user mode with acess only root file system
init2:- Multiusermod with access all services & demons
accept NFS
init3:- Multiusermod with access all services & demons,
it's a default run level
init4:- Not implemented
init5:- Shutdown the operating system & send power off
single to all hardware's
init6:- Reboot the system & takes it into OBP
| Is This Answer Correct ? | 0 Yes | 1 No |
How to find the VERITAS License?
My solaris system has 16GB RAM and swap. /tmp is associated to swap. We use vmstat command to get used system memory. We observe that once we fill up /tmp, it reflects in vmstat command. My intention is only to get overall used memory in RAM. 1. Can you let me know the if there is a solaris command to just get used memory in RAM? 2. How is /tmp filling up associated to "free memory" in vmstat command?
Explain about Vxrecover?
What is WWN on storage
How to add a tape deck on Sun Solaris version 10
In solaris while patching why should we break the mirroring?
What is encapsulation?
In VERITAS How to recover the mirror disk with data. How to bring the existing data disk into VERITAS volume manger control.
how to recover root passwd ?
How to create NULL files of specific size in solaris ?
How to start / stop the nfs server
How to check and analyze the logs in /var/adm/messages?