1827293 Members
2779 Online
109717 Solutions
New Discussion

Re: Kerberos

 
Tonatiuh
Super Advisor

Kerberos

Red Hat Enterprise Linux 3.0.

I have two servers where I plan to install Oracle Database software.

How can I deactivate or deinstall kerberos so that it does not try to work when RCP?

[oracle@rac1 oracle]$ rcp /tmp/rcptest Nodo2:/tmp/rcptest-int
Trying krb4 rcp...
trying normal rcp (/usr/bin/rcp)

Additional comments:
1) This is a private LAN which only have the two servers that I need to perform RCP from one to each other. So that it is secure by its isolation.
2) The Oracle software I am using connot work with SSH.
3) This comunication (usnign RCP) must be as fast as possible to have a good performance of my Oracle Database installed in thiw pair of servers. This is the reason because this failed try with kerberos could be bad for my performance.
4 REPLIES 4
Dave Falloon
Trusted Contributor

Re: Kerberos

Check to see if the rsh rpm installed two binaries called rcp, one in /usr/bin/ and one some place else:

rpm -ql rsh rpm

I vaguely remember they put the kerberized binaries in the path before the non kerberos ones.

--Dave
Clothes make the man, Naked people have little to no effect on society
Dave Falloon
Trusted Contributor

Re: Kerberos

There may also be a switch according to the man page:

-K turns off all Kerberos authentication

--Dave
Clothes make the man, Naked people have little to no effect on society
Tonatiuh
Super Advisor

Re: Kerberos

I only see one:

/usr/bin/rcp

Andrew Cowan
Honored Contributor

Re: Kerberos

If you do a "type rcp" you will see that you are calling the Kerberised version. Try calling "/usr/bin/rcp" directly.