Operating System - HP-UX
1836585 Members
2341 Online
110102 Solutions
New Discussion

How to map an NT share under HP-UX

 
Robert Hickey
New Member

How to map an NT share under HP-UX

How do I map an NT share as a drive letter under HP-UX ?
I have no problem doing the reverse, mapping a UNIX share under NT.
5 REPLIES 5
sven verhaegen
Respected Contributor

Re: How to map an NT share under HP-UX

2 possibilities , either using SAMBA which is complete freeware (the commercial version is called CIFS9000) or using ASU which is a non-freeware and thus buying option
...knowing one ignores a greath many things is the first step to wisdom...
Robert Hickey
New Member

Re: How to map an NT share under HP-UX

Thanks Jan,
Where can I get SAMBA and once it is installed what is the command that I need to run to map the drive.
harry d brown jr
Honored Contributor

Re: How to map an NT share under HP-UX

The samba client doesn't work for hpux (without a lot of work), so you will need the cifs9000 client (samba in nature).

The cifs9000 command to mount is:

cifsmount //servername/sharename /dir2mounton -U username -P password

If you are using active directory, then nothing will work, because M$ decided to modify the kerbos standard (to lock out others).

live free or die
harry
Live Free or Die
sven verhaegen
Respected Contributor

Re: How to map an NT share under HP-UX

well that is simple to start , as it's freeware you could get the source on internet and compile it ,try the website va.samba.org , as far as i know the ux 11.versions should offer a free CIFS9000 , you can find it on software.hp.com website (pay attention it doesn't hold HP support you'll need to buy that), as far as helping you with setting it up I'll have some more trouble as I know only little of it's setup
...knowing one ignores a greath many things is the first step to wisdom...
Robert Hickey
New Member

Re: How to map an NT share under HP-UX

Thanks Sven, I will try Harry's solution and let you both know how I got on.