Following Liane Praza idea of ndd smf service, I wrote a site-ndd script to use with Liane's manifest.
http://solaris-fr.org/home/lib/exe/fetch.php?media=contribs/site-ndd Script Header # CDDL HEADER START blabla # CDDL HEADER END # To use this script : # - Get the site/ndd manifest on http://opensolaris.org/os/community/smf/manifests/ndd.xml # - Install the manifest in /var/svc/manifest/site/ndd.xml # - Install the script in /lib/svc/method/site-ndd # - As root, run: svccfg import /var/svc/manifest/site/ndd.xml # - Customize to your needs (see __custom zone__) # you may take a look to "Solaris Tunable Parameters Reference Manual" # on http://docs.sun.com # - As root, run: svcadm enable ndd # # ...take also a look to /var/svc/manifest/site/ndd.xml which may # contains more informations # # Nico # # # 2007/11/23 : Version 1.0 : Nicolas Dorfsman : ndo at unikservice.com # #