SMF

19 Posts · Page 3 of 4

Servicename in ps

Yesterday I wrote in "prstat -x" about the addition of a feature to show the FMRI of the service which the process is part of. ps got a similar enhancement....

prstat -x

When looking at processes on your system, sometimes you ask yourself "Who the heck started this process?" Often it's a process started by SMF as part of a...

Clean up after yourself

This is a rather small change in one of the Solaris 11.4 SRUs. SMF had so far three methods. You could have a start method, which is as the name says meant to...

Even more new options for svcbundle

Another addition to svcbundle was the ability to set * user * group * privileges to directly create manifests for SMF that didn't need manual editing to adhere...

Jitter and delay for svcbundle generated SMF manifests

Another extension to the svcbundle tool is the introduction of -s delay= and -s jitter= for periodic SMF services. If you have something to start in a periodic...

svcbundle extended

svcbundle is a really useful tool to create SMF manifests without having to hassle too much with XML. Most often you don't have to work with XML at all, but...