How to disable the boot server services on a Domain Manager/Scalability Server?
book
Article ID: 52903
calendar_today
Updated On:
Products
CA Automation Suite for Data Centers - Configuration AutomationCA Client Automation - Asset ManagementCA Client Automation - IT Client ManagerCA Client AutomationCA Client Automation - Remote ControlCA Client Automation - Asset IntelligenceCA Client Automation - Desktop Migration ManagerCA Client Automation - Patch ManagerCA Server Automation
Issue/Introduction
All the boot server related services are controlled by 'SDMPCSERVER' sub-service/plugin under the CAF Service. To disable this service completely you need to execute the following commands on the respective server:
caf stop sdmpcserver -> Stops the SDMPCSERVER Services.
caf disable sdmpcserver -> Disables the SDMPCSERVER Services.
caf noauto sdmpceserver -> Sets the SDMPCSERVER services to manual so that the service would not start automatically the next time when the server is rebooted or restarted.