me techie…

ramblings on technology ….

Archive for the ‘SMF’ Category

inet daemons : the way they react to SMF

Posted by sraghav on April 9, 2008

For a given service, in an SMF manifest, you can invoke any script using the “exec” thing. That works for normal programs.

You can also provide environment to the executable by adding sub-tags envvar..

However, For a network daemon based service, it wont work as nice as it does for other programs.

I came to understand that programs that run as streams need to be designed to work that way specifically, you cant just make ANY program run as a stream through an SMF service.

Posted in SMF, Solaris | Leave a Comment »

Using Solaris SMF : Initial Steps

Posted by sraghav on April 9, 2008

Startup article about SMF usage..

O’Reilly Network — Using Solaris SMF: “In most Unix environments, the startup process consists of a handful of autonomous boot scriptsą„¤ They act independently of one another; unaware of what scripts have already run or which ones will run after them. When they are invoked, there is no serious error checking and no recourse if the script fails.”

Another interesting tutorial from Sun… Solaris Operating System – SMF Manifest How To Guide

Posted in ExternaLinks, SMF, Solaris | Leave a Comment »