what is SMF service? And what it does in Solaris 10

Answers were Sorted based on User's Feedback



what is SMF service? And what it does in Solaris 10..

Answer / basunix

The Service Management Facility has improved several
aspects of the Solaris administrative model. Some of the
most notable updates are:

Services are represented as first-class objects that can be
viewed (using the new svcs(1) command) and managed (using
svcadm(1M) and svccfg(1M)).
Failed services are automatically restarted in dependency
order, whether they failed as the result of administrator
error, software bug, or were affected by an uncorrectable
hardware error.
More information is available about misconfigured or
misbehaving services, including an explanation of why a
service isn't running (using "svcs -x"), as well as
individual, persistent log files for each service.
Problems during the boot process are easier to debug, as
boot verbosity can be controlled, service startup messages
are logged, and console access is provided more reliably
during startup failures.
Snapshots of service configurations are taken
automatically, making it easier to backup, restore, and
undo changes to services.
Services can be enabled and disabled using a supported tool
(svcadm(1M)), allowing the changes to persist across
upgrades and patches.
Administrators can securely delegate tasks to non-root
users more easily, including the ability to configure,
start, stop, or restart services (as described in the
smf_security(5) man page).
Large systems boot faster by starting services in parallel
according to their dependencies.

Despite these changes, compatibility with existing
administrative practices has been preserved wherever
possible. For example, most site-local and ISV-
supplied "rc" scripts will still work as usual.

Is This Answer Correct ?    7 Yes 1 No

what is SMF service? And what it does in Solaris 10..

Answer / sunil k

service management facility (smf) we can manage the services
in solaris 10


That mean we can find the dependence for the particular
processors (why it is not running )

#svcs -xv <services>

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More Solaris AllOther Interview Questions

How do you get system diagnostics information?

5 Answers  


how to check packets transmission statistcs b/w servers..?

3 Answers  


If you can ping a server, but can't telnet or ssh to it, whats wrong?

8 Answers   HCL,


How to repalce a failed disk?

3 Answers   Satyam,


what r the files that the SVM perfumes

3 Answers   IBM,






what is the main difference between windows , unix ,linux, operating syatems? And why the companies in the industry prefer to use solaris os ? why may be the reason?

1 Answers  


wht is the purpose of autofs and automountd commands..?

2 Answers  


what r d boot options?

2 Answers   TCS,


how to uninstall bundle of patches?

1 Answers   Wipro,


If /etc/system file is deleted wht wil u do ..?if no backup is avalible..

2 Answers   HP,


what is the command to replace a failed disk in vxvm with example?

3 Answers   TCS,


what is the 3rd field of /etc/inittab file..? what are the possible values of that field...?

1 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)