# svcs -xv autofs
svc:/system/filesystem/autofs:default (automounter)
State: maintenance since Mon Sep 15 09:55:41 2008
Reason: Restarting too quickly.
See: http://sun.com/msg/SMF-8000-L5
See: man -M /usr/share/man -s 1M automount
See: /var/svc/log/system-filesystem-autofs:default.log
Impact: This service is not running.
# svcs -l autofs
fmri svc:/system/filesystem/autofs:default
name automounter
enabled true
state maintenance
next_state none
state_time Mon Sep 15 09:55:41 2008
logfile /var/svc/log/system-filesystem-autofs:default.log
restarter svc:/system/svc/restarter:default
contract_id
dependency require_all/none svc:/system/filesystem/local (online)
dependency require_all/restart svc:/milestone/name-services (online)
dependency optional_all/none svc:/network/nfs/client (online)
dependency require_all/restart svc:/network/rpc/bind (online)
Maybe a look into the log file will reveal the cause of the issue...
- Thomas