Try

svcadm enable -r smb/server

smb/server depends on idmap service to be running, using -r
enables dependencies as well. You can check the status of idmap
similarly by running "svcs -a"

Afshin

John Connett wrote:
> On Mon, 2007-11-26 at 10:26 -0800, Natalie Li wrote:
>> I'd suspect SMB daemon is not running on your system.  The smbadm CLI 
>> requires the CIFS service to be online.
>> Run `svcs -a | grep smb` to see if SMB daemon is online.
>> Run `svcadm enable smb/server` to enable the CIFS service.
> 
> Many thanks.  Here's what happens:
> 
> bash-3.2# svcs -a | grep smb
> offline        17:36:42 svc:/network/smb/server:default
> bash-3.2# svcadm enable smb/server
> bash-3.2# svcs -a | grep smb
> offline        17:36:42 svc:/network/smb/server:default
> bash-3.2# 
> 
> I guess that the second 'offline' isn't good ...
> --
> John Connett 
> 
> _______________________________________________
> storage-discuss mailing list
> [email protected]
> http://mail.opensolaris.org/mailman/listinfo/storage-discuss

_______________________________________________
storage-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/storage-discuss

Reply via email to