- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Connect from VMS-based NFS-client to windows-based...
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-24-2007 05:04 AM
07-24-2007 05:04 AM
Connect from VMS-based NFS-client to windows-based NFS-server
After several trial-and-errors I have been able to mount the NFS-share from the VMS-side (TCPIP mount dnfs2:/host=...) but when trying to access the files I get :
$ dir dnfs2:[000000]
%DIRECT-E-OPENIN, error opening DNFS2:[000000]*.*;* as input
-RMS-E-DNF, directory not found
-SYSTEM-F-TIMEOUT, device timeout
The problem might be in the configuration on the Windows Server-side. The setup and the documentation is just Unix-orientated and seems to me not fit to OpenVMS.
Any hints ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2007 12:42 PM
09-02-2007 12:42 PM
Re: Connect from VMS-based NFS-client to windows-based NFS-server
I was using MS Services for Unix and had to use the passwd file to map a Windows username to a Unix UID/GID that I turned around and mapped to a VMS username on the other end.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2007 05:02 PM
09-11-2007 05:02 PM
Re: Connect from VMS-based NFS-client to windows-based NFS-server
Try to give full access to the directory from the windows side and they try.
Shardha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2007 10:16 PM
10-24-2007 10:16 PM
Re: Connect from VMS-based NFS-client to windows-based NFS-server
did you solved this problem? We are also facing a the "device timeout" messages and I wanted to ask if you post your solution for the problem.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2007 02:59 AM
10-25-2007 02:59 AM
Re: Connect from VMS-based NFS-client to windows-based NFS-server
Wath is the reponse to
$tcpip sho service mount
Check if state is disabled.
In this case intend to restart the service using
$tcpip enable service mount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2007 09:33 PM
11-14-2007 09:33 PM
Re: Connect from VMS-based NFS-client to windows-based NFS-server
When I try $tcpip sho servi mount, I get
%TCPIP-W-NORECORD, information not found
-RMS-E-RNF, record not found
This is odd as I can issue the $tcpip mount and dismount commands without problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2007 12:13 AM
11-15-2007 12:13 AM
Re: Connect from VMS-based NFS-client to windows-based NFS-server
Upgraded to TCP/IP 5.6 ECO1, still have the same problem....but now have some interesting new commands in $tcpip, such as nfsstat, which after mounting successfully and then getting a timeout when trying to do the $dir, shows....
tcpip nfsstat -s
Server rpc:
tcp: calls badcalls nullrecv badlen xdrcall creates
0 0 0 0 0 0
udp: calls badcalls nullrecv badlen xdrcall
0 0 0 0 0
Server nfs:
calls badcalls badprog badproc badvers badargs
0 0 0 0 0 0
unprivport weakauth
0 0
Server nfs V2: (0 out of 0 calls)
null getattr setattr root lookup readlink read
0 0% 0 0% 0 0% 0 0% 0 0% 0 0% 0 0%
wrcache write create remove rename link symlink
0 0% 0 0% 0 0% 0 0% 0 0% 0 0% 0 0%
mkdir rmdir readdir statfs
0 0% 0 0% 0 0% 0 0%
Server nfs V3: (0 out of 0 calls)
null getattr setattr lookup access readlink read
0 0% 0 0% 0 0% 0 0% 0 0% 0 0% 0 0%
write create mkdir symlink mknod remove rmdir
0 0% 0 0% 0 0% 0 0% 0 0% 0 0% 0 0%
rename link readdir readdir+ fsstat fsinfo pathconf
0 0% 0 0% 0 0% 0 0% 0 0% 0 0% 0 0%
commit
0 0%
In other words, it appears that no traffic is "leaving" (or at least there is nothing recorded in tcp/udp via rpc)
And yes, I can access the other running services such as telnet, ftp and the webserver....only NFS refuses to play the game and *only* on OpenVMS, the other OS happily map and use the share.
And I have tried using proxy records with host=*, uid=0, gid=0 (which is what is on the NFS export), as well as uid=-2, gid=-2 (anonymous, which is also allowed on the NFS export and how the Linux/Solaris boxen connect)