- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: NFS LINUX/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
08-17-2004 02:25 AM
08-17-2004 02:25 AM
NFS LINUX/VMS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2004 03:22 AM
08-17-2004 03:22 AM
Re: NFS LINUX/VMS
can you see the share with
showmount -e x.x.x.x
from the client where x.x.x.x is the IP address of the NFS server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2004 03:29 AM
08-17-2004 03:29 AM
Re: NFS LINUX/VMS
rpcinfo -p x.x.x.x
where x.x.x.x is the IP of nfs server what do get ? You should see the protocol and the version that nfs uses
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2004 03:34 AM
08-17-2004 03:34 AM
Re: NFS LINUX/VMS
Otherwise you can specify other version in mount option:
nfsvers=3 (for instance)
And for the bove suggestion use:
rpcinfo -p x.x.x.x |grep nfs
to narrow the output to relevant rows...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2004 05:19 AM
08-17-2004 05:19 AM
Re: NFS LINUX/VMS
Export list for ihs005:
/DISK_PSOFT_DEV/psoft/dev/hr501 ihshp1.ihs-inc.com,ihshp2.ihs-inc.com,gregw_nt.ihs-inc.com,ihs2ktest.ihs-inc.com
/DISK_PSOFT_PROD/psoft/prod/hr501 ihshp1.ihs-inc.com,ihshp2.ihs-inc.com
/DISK_SWEEPS/sweeps techweb3.ihs-inc.com
/DISK_SWEEPS/transfer techweb3.ihs-inc.com
[root@techweb3 root]# rpcinfo -p ihs005
program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100003 2 udp 2049 nfs
100005 1 udp 10 mountd
IHS005 is the nfs server
techweb3 is the RH9 system that I am trying to mount.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2004 10:35 AM
08-17-2004 10:35 AM
Re: NFS LINUX/VMS
Do you see error on the vms side
does a
$reply/enable=all
on the vms side
then try the mount (from linux) again and see if you get meaningfull message in the vms session ?
Maybe this will give more info on what this problem is ... if all fail's perhaps you could enable this in the audit trail on the vms side and see what this reveals.... in fact maybe you should post this also in the Openvms forum ... I have done year's of vms system management but this is also some years back and surely the vms forum will carry lots and lots more knowledge then your poor servant.
in any case keep us informed .
Jean-Pierre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2004 05:49 PM
08-17-2004 05:49 PM
Re: NFS LINUX/VMS
By default the client tries to connect with UDP and version 2.So technically you shouldn't have problems...What error message do you get if any and what is the command that you use to mount that directory....