Function
This operation changes the CA certificate key store password of the UltraVR.
Format
updateBCMKeyStore.sh
Usage Guidelines
- Use PuTTY to log in as root to the server where the UltraVR Server is installed.
- 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.
- 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.
- Run the sh shutdownSystem.sh command and enter y to stop the UltraVR.
- Run the sh updateBCMKeyStore.sh command and enter the old password of the key store BCM@DataProtect123.
- 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.
- Type the new password again and press Enter.
- 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.