- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- problem with sharing file
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
06-20-2002 01:39 AM
06-20-2002 01:39 AM
I need something like samba but that work from win to unix.
What can i do?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 01:52 AM
06-20-2002 01:52 AM
Re: problem with sharing file
CIFS is what you need.
http://ubiqx.org/cifs/
SAMBA gets its name from the Server Message Block protocol SMB.
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 02:13 AM
06-20-2002 02:13 AM
Re: problem with sharing file
very useful links
http://www.hp.com/products1/unix/operating/hpuxcifs9000/
http://www.hp.com/products1/unix/operating/hpuxcifs9000/faq.html
CIFS is not available in HP-UX 10.20 you can use smbclient utility in samba for accesing win shares.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 04:47 AM
06-20-2002 04:47 AM
Solutionthe first being NFS this requires a Pc product like reflection or humingbird NFS , it allows mounting of filesystems and exporting of data
second and more usable is SAMBA or CIFS , CIFs being the official HP product but only previewed for HP-UX 11 , there is however way to get a samba software for hp-ux 10 on th enet and compile it (this isn't supported by HP)
last you have the illustrious ASU , however this product is used less now since the CIFS introduction
if you can find some simple NFS produvct that would be fastes at 10.x , it is better to look for samba or CIFs for 10.20 as this protocol if TCP based and better suiter for PC to HP communications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 04:59 AM
06-20-2002 04:59 AM
Re: problem with sharing file
What should run on windows pc to allow the file sharing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 08:25 AM
06-20-2002 08:25 AM
Re: problem with sharing file
CIFS is the good one to do this. But it's not available for hpux 10.20.
If you want to share the windows system directories to hp you should run windows CIFS Server in the windows system. Then you will be able to share the directories in the windows system. By using the CIFS clinet in hp system you can access the windows shared files. Do u have windows CIFS server running on the windows system?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2002 03:25 AM
06-21-2002 03:25 AM
Re: problem with sharing file
I would know if it's better to run a CIF server on windows and then a cif client on hp-ux or a NFS server on windows and then mount shared windows directories like classical nfs directories on hp-ux.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2002 10:08 AM
06-21-2002 10:08 AM
Re: problem with sharing file
NFS provides no functionality for exporting win file systems to unix clients. So you can't go for NFS server running on windows system.