1837897 Members
3250 Online
110123 Solutions
New Discussion

SAmba on HP-UX

 
SOLVED
Go to solution
Edwin Ruiz_2
Super Advisor

SAmba on HP-UX

What do i need to configure SAmba with HP-UX 11.00.. somebody can help me!
11 REPLIES 11
Sridhar Bhaskarla
Honored Contributor

Re: SAmba on HP-UX

Hi Ed,

Once samba is loaded you can run the command /opt/samba/bin/samba_setup to setup the server. This includes the server name, domain etc.,

swat can really help you. It's a web based admin tool. Load a local browser like mozilla on the hp box and invoke it. Type http://localhost:901/ and it should bring up the swat interface that will let you configure the shares etc.,

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Robert-Jan Goossens
Honored Contributor
Edwin Ruiz_2
Super Advisor

Re: SAmba on HP-UX

Thaks! i will try.. The software i need is CIF?
Robert-Jan Goossens
Honored Contributor

Re: SAmba on HP-UX

Hi again Edwin,

CIFS is a samba variant, you can download and use it for free, docs can be found on

http://www.docs.hp.com/hpux/netcom/#HP%20CIFS

Regards and good luck.

Robert-Jan
Darren Prior
Honored Contributor

Re: SAmba on HP-UX

Hi,

It's named CIFS/9000; the links above will show you exactly where to download it for free from HP.

There's also some good information available in SWAT, which is the web based front end for CIFS and can be found by pointing your browser at the CIFS server's port 901, ie something like
http://mycifserver.whatever.com:901

There's also an O'Reilly book "Using Samba" which is starting to be a bit dated now, but is a useful resource. I believe there's a new version out soon (or possibly already out.)

regards,

Darren.
Calm down. It's only ones and zeros...
Edwin Ruiz_2
Super Advisor

Re: SAmba on HP-UX

Thanks i am configuring.. i can see my server from windows.. Is there a user.map archive for configure users?
Darren Prior
Honored Contributor

Re: SAmba on HP-UX

Hi,

You can specify a user map file in smb.conf. Normally the file is called something like /etc/opt/samba/smbusers.map and contains a list of names in this format:

ux_loginname = nt_loginname
darren = dprior

regards,

Darren.
Calm down. It's only ones and zeros...
Edwin Ruiz_2
Super Advisor

Re: SAmba on HP-UX

I am using http://57.234.96.153:901 for swat, but i need one user and password for swat how can i know this user and password
Darren Prior
Honored Contributor

Re: SAmba on HP-UX

ah, you can user your root account, with the root password I believe.
Calm down. It's only ones and zeros...
Edwin Ruiz_2
Super Advisor

Re: SAmba on HP-UX

thanks