Operating System - HP-UX
1827289 Members
3279 Online
109717 Solutions
New Discussion

Re: How access Windows 2000 resource

 
M. FRANGEUL
Advisor

How access Windows 2000 resource

How access to a windows 2000 share resource from HP-UX 11.0.

Thank's.
4 REPLIES 4
RAC_1
Honored Contributor

Re: How access Windows 2000 resource

USE SAMBA.

You can access the windows share as follows.

smbclient "\\\ip_add\\share" -U user_name
There is no substitute to HARDWORK
Zafar A. Mohammed_1
Trusted Contributor

Re: How access Windows 2000 resource

By using SAMBA you can achieve this very easily.

Thanks
Zafar
Bill Hassell
Honored Contributor

Re: How access Windows 2000 resource

You'll need to install the free SAMBA product from HP called CIFS/9000. Get a copy from software.hp.com


Bill Hassell, sysadmin
Don McCall_1
Occasional Advisor

Re: How access Windows 2000 resource

As several people have mentioned you can use HP's version of Samba (CIFS/9000 Server) with the smbclient command. This will give you ftp-like access to files and directories on a Win2k Server share.
You can ALSO use the CIFS/9000 CLIENT product (also free, and available at software.hp.com, or from your application cd rom set) to actually do cifsmounts of a win2k share to a hpux mountpoint, similar to the way nfs mount points are made. this will give people who have 'cifslogin'ed' to access these files as if they were on an hpux mounted file system. NOTE that locking is NOT supported with the CIFS Client product, so any program that requires locking in HP-UX will not work with these files.