- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to mapping folder from WinNT to HP-UX server
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
Discussions
Discussions
Discussions
Forums
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
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
тАО07-01-2005 01:31 PM
тАО07-01-2005 01:31 PM
I have a task in which mapping a folder from WinNT to HP-UX to become a file system in Unix server like NFS mechanism. I know how to configurate NFS to map between Unix servers but as I know it only support Unix servers and I also know a Samba software could map file system from Unix to WinNT server.
My question is what software and how to configurate to map folder from NT to Unix server (especially HP-UX server).
Thanks and highly appreciate your help,
HMT
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-01-2005 02:42 PM
тАО07-01-2005 02:42 PM
Re: How to mapping folder from WinNT to HP-UX server
use HP CIFS (previously called Samba). u may like to read the doc before beginning your configuration:
http://docs.hp.com/en/B8724-90067/ch01s01.html
download here:
CIFS client:
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8724AA
CIFS server:
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8725AA
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-01-2005 05:17 PM
тАО07-01-2005 05:17 PM
Re: How to mapping folder from WinNT to HP-UX server
If for whatever reason you can't or don't want to use CIFS, an alternative is using the free Windows Unix Services which include an NFS server. I never tried it though, so your mileage may vary. CIFS might be easier to implement if you don't have admin access on the Wintel box.
It can be downloaded here:
http://www.microsoft.com/windowsserversystem/sfu/default.mspx
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-01-2005 05:26 PM
тАО07-01-2005 05:26 PM
Re: How to mapping folder from WinNT to HP-UX server
I followed your link but as I know CIFS server sofware only support HP-UX so that it doesn't meet my techical requirement (meaning Windows CIFS server and HP-UX CIFS client).
If you have already installed and used it, could you please give me in more detail?
HMT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-02-2005 05:59 PM
тАО07-02-2005 05:59 PM
Re: How to mapping folder from WinNT to HP-UX server
i think these links should help solve your problem..
http://www.samba.org/samba/docs/man/smbclient.1.html
http://www.samba.org/samba/docs/man/smbmount.8.html
cheers
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-03-2005 07:56 PM
тАО07-03-2005 07:56 PM
Re: How to mapping folder from WinNT to HP-UX server
Joseph pointed in the right direction. You can us CIFS Client for this. If you have a CIFS Client installed you can access Windows shares and mount them to your HP-UX filesystem.
You need to start the cifsclient. Then you can access the Windows share with:
cifsmount //
If you stop the cifsclient (cifsclient -stop) the Windows share is unmounted.
Hope this helps
Regards Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-03-2005 08:35 PM
тАО07-03-2005 08:35 PM
Re: How to mapping folder from WinNT to HP-UX server
On HP-UX, do the following:
cifsclient start
( this starts the samba client daemon - see /opt/cifsclient )
cifsmount //
( see cifsmount -h )
This should mount your Windows share under the
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-04-2005 04:19 PM
тАО07-04-2005 04:19 PM
Re: How to mapping folder from WinNT to HP-UX server
I do following your guide but when I give out the command cifsmount //10.1.20.252/share /windows -U Admin -P 123 it displayed:
"LOC: Netbios session refused
LOC: Netbios session refused"
so that I can't mount win's folder.
10.1.20.252: windows IP address
share: win shared folder
windows: mountpoint at HP-UX server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-04-2005 06:55 PM
тАО07-04-2005 06:55 PM
Solutioni remember that i also had a problem using an IP Adress. As far as i remember the solution was to include the windows server in the /etc/host with its full and short name.
Like:
172.10.10.1 servname.domain.com servname
This did the trick here, hope this will work for you too.
Regards Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-20-2010 08:56 AM
тАО09-20-2010 08:56 AM
Re: How to mapping folder from WinNT to HP-UX server
i have the very same problem, cifslogin/cifsmount at all
here i have an public share so i don't specify any username/password, but if i try "ls" on the mount point i get "not found".
already tried name alias, but it doesn't work.
but if i try to mount a samba share (i.e. linux machine instead windows) it works pretty well...
any advices?