- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- VMS client mounting nfs directory from HP-UX
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
тАО01-05-2007 03:17 AM
тАО01-05-2007 03:17 AM
VMS client mounting nfs directory from HP-UX
mount dnfs0: /host="fqdn"/path="nfspath" nfstest nfstest
The error message says
%TCPIP$DNFSMOUNT-E-MOUNTFAIL, error mounting _DNFS630:[000000]
-SYSTEM-F-NOSUCHOBJ, network object is unknown at remote node
I have verified from the unix side that the export is available and I have even restarted the daemon to be sure. I am running OpenVMS 7.3-2 with tcpip 5.4 ECO 4. Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2007 09:18 PM
тАО01-07-2007 09:18 PM
Re: VMS client mounting nfs directory from HP-UX
First and out of theme, Happy New Year.
For you question, are you correct defined nfspath or have you intend to mount device using absolute name of export device?
In my case with TCPIP 5.4 eco 2 if I define a symbol to mount path
$nfspath=="/lvol1"
And I intend mount a exported drive from HP-UX using
$tcpip mount dnfs0: /host="host" /path="''nfstpath'" vol1 vol1
The system reponse is:
%TCPIP$DNFSMOUNT-E-MOUNTFAIL, error mounting _DNFS118:[000000]
-SYSTEM-F-NOPRIV, insufficient privilege or object protection violation
But the mount action is correct if I use:
$tcpip mount dnfs0: /host="host" /path="/lvol1" vol1 vol1
Saludos.
Daniel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2007 09:34 PM
тАО01-07-2007 09:34 PM
Re: VMS client mounting nfs directory from HP-UX
means that the NFS service is not enabled on that node (no listener active).
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2007 09:42 PM
тАО01-07-2007 09:42 PM
Re: VMS client mounting nfs directory from HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-08-2007 03:01 AM
тАО01-08-2007 03:01 AM
Re: VMS client mounting nfs directory from HP-UX
Daniel, I am using the corrent nfs path name in the mount not anything defined on VMS.
Wim, I specifically enabled and started nfs client on VMS. On the Unix side I have verified that the nfs server is started and i can see the filesystem is exported.
Jansen, this is all within my company's internal network. The two systems are even on the same subnet.
Fyi, it mounted sucessfully when I first tried this but I could not access anything. Now it want mount at all.