Log in to the master server as user ossadm and run the following commands:
. /opt/cloud/manager/bin/engr_profile.sh:
ipmc_adm -cmd statusapp //View the status of all services.
ipmc_adm -cmd statusapp -app CMServer /Check the status of the CMServer service.
ipmc_adm -cmd statusapp|egrep -v "RUNNING" // filtering service is not started or is abnormal.
ipmc_adm -cmd restartapp -app CMServer //Restart the CMServer service.
ipmc_adm -cmd stopapp -app CMServer //Stop the CMServer service.
ipmc_adm -cmd startapp -app CMServer //Start the CMServer service.