6.5
Table Of Contents
- VMware vSphere Replication Installation and Configuration
- Contents
- vSphere Replication Installation and Configuration
- Updated Information
- Overview of VMware vSphere Replication
- vSphere Replication System Requirements
- Installing and Uninstalling vSphere Replication
- Install vSphere Replication
- Uninstall vSphere Replication
- Unregister vSphere Replication from vCenter Server if the Appliance Was Deleted
- Configuring the Customer Experience Improvement Program
- Isolating the Network Traffic of vSphere Replication
- Set Up a VMkernel Adapter for vSphere Replication Traffic on a Source Host
- Set Up a VMkernel Adapter for vSphere Replication Traffic on a Target Host
- Create a VM Network Adapter to Use for Incoming Replication Traffic on the Combined vSphere Replication Appliance
- Create VM Network Adapters to Isolate the Network Traffic of a vSphere Replication Server
- Deploying Additional vSphere Replication Servers
- Upgrading vSphere Replication
- Reconfigure the vSphere Replication Appliance
- Reconfigure General vSphere Replication Settings
- Change the SSL Certificate of the vSphere Replication Appliance
- Change the Password of the vSphere Replication Appliance
- Change Keystore and Truststore Passwords of the vSphere Replication Appliance
- Configure vSphere Replication Network Settings
- Configure vSphere Replication System Settings
- Update the NTP Server Configuration
- Reconfigure vSphere Replication to Use an External Database
- Use the Embedded vSphere Replication Database
- vSphere Replication Roles and Permissions
2 Obtain the current hms-keystore password.
# /opt/vmware/hms/bin/hms-configtool -cmd list | grep keystore
Example of the output hms-keystore-password = old_password
3 Change the hms-keystore password.
# /usr/java/default/bin/keytool -storepasswd -storepass old_password -new new_password -
keystore /opt/vmware/hms/security/hms-keystore.jks
4 Change the vSphere Replication appliance private key password.
# /usr/java/default/bin/keytool -keypasswd -alias jetty -keypass
old_password -new new_password -storepass new_password -keystore
/opt/vmware/hms/security/hms-keystore.jks
5 Update the configuration with the new password.
/opt/vmware/hms/bin/hms-configtool -cmd reconfig -property
'hms-keystore-password=new_password'
6 Reboot the appliance for the changes to take effect.
# reboot
7 To change the hms-truststore.jks password, log in as root.
8 Obtain the current hms-truststore password.
# /opt/vmware/hms/bin/hms-configtool -cmd list | grep truststore
Example of the output: hms-truststore-password = old_password
9 Change the hms-truststore password.
# /usr/java/default/bin/keytool -storepasswd -storepass
old_password -new new_password -keystore
/opt/vmware/hms/security/hms-truststore.jks
10 Update the configuration with the new password.
/opt/vmware/hms/bin/hms-configtool -cmd reconfig -property
'hms-truststore-password=new_password'
11 Restart the vSphere Replication service.
# service hms restart
VMware vSphere Replication Installation and Configuration
VMware, Inc. 55