- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Enabled Windows File Access from VMS through NFS
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-05-2006 02:59 PM
тАО07-05-2006 02:59 PM
I have trying to map a NFS folder that has been exported in Windows XP to be
accessible in OpenVMS for read/write/delete
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-05-2006 06:07 PM - last edited on тАО06-20-2023 12:24 AM by Sunitha_Mod
тАО07-05-2006 06:07 PM - last edited on тАО06-20-2023 12:24 AM by Sunitha_Mod
SolutionIt depends on your TCP/IP package (and,
perhaps on its version and/or your VMS
version).
For example, using HP's TCPIP V5.4 - ECO 5
on VMS V7.3-2 (Alpha), a MOUNT command like
this might do something:
tcpip mount dnfs0: "" log_name -
/host = host_name /path = "D:\folder" -
/auto
where "log_name" is a logical name which
you can use to access the actual DNFSx:
device which will be created by the MOUNT
command, "host_name" is the name of the NFS
server, and "D:\folder" is the actual path
used on the NFS server (whatever gets
exported from there -- I don't know what
the format is in Windows XP).
You'll probably also need to add an NFS
proxy, as in TCPIP HELP ADD PROXY.
TCPIP HELP MOUNT has more details, too.http://h71000.www7.hp.com/doc/732final/6526/6526pro_047.html#nfs_client_chap
[Modertaor edit: Removed the broken link. Please refer to https://support.hpe.com/]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-06-2006 05:46 PM
тАО07-06-2006 05:46 PM