1821534 Members
2970 Online
109633 Solutions
New Discussion юеВ

Re: RPC error

 
Inesa Clinko
Advisor

RPC error

Hi all!
I have NFS-shared directory on SERVER in /etc/exports:
/mydir -anon=65534,ro,access=LINUXCLIENT

I'm mounting this directory on LINUXCLIENT and
it is working every day except on Monday :))))
On monday I receive a message:
"RPC conn error to SERVER"
I have checked all crontabs, but find no activity especially on monday on both mashines.

So how I can solve the problem?



4 REPLIES 4
Inesa Clinko
Advisor

Re: RPC error

And also - which options could be used
with "mount"-command to solve the above problem?
Muthukumar_5
Honored Contributor

Re: RPC error

Check the connectivity on monday. Run,

rpcinfo -p 10.31.77.190 | grep -i nfs

What r u getting.
Easy to suggest when don't know about the problem!
Hakan Aribas
Valued Contributor

Re: RPC error

* Mount this to other server LINUXCLIENT
mount LINUXCLIENT:/mydir /mydir

* Add this line in /etc/fstab for automatic mount:
hpux11i:/mydir /mydir nfs rw,suid 0 0
Hakan Aribas
Valued Contributor

Re: RPC error

* Mount this to other server LINUXCLIENT
mount LINUXCLIENT:/mydir /mydir

* Add this line in /etc/fstab for automatic mount:
LINUXCLIENT:/mydir /mydir nfs rw,suid 0 0