1830898 Members
3250 Online
110017 Solutions
New Discussion

Samba

 
SOLVED
Go to solution

Samba

Hi All,

How to configure samba service.

Thanks in advance.
Pratibha
3 REPLIES 3
Rasheed Tamton
Honored Contributor
Solution

Re: Samba

Hi,

Make a copy and edit /etc/opt/samba/smb.conf
If you look the smb.conf, it is very easy to configure it.

/opt/samba/bin/startsmb

The dir /opt/samba/bin/ contains the samba tools.
You can also try
/opt/samba/bin/samba_setup
if you have trouble with editing the smb.conf

Regards,
Rasheed Tamton.
Deepak Kr
Respected Contributor

Re: Samba

You can configure it using the file in /etc/opt/samba/smb.conf

If not installed you can install it using application CD/DVD

samba is also called CIFS

refer to follwoing:

http://www.docs.hp.com/en/B8725-90063/B8725-90063.pdf

To start samba:

#/sbin/init.d/samba start

# ps -ef | grep smb


provide what is the version of os you are running

#uname -a

also

swlist |grep -i cifs

to check if samba is installed or not
"There is always some scope for improvement"
Rasheed Tamton
Honored Contributor

Re: Samba