How to Configure Your Autofs Environment Using SMF Parameters

  1. Become an administrator.
  2. Add or modify an autofs SMF parameter.

    For example, if you want to turn off browsing for all autofs mount points, use the following command:

    # sharectl set -p nobrowse=on autofs

    The nobrowse keyword is equivalent to the -n option of the automountd command. For information about parameters supported for autofs, see autofs(5).

  3. Restart the autofs daemon.
    # svcadm restart system/filesystem/autofs