Changing the default EIF Receiver or Data Collector password
You can change the default password that the Data Collector and EIF Receiver use to connect to IBM® Operations Analytics Log Analysis.
About this task
After you install IBM Operations Analytics Log Analysis,
the EIF Receiver and the Data Collector are
configured to use the default user name and password to connect to IBM Operations Analytics Log Analysis.
The encrypted passwords are defined in the following files:
- Data Collector client is named <HOME>/IBM/LogAnalysis/utilities/datacollector-client/javaDatacollector.properties.
- EIF Receiver is named<HOME>/IBM/LogAnalysis/UnityEIFReceiver/config/unity.conf.
IBM Operations Analytics Log Analysis uses
the Advanced Encryption Standard (AES) to encrypt and decrypt passwords
for your installation, in the following format:
password={aes}<Unique_string_of_alphanumeric_characters>
For
example, the javaDatacollector.properties file
uses the
unityuser
user ID to access the Data Collector server.
In this example, IBM Operations Analytics Log Analysis uses
the Advanced Encryption Standard (AES) to generate the following password:{aes}7DB629EC03AABEC6C4484F160FB23EE8
The
encrypted password is replicated to the configuration files for the
Data Collector and the EIF Receiver.Procedure
Example
For example, you want to change the default password for
the default user that the Data Collector and
EIF Receiver use to connect to IBM Operations Analytics Log Analysis to myNewPassword.
Complete the following steps:
- Go to the IBM/LogAnalysis/utilities directory.
- Run the unity_securityUtility.sh command
as follows:
[utilities]$ ./unity_securityUtility.sh encode myNewPassword Using keystore file unity.ks <HOME>/IBM/LogAnalysis/utilities/../wlp/usr/servers/Unity/ keystore/unity.ks {aes}E6FF5235A9787013DD2725D302F7D08
- Copy the AES encrypted password to the relevant configuration
files, for example copy it to the Data Collector file.
You must copy the complete, encrypted string from the command output,
including the
{aes}
prefix. For example:{aes}E6FF5235A9787013DD2725D302F7D088