CA Infrastructure ManagementCA Performance Management - Usage and AdministrationDX NetOps
Issue/Introduction
The data repository won't start. The following message is seen when starting from adminTools
*** Starting database: drdata *** * Database config synchronization step failed. Please check logs * Could not login with SSH to host xx.xx.xxx.xx
Could not login with SSH to host xx.xx.xx.xx
Starting nodes: v_drdata_node0001 (xx.xx.xxx.xx) v_drdata_node0002 (xx.xx.xxx.xx) ***UNAVAILABLE*** v_drdata_node0003 (xx.xx.xxx.xx) ***UNAVAILABLE*** The cluster is partitioned with xx.xx.xxx.xx, xx.xx.xxx.xx down. Over half (2/3) of the nodes must be available. Database start up failed. Cluster partitioned. Press RETURN to continue
Environment
CAPM 3.x
Cause
Passwordless ssh is no longer working
Resolution
Every node must be passwordless ssh into every other node to start the database and into itself
Run the following command to confirm: ssh [email protected]<remotehost> ls
If any of the nodes prompt for a password than passwordless ssh is not working
Once every node is successfully configured for passwordless ssh you should no longer see "Could not login with SSH to host xx.xx.xx.xx" when starting the database from adminTools and the database should attempt to start