Does anyone know if there is (either currently or planned for a future release) an Inspector for the Solaris 10 service manifest? I’m specifically thinking of the type of output that you get from the ‘svcs -a’ command to return what state a service is in.
In a shell I would use (for example)
svcs -a | grep svc:/system/zones:default | nawk ‘{print &1}’