You must initialize the RDS management platform after the RDS component VMs are deployed.
Log in to the management node VM and execute the cd /data/hotdb-cloud-management command to access the hotdb-cloud-management folder.
Execute the installation script.
For standalone deployment, execute the sh install.sh all command.
For cluster deployment, execute the sh install.sh all host=RDS component VM IP1, VM IP2, VM IP3 vip=VIP of RDS management platform.
Copy all packages in the /data/packages-2.7.8 directory to the target folder. This step uses 2.7.8 as an example.
cp /data/packages-2.7.8/* /data/hotdb-cloud-management/hotdb-cloud-manager-sub-2.7.8.0/initData/server/
Execute the sh hcm-server check all command under the /data/hotdb-cloud-management directory to check the installation result. If none of the components is stopped, all services have started up correctly.