|
Service disabled
Type
- Defect
Severity
- Minor
Description
- The service is disabled. It is not running and will not be started.
Automated Response
- No automated response.
Impact
- The service is not running. It will remain in the disabled state until it is enabled (for example, with
svcadm enable -t). Services with require-type dependencies on it will not be started. (Use svcs -xv service_fmri to see a list of services waiting for the service to start.)
Suggested Action for System Administrator
- To request the Solaris Service Manager to start the service, run
svcadm enable service_fmri. To see its state, run svcs service_fmri.
Details
-
While a service is disabled, the Solaris Service Manager will not
start it. If a running service is disabled (for example, by
svcadm disable -t),
the Service Manager will send a stop command to the service's
restarter, which may be the Solaris Service Manager itself. The
restarter will stop the service and place it in the disabled state.
The Message ID:
SMF-8000-05 indicates
that the service is disabled.
See "Predictive
Self-Healing" for additional information and the
"SMF How To Guide".
If the Suggested Action fails to start the service, contact Sun Service
with the output of svcs -xv, svcs -l and
the output from /var/svc/log/ from associated service. See smf(5)
for additional FMRI definition.
|