do you have smbsrv running?
su -
modinfo | grep smbsrv
make sure you have these packages added SUNWsmbskr SUNWsmbs
pkg install xxx
or
pkgadd xxx
start the module:
add_drv smbsrv
svccfg import /var/svc/manifest/network/smb/server.xml
Start the CIFS Service.
svcadm enable -r smb/server
Join the workgroup.
smbadm join -w workgroup-name
or Join the domain.
smbadm join -u domain-user domain-name
Add the following line to the end of the /etc/pam.conf file to support creation
of an encrypted version of the user's password for CIFS:
other password required pam_smb_passwd.so.1 nowarn
Restart the CIFS Service.
svcadm restart smb/server
Create local user passwords entries:
passwd username
Then zfs set sharesmb=on yourpool/fs
--
This message posted from opensolaris.org