- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- NFS mount on openvms
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
тАО03-18-2006 04:07 PM
тАО03-18-2006 04:07 PM
I have an Alpha server running OpenVMS version 7.1 which has Digital TCP/IP Services for OpenVMS Alpha Version V4.2 - ECO 3. I am running an oracle database on there which needs to be exported due to hardware limitations etc. the only way we can get the space is to have nfs mount of a unix box onto the VMS i.e. the VMS server is the NFS client. Is there anyone who has done this if so please can they provide the necessary steps for this procedure kkeping in mind the version of OS and associated products.
Thanks
Asif
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2006 05:24 PM
тАО03-18-2006 05:24 PM
Re: NFS mount on openvms
$ ucx mount dnfs:/host=hostname/path="/pathname"
%UCX$DNFSMOUNT-S-MOUNTED, /pathname mounted on _DNFSn:[000000]
To be able to write to that volume, you may need to set up an NFS PROXY on your OpenVMS system to map the OpenVMS username, which will write to that volume, to the correct GID/UID for the Unix host:
$ ucx add proxy vms-username -
/gid=x/UID=y/NFS=OUTGOING/HOST=hostname
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2006 05:43 PM
тАО03-18-2006 05:43 PM
Re: NFS mount on openvms
I am getting the following error message,
%UCX$DNFSMOUNT-E-MOUNTFAIL, error mounting DNFS:
-UCX-E-NOTCONF, NFS Client not configured on this node
I have not worked alot on VMS and don't know if there is an quivalent file to /etc/hosts to add the ip address to name resolution of the target server.
Asif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2006 08:33 PM
тАО03-18-2006 08:33 PM
Re: NFS mount on openvms
This is available as a menu driven functionality.
From a suitably privd account (eg, SYSTEM) do a
$ @sys$manager:tcpip$config
Choose Ckient Components,
Choose NFS client ENABLE
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2006 08:53 PM
тАО03-18-2006 08:53 PM
Re: NFS mount on openvms
I have enabled the NFS client but am still getting the same error that i mentioned previously !
Asif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2006 11:24 PM
тАО03-18-2006 11:24 PM
Solutionwhat does UCX SHOW SERVICE tell you ?
Aside from ENABLING NFS client, you will also have to START it. UCX V4.2 does not offer starting a service from the UCX$CONFIG.COM menues.
You might need to restart UCX (or reboot the system), to activate the NFS CLIENT service.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2006 12:56 AM
тАО03-19-2006 12:56 AM
Re: NFS mount on openvms
to add the name of the NFS server, use
$ UCX SET HOST hostname/address=x.x.x.x
Use UCX SHOW HOST to see the local host database.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2006 10:42 PM
тАО03-19-2006 10:42 PM
Re: NFS mount on openvms
Asif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2006 11:58 PM
тАО03-19-2006 11:58 PM