Changing the Key Store Password of the UltraVR

Function

This operation changes the CA certificate key store password of the UltraVR.

Format

updateBCMKeyStore.sh

Parameters

None

Usage Guidelines

  1. Use PuTTY to log in as root to the server where the UltraVR Server is installed.
  2. Run the TMOUT=0 command to prevent PuTTY from exiting due to session timeout.

    After you run this command, the system continues to run when no operation is performed, resulting a risk. For security purposes, you are advised to run exit to exit the system after completing your operations.

  3. Run cd /opt/UltraVR/Runtime/bin command to enter the script save path.

    In Linux, the installation path of the UltraVR Server is /opt/UltraVR. The path is fixed.

  4. Run the sh shutdownSystem.sh command and enter y to stop the UltraVR.
  5. Run the sh updateBCMKeyStore.sh command and enter the old password of the key store BCM@DataProtect123.
  6. Type a new password and press Enter.

    The password complexity requirements are as follows:

    • Contains 8 to 15 characters.
    • Must contain special characters, including ~!@#$%*-_=+[{}];:\,./?
    • Must contain at least two of the following types of characters:
    • Lowercase letters
    • Uppercase letters
    • Digits
    • Must be different from old passwords.
  7. Type the new password again and press Enter.
  8. Run the sh startSystem.sh command to start the UltraVR.

Example

Linux is used as an example.

linux-h8g4:/opt/UltraVR/Runtime/bin # sh updateBCMKeyStore.sh  
Please enter the old password of the key store: 
Please enter the new password again: 
Updating...please wait. 
Succeeded in updating the password of the key store.     

Copyright © Huawei Technologies Co., Ltd.