Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

RAC Installation failed

JhilNov 19 2017 — edited Nov 21 2017

Hi ,

ssh authentication failed..

password is correct for grid user still i am getting error. Pls have a look.

01.png

>> On both NODES

$ cat /etc/hosts

# Do not remove the following line, or various programs

# that require network functionality will fail.

127.0.0.1 localhost.localdomain localhost

#::1 localhost6.localdomain6 localhost6

# PUBLIC

192.168.212.60 rac1.oel5.com rac1

192.168.212.61 rac2.oel5.com rac2

# PRIVATE

192.168.10.1 rac1-priv

192.168.10.2 rac2-priv

# VIRTUAL

192.168.212.70 rac1-vip.oel5.com rac1-vip

192.168.212.71 rac2-vip.oel5.com rac2-vip

# SCAN

192.168.212.90 rac-scan

192.168.212.91 rac-scan

192.168.212.92 rac-scan

vi /tmp/OraInstall2017-11-20_01-57-55AM/sshsetup1_2017-11-20_01-57-55AM.log

INFO: Creating keys on remote Host rac1.oel5.com

INFO: to setup SSH on Host rac1.oel5.com

INFO: An error occured which will cause the program to abort. Refer to latest Log file that was supplied while running the program. The Log file would created by name logfilename-<currentdatetime>

SEVERE: com.jcraft.jsch.JSchException: Auth fail

    at com.jcraft.jsch.Session.connect(Session.java:451)

    at com.jcraft.jsch.Session.connect(Session.java:149)

    at oracle.sysman.prov.ssh.RunCommand.runCommand(RunCommand.java:94)

    at oracle.sysman.prov.ssh.SSHSetup.runCommandHelper(SSHSetup.java:1494)

    at oracle.sysman.prov.ssh.SSHSetup.setupConnectivity(SSHSetup.java:1192)

    at oracle.install.driver.oui.OUISSHSupportManager.establishSSHConnectivity(OUISSHSupportManager.java:155)

    at oracle.install.ivw.common.view.SSHSetupPane$7.perform(SSHSetupPane.java:265)

    at oracle.install.ivw.common.view.SSHSetupPane$SSHOperation.run(SSHSetupPane.java:322)

INFO: null

INFO: Creating keys on remote Host rac2.oel5.com

INFO: to setup SSH on Host rac2.oel5.com

INFO: [rac2.oel5.com]

INFO: /bin/rm /home/grid/.ssh/id_rsa.pub

INFO: Exit-status: 0

INFO: Error:

INFO:

INFO:

INFO: [rac2.oel5.com]

INFO: /bin/rm /home/grid/.ssh/id_rsa

INFO: Exit-status: 0

INFO: Error:

INFO:

INFO:

INFO: [rac2.oel5.com]

INFO: /bin/rm /home/grid/.ssh/id_rsa

INFO: Exit-status: 1

INFO: Error: /bin/rm: cannot remove `/home/grid/.ssh/id_rsa': No such file or directory

INFO:

INFO:

INFO: [rac2.oel5.com]

INFO: /usr/bin/ssh-keygen -t rsa -f /home/grid/.ssh/id_rsa -N '' -b 1024

INFO: Exit-status: 0

INFO: Error:

INFO: Generating public/private rsa key pair.

Your identification has been saved in /home/grid/.ssh/id_rsa.

Your public key has been saved in /home/grid/.ssh/id_rsa.pub.

he key fingerprint is:

8a:af:20:6b:c2:57:3d:91:0e:a3:97:96:6a:97:58:48 grid@rac2.oel5.com

INFO:

INFO: [rac2.oel5.com]

INFO: /bin/cp -p "/home/grid/.ssh/id_rsa" "/home/grid/.ssh/identity"

INFO: Exit-status: 0

INFO: Error:

INFO:

INFO:

INFO: [rac2.oel5.com]

INFO: /bin/cp -p "/home/grid/.ssh/id_rsa.pub" "/home/grid/.ssh/identity.pub"

INFO: Exit-status: 0

INFO: Error:

INFO:

INFO:

INFO: Copy remotefile: /home/grid/.ssh/id_rsa.pub to localfile: /home/grid/.ssh/id_rsa.pub.rac1.oel5.com

INFO: Copy remotefile: /home/grid/.ssh/id_rsa.pub to localfile: /home/grid/.ssh/id_rsa.pub.rac2.oel5.com

INFO: Advanced: Copying /home/grid/.ssh/authorized_keysto /home/grid/.ssh/authorized_keys to node rac1.oel5.com

INFO: Copy localfile: /home/grid/.ssh/authorized_keys to remotefile: /home/grid/.ssh/authorized_keys

INFO: Advanced: Copying /home/grid/.ssh/authorized_keysto /home/grid/.ssh/authorized_keys to node rac2.oel5.com

INFO: Copy localfile: /home/grid/.ssh/authorized_keys to remotefile: /home/grid/.ssh/authorized_keys

INFO: Advanced: Copying /home/grid/.ssh/known_hosts to /home/grid/.ssh/known_hosts to node rac2.oel5.com

INFO: Copy localfile: /home/grid/.ssh/known_hosts to remotefile: /home/grid/.ssh/known_hosts

OS : OEL 5.5

GRID :11.20.1

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 19 2017
Added on Nov 19 2017
12 comments
995 views