Manually stopping and starting components of Cloud Lifecycle Management
In most environments, use the CLM Self Checker to stop and restart BMC Cloud Lifecycle Management component services, as described in Monitoring BMC Cloud Lifecycle Management health with the CLM Self Checker. However, this approach does not work in HA environments or with older versions of BMC Cloud Lifecycle Management (before 4.5.x).
To ensure that your cloud environment is working properly, you must stop and restart the services in the following order.
Stop order
You must stop the services in the following order:
- CLM Self-Check Monitor
- BMC Network Automation
- Mid Tier
- Atrium Web Registry
- Cloud Portal and Database
- Platform Manager (OSGi)
- BMC Atrium Orchestrator
- BMC Server Automation and PXE
- Cloud Portal Web Application
Start order
You must start the services in the following order:
- BMC Server Automation and PXE
- BMC Atrium Orchestrator
- Cloud Portal and Database
- Platform Manager (OSGi)
- Atrium Web Registry
- Mid Tier
- BMC Network Automation
- Cloud Portal Web Application
- CLM Self-Check Monitor
Cloud Lifecycle Management application start and stop scripts for Linux
You can start and stop individual BMC Cloud Lifecycle Management applications for Linux with the following scripts.
BMC Cloud Lifecycle Management applications | Script |
---|---|
RSCD Agent (on each VM) | /etc/init.d/rscd start /etc/init.d/rscd stop |
BMC Remedy AR System – Cloud Portal and Database | /opt/bmc/ARSystem/bin/ ./arsystem stop ./arsystem start |
BMC Server Automation (clm-bsa) | /etc/init.d/blappserv start /etc/init.d/blappserv stop |
BMC Atrium Orchestrator (clm-bao) | /opt/bmc/ao-platform/amrepo/bin/bao.sh start /opt/bmc/ao-platform/amrepo/bin/bao.sh stop /opt/bmc/ao-platform/cdp/bin/bao.sh start /opt/bmc/ao-platform/cdp/bin/bao.sh stop |
BMC Remedy Mid Tier | /opt/apache/tomcat7.0/bin/startup.sh /opt/apache/tomcat7.0/bin/shutdown.sh |
Atrium Core Web Registry Components/Atrium Web Services | /opt/apache/tomcat7.0/bin/startup.sh /opt/apache/tomcat7.0/bin/shutdown.sh |
BMC Network Automation (clm-bna) | /etc/init.d/enatomcat start /etc/init.d/xinetd restart |
BMC Cloud Platform Manager (OSGi) (clm-pm) | /etc/init.d/bmccsm stop /etc/init.d/bmccsm start /etc/init.d/BMCQuickStart stop /etc/init.d/BMCQuickStart start |
Cloud Portal Web Application | /opt/bmc/CloudPortalWebApplication/tomcat/bin/startup.sh /opt/bmc/CloudPortalWebApplication/tomcat/bin/shutdown.sh |
CLM Self-Check Monitor | /opt/bmc/selfchecker/tomcat/bin/startup.sh /opt/bmc/selfchecker/tomcat/bin/shutdown.sh |