We are in the process of setting up a Dell Poweredge 2850 with Red hat Enterprise Linux 3 to be our Disaster Recovery server.
Our production data is on an IBM 7026-H80 running AIX 4.3.3.
To move all the data and software from the AIX to the Linux we would like to use the rcp command.
When I run: [root@LINUX Box]# rcp test.txt AIXserver:/home
I get the following:
Trying krb4 rcp...
krb_sendauth failed: You have no tickets cached
trying normal rcp (/usr/bin/rcp)
The file copied successfully to the AIXserver.
When I run: [root@AIXserver]# rcp test.txt LINUX Box:/home
I get this message:
LINUX Box: A remote host refused an attempted connect operation.
Questions are:
When I try from Linux to AIX I get 'krb_sendauth failed: You have no tickets cached'.
and when I try from AIX I get ' remote host refused an attempted connect operation.'.
How do I fix these errors?
I have created on both platforms: /.rhosts, /etc/hosts.config
I have defined both servers in both /etc/hosts.
Your assistance will be greatly appreciated.
Start Free Trial