![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||
Solution Type Problem Resolution Sure Solution 2194997.1 : Creating Second Database Using OEDA Fails with "OCMD-02624: Error While Executing Command {0}.java.lang.reflect.InvocationTargetException"
Created from <SR 3-13499285851> Applies to:Exadata X6-2 Hardware - Version All Versions and laterInformation in this document applies to any platform. SymptomsExadata X6-2 env (can occur on any version of Exadata hardware) Initial configuration (install/config of grid /database) has been implemented - CRS and database are up and running Second database home has been installed using OEDA (Oracle Exadata Deployment Assistant) Creating a second database in the new home using OEDA (install.sh) fails with OCMD-02624 /u01/mydb/linux-x64# ./install.sh -cf /u01/mydb/ExadataConfigurations_sun/sun-cluster.xml -s 15 ERROR:
Step15_Create_Databases_161018_224839.out ... 2016-10-18 22:48:55,792 [FINE][l-1-thread-1][ FileUtils:480] File /u01/mydb/linux-x64/WorkDir/oracle01.example.com_cluster_interconnect.dat exists, removing file /u01/mydb/linux-x64/WorkDir/oracle01.example.com_cluster_interconnect.dat
Info in /var/log/secure at the time of error
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Oct 18 22:48:40 sahisk01 sshd[357757]: Connection from 100.100.0.102 port 34425 Oct 18 22:48:40 sahisk01 sshd[357757]: Accepted password for root from 100.100.0.102 port 34425 ssh2 Oct 18 22:48:40 sahisk01 sshd[357757]: pam_unix(sshd:session): session opened for user root by (uid=0) Oct 18 22:48:43 sahisk01 sshd[357757]: subsystem request for sftp Oct 18 22:48:44 sahisk01 sshd[357757]: subsystem request for sftp Oct 18 22:48:56 sahisk01 sshd[361463]: Set /proc/self/oom_score_adj to 0 Oct 18 22:48:56 sahisk01 sshd[361463]: Connection from 100.100.0.102 port 34443 Oct 18 22:48:56 sahisk01 sshd[361463]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=oracle01.example.com user=oracle11g Oct 18 22:48:58 sahisk01 sshd[361463]: Failed password for oracle11g from 100.100.0.102 port 34443 ssh2 Oct 18 22:48:58 sahisk01 sshd[361464]: Received disconnect from 100.100.0.102: 3: com.jcraft.jsch.JSchException: Auth fail
Testing ssh/scp to node itself and remote node work without error ChangesCt (re)set/change password for oracle user (oracle11g) after initial deployment of GRID/DATABASE through passwd command # passwd oracle11g CauseThe password stored in OEDA at initial deployment is different from one changed. The install step tries to ssh to node itself as oracle(oracle11g) user from root, then fails as it uses password stored in OEDA configuration SolutionIf you want to set up a custom password (change password) for the oracle and grid users after initial deployment, then you need to run genPasswordHash.sh utility to update the OEDA configuration file with the desired password. To reset all non-root user password in OEDA configuration (to the one changed after initial configuration) ./genPasswordHash.sh -non-root
Document : 2163751.1 - OEDA Deployment - Generating new or non-default hash password for root and non-root usersDelete Reference ******INTERNAL ******* here are two use cases for using the genPasswordHash.sh 1. If your Exadata nodes are configured with a custom password for the root user, then you need to run this utility to update the OEDA configuration file with the custom root password. 2. If you want to set up a custom password for the oracle and grid users, then you need to run this utility to update the OEDA configuration file with the desired password. Make sure you enter valid passwords when prompted. Passwords are encrypted in the OEDA configuration file. Usage: ./genPasswordHash.sh [-root | -non-root | -all] Options: -non-root Update the OEDA configuration file with the password set for the grid and oracle users. The same password will be set for both users on all nodes. -all This option is a combination of the -root and -non-root options.
References<NOTE:2163751.1> - OEDA Deployment - Generating new or non-default hash password for root and non-root usersAttachments This solution has no attachment |
||||||||||||
|