Updated on 2022-11-23 GMT+08:00

Changing the Password of the OMS Database Administrator

Scenario

It is recommended that the administrator periodically change the password of the OMS database administrator to improve the system O&M security.

Procedure

  1. Log in to the active management node as user root.

    The password of user ommdba cannot be changed on the standby management node. Otherwise, the cluster may not work properly. Change the password on the active management node only.

  2. Run the following command to switch to another user:

    su - omm

  3. Run the following command to go to the related directory:

    cd $OMS_RUN_PATH/tools

  4. Run the following command to change the password for user ommdba:

    mod_db_passwd ommdba

  5. Enter the old password of user ommdba and enter a new password twice.

    The password must meet the following complexity requirements:

    • Contains 16 to 32 characters.
    • Contains at least three types of the following: uppercase letters, lowercase letters, numbers, and special characters (~`!@#$%^&*()-+_=\|[{}];",<.>/?).
    • Cannot be the same as the username or the username spelled backwards.
    • Cannot be the same as the last 20 historical passwords.

    If the following information is displayed, the password is changed.

    Congratulations, update [ommdba] password successfully.