Change ssh port for servers with RAC database!
Hello Guys,
My Oracle Database is 11gR2, Its a 2 node RAC on Red Hat Linux.
During the installation I kept the default port 22 for SSH, and it was used during the installation of RAC.
Now after the installation, while the RAC is all setup and ready for use in the production environment, if I change the ssh port of server from 22 to any other port while it effect the working of RAC?
I will use the following command to change the port:
vi /etc/ssh/sshd_config
change default port to:
Port 7472
service sshd restart
Regards,
Imran