There are several ways to start and stop SAP Control Center or the SCC agent. You can start manually, which is useful for testing and troubleshooting, or set the service to start automatically and to restart in case of failure.
This topic applies to both SAP Control Center (the server, which includes the management UI) and the SCC agent that runs on each product server managed by SCC. When you install SCC and the SCC agent in the same directory by selecting both options in the installer, you always start and stop them together—by executing a single command or controlling a single service. This topic applies both to singleton installations (which do not use a shared disk) and to instances of SCC agents and servers running from a shared disk.
In a singleton installation, the installer lets you start SCC or the SCC agent as a service and configures the service to restart automatically. Before starting, check the Windows Services list for an SAP Control Center service.
Here are the steps for each starting and stopping option:
%SYBASE%\SCC-3_3\bin\scc.bat
%SYBASE%\SCC-3_3\bin\scc.bat -instance <instance-name>
You can omit the -instance option if the instance’s name is the same as its host name (the default).
%SYBASE%\SCC-3_3\bin\scc.bat --stop
%SYBASE%\SCC-3_3\bin\scc.bat --stop -instance <instance-name>
You can omit the -instance option if the instance’s name is the same as its host name (the default).
net start "SAP control center 3.3" The SAP Control Center 3.3 service is starting...... The SAP Control Center 3.3 service was started successfully.
net start "SAP control center 3.3 (Boston-1)" The SAP Control Center 3.3 (Boston-1) service is starting...... The SAP Control Center 3.3 (Boston-1) service was started successfully.
net stop "SAP control center 3.3" The SAP Control Center 3.3 service is stopping..... The SAP Control Center 3.3 service was stopped successfully.
net stop "SAP control center 3.3 (Boston-1)" The SAP Control Center 3.3 (Boston-1) service is stopping..... The SAP Control Center 3.3 (Boston-1) service was stopped successfully.