LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   mount: RPC: Several errors, please help! (https://www.linuxquestions.org/questions/linux-software-2/mount-rpc-several-errors-please-help-84162/)

monita 08-21-2003 09:12 AM

mount: RPC: Several errors, please help!
 
Hi! I need some help regarding setting up an NFS system.
I already have machines A and B, running Red Hat 7.1, and sharing filesystems.

When I want to add machine C, running Red Hat 9, I have problems:

a) If I want to share a disk from machine C to machine A, I get:

[root@machineA]# mount /Cdisk
mount: RPC: Unable to receive; errno = Connection refused

( machine A is in machine C's hosts.allow; /Cdisk is in A's /etc/fstab; it is in C's /etc/export; the export file has been re-read using /usr/sbin/exporfs -ra; and I get the same error regardless of whether the processes:
rpc.rquotad
rpc.mountd
nfsd
are running on C or not :confused: - checked with ps -A )

b) If I want to share a disk from machine A to machine C, I get:

mount: RPC: Timed out
or
mount: RPC: Program not registered

(All the setup is supposed to be correct as before, the same disk is shared to machine B without problems in exactly the same way...)
Actually, I can't reproduce the error :mad:, yesterday I got one and today the other, and I am not aware of any change...

Thank you in advance,

MEM


All times are GMT -5. The time now is 04:11 PM.