- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can I access file of window platform from HP-UX sy...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2001 12:27 AM
04-25-2001 12:27 AM
thanks.
Li.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2001 12:34 AM
04-25-2001 12:34 AM
Re: Can I access file of window platform from HP-UX system using samba ?
No, you can't, your NT-box has to be a NFS-Server. look at "hummingbird" or "SFU from microsoft".
Marcel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2001 12:40 AM
04-25-2001 12:40 AM
Re: Can I access file of window platform from HP-UX system using samba ?
with CIFS client you are able to mount a windows directory to your HP-UX box (cifsmount).
This is only available with HP-UX 11.00.
The software from samba.org (for HP-UX) has no mount feature included.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2001 01:33 AM
04-25-2001 01:33 AM
SolutionSAMBA has a smbclient which you can of course use to access files on a windows share.
The windows box has not to be a NFS Server and the smbclient is not limited to the CIFS package on HP-UX 11. SAMBA with an working smbclient is also available on HP-UX 10.xx. But in difference to the CIFS package on HP-UX 11 you cant (as far as i know) mount the Windows share to your filesystem. The smbclient acts more like a ftp program.
Hope this helps. Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2001 07:32 PM
04-25-2001 07:32 PM
Re: Can I access file of window platform from HP-UX system using samba ?
I just install the samba2.0.8 from the samba.org . And it is successful for me to smbclient a share from a pc ( win98 ) on the hpux11 system . Yes ,it's ftp-like , and I can get/put the data between the unix/pc very well . Stefan is very right?I
It seems the HP CIFS client can't do the above. especially that the cifsmount/cifsclient command should be executed by ROOT .
Anybody knows what the HP cifs client can do ? It just only cifsmount the UNIX share not the PC to UNIX ?