DXMM - How to change the CAMM login password from admin
search cancel

DXMM - How to change the CAMM login password from admin

book

Article ID: 277909

calendar_today

Updated On:

Products

DX NetOps CA Mediation Manager

Issue/Introduction

How can a user change the CAMM admin login password after it has been installed?

Environment

CA Mediation Manager

Cause

Encrypted passwords need to be configured in the config file.

Resolution

  1. Navigate to: https://10015.io/tools/sha256-encrypt-decrypt
  2. Choose a password and encrypt it
  3. Edit the /opt/CA/CAMM/WEBCAMM/conf/tomcat-users.xml file and change the bold password based on output from step #2

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<tomcat-users>
  <role rolename="boss"/>
  <user hashed="true" password="dcccf3e49c38ff5df3e6605769fb453e4cfa3eaf810e566c8a3a630eecea663d" roles="boss,manager" username="admin"/>
</tomcat-users>

 

  1. Restart camm

Stop CAMM - run this script
/opt/CA/CAMM/tools/stopall
Start CAMM - run this script
/opt/CA/CAMM/tools/startall