I had a problem with the NV79a smb/server failing, and here's what I did to restart it. Having a root cause would be nice, but at least this gets the service up and running again.
# svcs -l smb/server enabled true state offline next_state none state_time Tue Jan 22 00:56:49 2008 logfile /var/svc/log/network-smb-server:default.log restarter svc:/system/svc/restarter:default contract_id 1849 dependency require_any/error svc:/milestone/network (online) dependency require_all/error svc:/system/filesystem/local (online) dependency require_all/error svc:/system/idmap:default (maintenance) # svcs -l idmap fmri svc:/system/idmap:default name Native Identity Mapping Service enabled true state maintenance next_state none state_time Tue Jan 22 00:56:48 2008 logfile /var/svc/log/system-idmap:default.log restarter svc:/system/svc/restarter:default contract_id dependency require_all/restart svc:/network/rpc/bind (online) dependency require_all/error svc:/system/filesystem/minimal (online) tail /var/svc/log/system-idmap:default.log Database error during BEGIN TRANSACTION; (database is full) [ Jan 21 10:36:50 Stopping because process dumped core. ] # svcadm disable idmap # svcadm enable idmap # svcadm enable smb/server This message posted from opensolaris.org _______________________________________________ storage-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/storage-discuss
