0% found this document useful (0 votes)
139 views1 page

How To Create CIFS Share On Open Solar Is

This document provides steps to create a CIFS share on OpenSolaris: 1) Configure the DNS server and domain settings; 2) Sync the date and time; 3) Enable and join the SMB server to the domain; 4) Set up a ZFS SMB share and configure permissions; 5) Map the Windows and UNIX users; 6) Restart the SMB and idmap services.

Uploaded by

Chitseh Ful
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
139 views1 page

How To Create CIFS Share On Open Solar Is

This document provides steps to create a CIFS share on OpenSolaris: 1) Configure the DNS server and domain settings; 2) Sync the date and time; 3) Enable and join the SMB server to the domain; 4) Set up a ZFS SMB share and configure permissions; 5) Map the Windows and UNIX users; 6) Restart the SMB and idmap services.

Uploaded by

Chitseh Ful
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

How to create cifs share on opensolaris: I. Create DNS server in /etc/resolv.conf nameserver 172.16.1.5 nameserver 172.16.1.6 domain d3mc.

local search d3mc.local II. Sync date and time . #svcadm enable svc:/network/ntp:default or # pfexec date -u 04262055 # # 14-APR 15:55 need to add +5 hours to w all clock time for GMT # date # pfexec smbadm join -u Administrator d3mc.local III. Enable # # # # SMB server pfexec svcadm pfexec smbadm pfexec smbadm pfexec smbadm enable -r smb/server join -u Administrator d3mc.local enable-user [email protected] show

IV. ZFS smb share set up # pfexec zfs set sharesmb=on pool-0 # pfexec zfs set share=name=thor1,path=/thor1,prot=smb,guessok=true pool -0 # pfexec zfs set sharesmb=rw=172.16.1.0/24,root=172.16.1.0 pool-0 # pfexec zfs set sharesmb=rw=172.16.1.0/24,root=172.16.1.0 /thor # share # zfs get sharesmb V. # idmap add winuser:[email protected] unixuser:wamu # idmap list # idmap dump VI. # svcadm restart smb/server # svcadm restart idmap

You might also like