mount: RPC: Program not registered
Plan copy tar files from server myC to server myA
I was able to copy files from myB server to myA server. I start with having myA mounting erver B's disks.
[root@myA etc]# mount myB:/www /www
the above is OK,
but when I tried to do the same way to myC, I got error : mount: RPC: Program not registered
[root@myA etc]# mount myC:/www /www
mount: RPC: Program not registered
What settings I need to consider on both of the server myA and myC ?
thanks,
regards, Leny
|