|
| ||||||||||
| Tags: samba, samba configuration, solaris, sun, web server |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Samba on Solaris 10
|
|
#2
| |||
| |||
| Re: Samba on Solaris 10
It must first download the package on the sun website. You get a file like this : samba - 3.0.2a- sol9 - sparc - local.gz. # gunzip samba - 3.0.2a - sol9 - sparc - local.gz / / decompress # pkgadd - d samba - 3.0.2a - sol9 - sparc -local / / Install This package installs the programs in the directory " / usr / local / samba . # MANPATH = $ MANPATH : / usr / man / : / usr / local / man : / usr / local / samba / man # export MANPATH Create the directory " / usr / local / samba / var / locks " if not there already. ![]() |
|
#3
| ||||
| ||||
| Re: Samba on Solaris 10
To begin configure, create directory " / share " as follows: Code: # mkdir / share # chmod 777 / share # chmod + t / share # chown sys / share # chgrp sys share # Global parameters Code: [Global]
HOME workgroup =
security Share =
hosts allow = localhost , local - machine- name , 192.168.1 .
hosts deny = All
[ root]
path = /
how Solaris root =
guest ok = Yes
read only = Yes
[ share]
path = / share
how = Solaris share
guest ok = Yes
read only = No |
|
#4
| ||||
| ||||
| Re: Samba on Solaris 10
You need to check configuration: # cd / usr / local / samba / bin # . / testparm You will see displayed the configuration you made in the file "/ usr / local / samba / smb.conf ". In case of error, and read correct. After that launch a windows machine , you should see your server in the Solaris Network Neighborhood Or , type http:// <IPServeur> : 901 in a browser, you will can you connect to your samba server with an existing account such as root. |
|
#5
| ||||
| ||||
| Re: Samba on Solaris 10
You also need to start samba server. # Code: vi / etc / inet / services / / edit the file Code: sunrpc 111/tcp rpcbind Code: netbios-ns # Samba 137/UDP nmbd
netbios- ssn Samba smbd 139/TCP # Code: ldaps 636/udp # LDAP protocol over TLS / SSL (was sldap ) Code: swat 901/tcp # Samba swat Code: netbios- ssn stream tcp nowait root / usr / local / samba / bin / smbd smbd Code: netbios-ns dgram udp wait root / usr / local / samba / bin / nmbd nmbd
swat stream tcp nowait.400 root / usr / local / samba / bin / swat swat Code: # pkill - HUP inetd Last edited by Calvin K : 15-07-2010 at 06:22 AM. |
|
#6
| |||
| |||
| Re: Samba on Solaris 10
I recently joined this forum. I need configuration details of Samba on Solaris 10 would be better if it is a step by step explanation of the procedure. The hopes of conduct Thanks in advance . |
|
#7
| |||
| |||
| Re: Samba on Solaris 10
Once installed, and Debian will propose the configuration samba. A first screen displayed to give information on this program. We must pass this screen by validating OK. Then the setup program asks whether to start samba as a daemon or via inetd. We must choose demons. A screen of information on passwords and encryption appears , simply pass by validating OK. A new screen then proposes to create the file / etc / samba / smbpasswd. Reply No. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Samba on Solaris 10" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Is there available NetBackup 7.0 and 32-bit Solaris | Chakradevroy | Operating Systems | 4 | 03-06-2011 09:50 PM |
| SSH problem on Solaris | KALINDA | Networking & Security | 6 | 26-07-2010 10:31 AM |
| How to use Dtrace in Solaris OS | Radames | Operating Systems | 4 | 05-02-2010 04:50 AM |
| The New Version Of Samba is out : Samba 3.3.4 | jesse | Windows Software | 1 | 02-05-2009 12:05 AM |
| What is Solaris 10 | Sean J | Operating Systems | 2 | 03-11-2008 06:28 PM |