Solaris 10 SMF services
Posted in Unix on August 30th, 2011 by phoenixdigitalThe SMF or Service Management Facility handles the control of services within Solaris 10. Below are some common commands for a useful lookup.
The service FMRI is an identifier of each service and can be seen by running the list services commands below. The FMRI in all the commands below can be replaced with just the service name as long as there are no other services with similar names.
List all services
svcs
List all services including disabled services
svcs -a
View a service current status
svcs -H <service_FMRI>