Operating System - Linux
1828427 Members
3688 Online
109977 Solutions
New Discussion

Re: Linux mount VMS share

 
yyghp
Super Advisor

Linux mount VMS share

I tried to mount a VMS share on a Linux server, but failed:

( on Linux server: linuxhostA )
# mount vmshostA:/ora_disk/ora_rep /repout
mount: RPC: Authentication error; why = Invalid client credential

But I can see the share with:

# showmount -e vmshostA
Export list for vmshostA:
/ora_disk/ora_rep linuxhostA

# rpcinfo -p vmshostA
program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100003 2 udp 2049 nfs
100005 1 udp 10 mountd

Any suggestion for me?
Thanks!
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: Linux mount VMS share

/etc/exports on the target can deny access based on hostname.

First thing to do is check that on the target server and make sure you are allowed to mount the NFS share.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
yyghp
Super Advisor

Re: Linux mount VMS share


I am not familiar with VMS. Is there a same file called /etc/exports on VMS like UNIX ?
Thanks !
Bojan Nemec
Honored Contributor

Re: Linux mount VMS share

yyghp,

There is no /etc/exports on VMS. Please see the links I give you in yours equal thread in the VMS forum:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=728803

Bojan
Steven E. Protter
Exalted Contributor

Re: Linux mount VMS share

Yep,

Made an assumption. Should have said VMS equivalent of /etc/exports.

VMS can be configured to deny access based on hostname. This is the most likely cause of the issue.

You should probably close this thread, refer to it in your VMS post and give the previous post a few points.

Good Luck.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com