Steve..here we go the o/p of the command "svcs -vx"
Couple of dependent services has not running...
svc:/system/filesystem/local:default (local file system mounts)
State: maintenance since Mon Nov 05 02:20:48 2007
Reason: Start method exited with $SMF_EXIT_ERR_FATAL.
svc:/network/rpc/gss:default (Generic Security Service)
State: uninitialized since Mon Nov 05 02:19:58 2007
Reason: Restarter svc:/network/inetd:default is not running.
svc:/application/print/server:default (LP print server)
State: disabled since Mon Nov 05 02:19:58 2007
Reason: Disabled by an administrator.
svc:/network/rpc/smserver:default (removable media management)
State: uninitialized since Mon Nov 05 02:20:00 2007
Reason: Restarter svc:/network/inetd:default is not running.
I suspect that inetd can't run because of filesystem/local being in maintenance.
Run "svcs -x telnet" and "svcs -x inetd" to be sure. If so, then filesystem/local
is probably failing because something went wrong with a mount. Take a look
at /var/svc/log/system-filesystem-local:default.log , and if you can fix the problem,
run "svcadm clear filesystem/local".