Automount logging on Solaris

Setting the Automounter daemon options has changed greatly in Solaris 11 (what hasn't?) and no longer requires editing /etc/default/autofs. It is all done in SMF, just like the network configuration.

Solaris 10:

[code]
chmod 644 /etc/default/autofs
vi /etc/default/autofs
[/code]

Add the following:

[code]
# temporary …
more ...