Operating System - HP-UX
1752762 Members
5238 Online
108789 Solutions
New Discussion юеВ

Re: How to configure Samba on HP-UX.11.0?

 

How to configure Samba on HP-UX.11.0?

Hi all,
I've installed samba server on my HP-UX system 11.0.The version i've installed is 2.2.7

But, when i start the samba server

#/sbin/init.d/samba start

There is no message error and the server is not up.

#ps -ef|grep samba
#ps -ef|grep Samba

no process in my system!!!!!!
can you please help me

Regards




6 REPLIES 6
Jerome Baron
Respected Contributor

Re: How to configure Samba on HP-UX.11.0?

Hi,

It's not samba proccess but smbd.
# ps -edf|grep smb
root 232 985 0 Dec 6 ? 0:21 smbd
root 27876 985 0 Nov 18 ? 2:07 smbd
root 3499 985 0 07:32:55 ? 0:00 smbd
root 15401 985 0 Dec 2 ? 0:47 smbd
(...)

To configure samba it's the file smb.conf.

Regards,
Jerome
Michael Tully
Honored Contributor

Re: How to configure Samba on HP-UX.11.0?

Try:

# ps -ef | grep smb

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

The product is usually installed from your application CD and is called CIFS.

Here is a copy of the on-line manual
http://www.docs.hp.com/hpux/onlinedocs/B8725-90003/B8725-90003.html
Anyone for a Mutiny ?

Re: How to configure Samba on HP-UX.11.0?

Hi ,

Can someone give me an example of the configuration file smb.conf.

I try to access (or mappe) an unix directory from NT server.

The Samba server is installed in unix machine.

Regards


Jerome Baron
Respected Contributor

Re: How to configure Samba on HP-UX.11.0?

sample to shared /test

(....)

[OV]
comment = test Dev
browseable = yes
read only = no
valid users =
create mode = 0777
path = /test

regards,
Jerome
Ian Lochray
Respected Contributor

Re: How to configure Samba on HP-UX.11.0?

Have a look at /etc/opt/samba/smb.conf.default
Dave Elliott
Frequent Advisor

Re: How to configure Samba on HP-UX.11.0?

Just a thought but have you run the samba_setup in /opt/samba/bin. because if you haven't it won't be on your domain and also you may then need to run the smbpasswd command to change the NT trust state.
Oracle DBA