Data Repository will not start and prompts for the dradmin user's password.
search cancel

Data Repository will not start and prompts for the dradmin user's password.

book

Article ID: 94944

calendar_today

Updated On:

Products

CA Infrastructure Management CA Performance Management - Usage and Administration

Issue/Introduction

Data Repository will not start and prompts for the dradmin user's password.

Environment

CA Performance Management 3.5

Cause

If passwordless ssh is misconfigured, or there is an issue with the dradmin account on any of the nodes (such as the account being expired)
you will not be able to start the Vertica database until resolved.

Resolution

The following outlines how to check and set up passwordless ssh between nodes:

https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/it-operations-management/performance-management/3-5/installing/prepare-to-install-the-data-repository.html#concept.dita_b9e3cbd8e6bd55644b1ecbac6836f62fd8e55a34_OptionalSetUpPasswordlessSSH

Note this should be done for the root user and dradmin user.

For each node verify it can SSH to itself and all the other nodes in the Data Repository cluster, without any password prompts.

Example:



ssh dradmin@localhost ls
ssh dradmin@node2 ls
ssh dradmin@node3 ls
....

Do this from all nodes to the other nodes as the dradmin.