Operating System - HP-UX
1752590 Members
4012 Online
108788 Solutions
New Discussion юеВ

Re: Access to Samba Share

 
SOLVED
Go to solution
RASE_1
Advisor

Access to Samba Share

Dear,

Is there any way to configure a HPUX server (running 11iv2) as a client of a NAS which is accessible through Samba ? On this NAS, there is no operating system.

Thanks.
7 REPLIES 7
Heiner E. Lennackers
Respected Contributor

Re: Access to Samba Share

Hi,

i am not really sure if this is what you want, but you can use the CIFS client software to mount a samba/windows share on HP-UX.
if this makes any sense to you, you have a BIG problem
RASE_1
Advisor

Re: Access to Samba Share

May be.
But where to download this module ? Is it available on HPUX 11iV2 cdroms ?

Regards,
Luk Vandenbussche
Honored Contributor

Re: Access to Samba Share

Eric Raeburn
Trusted Contributor
Solution

Re: Access to Samba Share

The previous post referred you to the CIFS Server; that's not what you need to solve this problem. The software that enables an HP-UX system to mount a Samba (or Windows) share is the CIFS **Client**, which you can download here:

http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8724AA

If you lose this URL in the future, just go to software.hp.com and search for "cifs".
RASE_1
Advisor

Re: Access to Samba Share

Great !
RASE_1
Advisor

Re: Access to Samba Share

I used following commands on client side:

mkdir /bkp
chmod 777 /bkp
chown root:sys /bkp
mount -F cifs username=x,password=y /server/share_folder /bkp

and I saw that permissions of /bkp have been changed (drwxrwx--- root 500) and I am not able to write into this folder. Why ?

Regards,
Kevin Wright
Honored Contributor

Re: Access to Samba Share

Permissions are not set on the client side, they are set on the server exporting the filesystem.