- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- pcnfs: cannot mount from windows
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
05-17-2004 11:18 PM
05-17-2004 11:18 PM
I got a problem with a pcnfs/nfs server on thu64 v5.1b.
NFS works fine and exports all areas, while pcnfs makes me crazy:
with rpcinfo I can check that daemons are listening and with a pcnfsd-scanner I see that it's exporting the right areas.
When I try to mount I get a silly
"The network path was not found"
On another pcnfsd-server with the same configuration, as shows
sysman nfs
everything goes fine.
Any hint?
Peace, R.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 07:26 AM
05-18-2004 07:26 AM
Re: pcnfs: cannot mount from windows
if I understand you correctly, you are saying that the error message is on the Windows system, right?
Is it possible that the client cannot do the server-name to IP-address mapping?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 08:08 AM
05-18-2004 08:08 AM
Re: pcnfs: cannot mount from windows
We seem to have solved it with having the clients access the cluster address instead of just one of the nodes. Also mind the /etc/exports.aliases file.
More information is available at
http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V51A_HTML/ARHGYDTE/NTWRKSRV.HTM#nfs-restrictions
EJ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 01:25 PM
05-18-2004 01:25 PM
Re: pcnfs: cannot mount from windows
Agree with EJ, one other thing tho' check the /etc/clua_services file, in there on the nfs ports for tcp and udp, add the out_alias it should look like this..
nfs 2049/tcp in_multi,out_alias,static
nfs 2049/udp in_multi,out_alias,static
This in addition to EJ recommendations should do the trick.
Regards,
Orrin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 07:11 PM
05-18-2004 07:11 PM
Re: pcnfs: cannot mount from windows
and thanks for your hints.
1) my pc can resolve address, like ping shows.
2) I don't have a truCluster, so I think that the latest hints apply to my case
3) I have to mention a very strange thing: without changing server configuration I experience that sometimes I can mount the areas, sometimes not. All this independently from the PC (i tried on more than one) which should mount the dirs.
Peace, R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2004 08:28 AM
05-19-2004 08:28 AM
Solution1. check if a pcnfsd daemon is running on Tru64 side and a showmount -e lists the nfs directories.
2. be sure your PC name is properly resolved on Tru64 system.
3. be sure PC uses the proper user mapping (so you have the permission to mount the directories) or password mechanism
4. use command line interface of pcnfs implementation on pc side instead of gui based tool (because error messages are clear and not "interpreted").
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 01:41 AM
05-21-2004 01:41 AM
Re: pcnfs: cannot mount from windows
you're always the best.
I already tested that NFS server was working, but I didn't know the server had to resolve the ip-address of the client.
We resolved the problem puttig PC hostname in /etc/hosts because DNS management is out of our control.
Being the other server configuration unchanged I can't explain why it works...
Thanks to all,
Peace, R.