dr_install.sh using the incorrect user to ssh when running the install as root
search cancel

dr_install.sh using the incorrect user to ssh when running the install as root

book

Article ID: 410593

calendar_today

Updated On:

Products

CA Infrastructure Management Network Observability

Issue/Introduction

The dr_install.sh is using a non-root user when trying to ssh to the data repository nodes but we are logged in and running the commands as the root user. 

Environment

DX NetOps Performance Managment: All versions.

Cause

The customer was not using sudo su - to login to the root user. So it was using the user the customer logged into the system with instead of the root user.

Resolution

When using sudo to login to the root user, use sudo su - to login. This will use the root users environment and when you kick off the dr_install it will ssh using the root user instead of the user you login user credentials.