Data Repository won't start
search cancel

Data Repository won't start

book

Article ID: 191736

calendar_today

Updated On:

Products

CA Infrastructure Management CA Performance Management - Usage and Administration DX 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

Run ssh-copy-id -i ~/.ssh/id_rsa.pub [email protected]<remotehost> and then once again try ssh [email protected]<remotehost> ls.  It should no longer prompt for a password

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

Additional Information

For additional information please refer to the following documentation
https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/it-operations-management/performance-management/3-7/installing/prepare-to-install-the-data-repository.html#concept.dita_b9e3cbd8e6bd55644b1ecbac6836f62fd8e55a34_OptionalSetUpPasswordlessSSH