- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: configure NFS on open vms
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
07-18-2005 03:03 AM
07-18-2005 03:03 AM
is there any way to configure Open vms server to be NFS server or client ?
Versions:
7.2-1 on axp
6.2 on axp
6.2 on vax
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2005 03:33 AM
07-18-2005 03:33 AM
Re: configure NFS on open vms
you need a TCPIP product, to allow OpenVMS to act as a NFS client or server.
With TCPIP for OpenVMS, you use the procedure @SYS$MANAGER:TCPIP$CONFIG to configure NFS (client or server). For previous versions (this product was called UCX before), use @UCX$CONFIG - available on both OpenVMS VAX and Alpha.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2005 04:36 AM
07-18-2005 04:36 AM
Re: configure NFS on open vms
An example for TCPIP V5.3 or V5.4 for a remote NFS server is:
$ tcpip mount dnfs1: /host="server_name" /struct=5 -
/background=(delay:0:1:0,retry:10) /retries=4 -
/path="/root/nfs_share/VMS"
Lawrence
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2005 06:27 AM
07-18-2005 06:27 AM
Solutionhttp://h71000.www7.hp.com/doc/tcpip51.html
make sure the patch kit too.
If you upgrade to VMS V7.3-2 you could run V5.3 and if you upgrade to VMS V7.3-2 you could run V5.4 or even V5.5 on VMS V8.2
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2005 06:04 PM
07-18-2005 06:04 PM
Re: configure NFS on open vms
With tcpip utility you can use Open vms as server and client simultaneously. You need activate service using TCPIP$CONFIG or UCX$CONFIG (in depending of version) and create services using ADD EXPORT command on TCPIP -working as server- , and MOUNT - working as client -.
Saludos.
Daniel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2005 10:47 AM
07-22-2005 10:47 AM
Re: configure NFS on open vms
thank for your help,
it works perfectly!
Itai