Starting and stopping the OpsCenter database
The startdb script is used to start the OpsCenter database. The stopdb script is used to stop the OpsCenter database.
To start the database server on Windows and UNIX
- To start the OpsCenter database on Windows, run the following command:
INSTALL_PATH\OpsCenter\server\bin\startdb.bat
To start the OpsCenter database on UNIX, run the following command:
<INSTALL_PATH>/SYMCOpsCenterServer/bin/startdb
To stop the database server on Windows and UNIX
- To stop the OpsCenter database on Windows, run the following command:
INSTALL_PATH\OpsCenter\server\bin\stopdb.bat
To stop the OpsCenter database on UNIX, run the following command:
<INSTALL_PATH>/SYMCOpsCenterServer/bin/stopdb