How to change jmx probe user and password?

  • KM01878641
  • 05-Oct-2015
  • 20-Jul-2018

Archived Content: This information is no longer maintained and is provided "as is" for your convenience.

Summary

This steps applies to UCMDB 10.X

Question

How to change jmx probe user and password?

Answer

Please follow the next steps:

  1. Go to Conf folder on the Probe:

C:\hp\UCMDB\DataFlowProbe\conf

     2.Edit the file named "DataFlowProbe.properties":

# Authentication data for the probe JMX

# Values can be empty to represent non-values.

#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

# The password has to be encrypted - use Data Flow Probe JMX

# for encrypting the password

# (getEncryptedKeyPassword operation in MainProbe MBean)

#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

appilog.agent.Probe.JMX.BasicAuth.User=sysadmin

appilog.agent.Probe.JMX.BasicAuth.Pwd=12,-35,-37,82,-2,20,57,-40,38,80,-111,-99,-64,-5,35,-122

a. To change the user just change sysadmin to the user that you want to use, example: Administrator.

b.To change the password login to the Probe JMX, then go  "MainProbe"

b1.Next go to "getEncryptedKeyPassword" and type the password that you want to set, then click on Invoke

b2.Copy the encrypted password and paste it on the "appilog.agent.Probe.JMX.BasicAuth.Pwd=" line of the file "DataFlowProbe.properties":

3. Save and restart the Probe