Prasad writes: > I hope this thread is not just for SMF development :-(
Not at all. This community is for everything SMF related. > > When is JASS going to be SMF aware? With the next release of JASS, which will support SMF and Solaris 10. JASS will use SMF to enable and disable services. I don't know the exact release date, but it shouldn't be too far off. > I need to JumpStart Solaris 10 on 200+ servers and need to have a specific se > t of services running after the install. Currently I am moving the following > site.xml: > ----------------------------------------------------------------------------- > -------------------------------- > <?xml version='1.0'?> > <!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1' > > > <service_bundle type='profile' name='default'> > <service name='network/smtp' version='1' type='service'> > <instance name='sendmail' enabled='false'/> > </service> > <service name='system/sar' version='1' type='service'> > <instance name='default' enabled='true'/> > </service> > </service_bundle> > ----------------------------------------------------------------------------- > -------------------------------- > from my finish script into /a/var/svc/profile so as to disable sendmail and e > nable sar. Is this the correct way to do it? or Is there a better/standard wa > y to do it? That's absolutely the correct and standard way. We provided site.xml just so you could do this sort of customization. liane -- Liane Praza, Solaris Kernel Development liane.praza at sun.com - http://blogs.sun.com/lianep