![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||
Solution Type Problem Resolution Sure Solution 1985113.1 : ODA (Oracle Database Appliance): ODA_BASE Deployment Fails with "ERROR : Node Number verification on second node failed on node AAA001oda1" when host name is NON-LOWER case
Created from <SR 3-10345821829> Applies to:Oracle Database Appliance X4-2 - Version All Versions and laterInformation in this document applies to any platform. SymptomsEnd User deployment on ODA_BASE is failing INFO : Verifying node number on nodes, it may take few minutes... ChangesThis is failing because hostname are in uppercase and deployment script convert them lower case in step 11. Cause
SolutionAs a solution of this issue change the hostname in lower case. oracle products (e.g GI , EM, RDBMS) , have problems in dealing with mixed case or upper case hostnames and for example GI convert it lower case. also EM have problems with non-lower case names and this is documented in EM docs.
As a workaround following steps can be run but it will not not solve the future problem which will happen due to upper case or mixed case host name.
1) Edit /opt/oracle/oak/onecmd/Linux/s_GridSteps.pm as following on node 0. You will see function s_setupT4oakd, in that function comment out s_verifyNodeNumber(), so you s_setupT4oakd look as following. #s_verifyNodeNumber(); #--------------------------------------------------------------------------->>>> comment this line }
Attachments This solution has no attachment |
||||||||||||
|