There are several ways to start and stop Sybase 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 Sybase Control Center (the server) and the Sybase Control Center agent that runs on each product server managed by SCC. It applies to both singleton installations and instances of SCC agents and servers running from a shared disk.
In a singleton installation, the installer lets you start Sybase Control Center or the SCC agent as a service and configures the service to restart automatically. Before starting, check the Windows Services list for a Sybase Control Center service.
Here are the steps for each starting and stopping option:
%SYBASE%\SCC-3_2\bin\scc.bat
%SYBASE%\SCC-3_2\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_2\bin\scc.bat --stop
%SYBASE%\SCC-3_2\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 "sybase control center 3.2.7" The Sybase Control Center 3.2.7 service is starting...... The Sybase Control Center 3.2.7 service was started successfully.
net start "sybase control center 3.2.7 (Boston-1)" The Sybase Control Center 3.2.7 (Boston-1) service is starting...... The Sybase Control Center 3.2.7 (Boston-1) service was started successfully.
net stop "sybase control center 3.2.7" The Sybase Control Center 3.2.7 service is stopping..... The Sybase Control Center 3.2.7 service was stopped successfully.
net stop "sybase control center 3.2.7 (Boston-1)" The Sybase Control Center 3.2.7 (Boston-1) service is stopping..... The Sybase Control Center 3.2.7 (Boston-1) service was stopped successfully.