Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is the difference between init runlevel and milestone?

Answers were Sorted based on User's Feedback



what is the difference between init runlevel and milestone?..

Answer / phani

A milestone is a new mechanism made to be compatible with
run-levels. Milestones define a specific state of system
readiness, each with a specific set of services enabled.
Before smf(5), system boot progresses from run level S to
3, executing scripts in /etc/rc?.d along the way. With smf
(5), system boot does not progress from milestone to
milestone, the dependency determines the order of service
start.

Except for none, and all, milestones show up as services in
SMF. However, the system can only be in one of the
following milestones at any time:

none, single-user, multi-user, multi-user-server, all

Regardless of the state of milestone/* as shown by "svcs -
a". For the system's current milestone, check the
options_ovr/milestone property of
svc:/system/svc/restarter:default

# svcprop -p options_ovr/milestone restarter:default
If this command returns the following error:

svcprop: Couldn't find property 'options_ovr/milestone'
for instance 'svc:/system/svc/restarter:default'.
then the system is in its default milestone.

To view the system's default milestone, see question 2.13.

Other milestones exist to declare that some set of services
are ready. They are available for use as dependencies. For
example, if milestone/devices is online, it indicates that
device/fc-fabric and device/local have finished. Use "svcs -
d <milestone>" to list the dependencies for the milestone.

The Answer is avaliable in
http://hub.opensolaris.org/bin/view/Community+Group+smf/faq

Is This Answer Correct ?    12 Yes 1 No

what is the difference between init runlevel and milestone?..

Answer / vijayakanth.g

Upto solaris 9 runlevel are used they are

Runlevel 0 1 2 3 4 5 6

In solaris 10 milestone is introduced. Milestone is
improved level of runlevel

In run level we use init 1 to bring system into single
user, in milestone # svcadm milestone single-user command
used to bring the system to single user Simillarly

init 2 as multi-user(more than one user),init 3 as multi-
user-sever provide multiuser mode along with nfs

runlevel 4 is currently unused

runlevel 5 ie init 5 shutdown and power off

runlevel 6 ie init 6 shut down and restart

Is This Answer Correct ?    8 Yes 0 No

Post New Answer

More Solaris Commands Interview Questions

What is the function of truss in solaris?

6 Answers  


how many zones can we create?

11 Answers   HSBC,


As a user how he can change is passwd with root privilege.

2 Answers  


What is the protocol supported by NFS

2 Answers  


If the /var file system is full then what you will do.

2 Answers   HP, ITC Infotech,


how to install a patch in solaris 10( step by step details)?

2 Answers  


If you have got a LUN, How to configure it, how to allocate LUN in linux/ solaris. What are the steps ?

2 Answers   Wipro,


Expalin soft link and hard link

8 Answers  


How to stop if Solaris system it rebooting continually. What is the steps to come normal position.

8 Answers  


If you have multiple ethernet interfaces, how do you keep it from routing between them?

3 Answers  


how to add a script, that execute at start time

3 Answers  


How do you check the no of user logged into the system

3 Answers  


Categories
  • Solaris Commands Interview Questions Solaris Commands (360)
  • Solaris Threads Interview Questions Solaris Threads (9)
  • Solaris IPC Interview Questions Solaris IPC (30)
  • Solaris Socket Programming Interview Questions Solaris Socket Programming (3)
  • Solaris System Calls Interview Questions Solaris System Calls (25)
  • Solaris General Interview Questions Solaris General (170)
  • Solaris AllOther Interview Questions Solaris AllOther (297)