Start & Stop MaxDB Database

You can use one of the following method (DBM GUI or DBM CLI) to execute the start and stop of MaxDB database.

Start & Stop via DBM GUI

1. Access to your DBM GUI. Go to Actions. Select Offline to shutdown and Online to start.

Note

The database always shuts down (offline) when it is switched from online to admin mode, you can either switch to offline and then to admin or switch directly to admin. There is no difference!

Start & Stop via DBM CLI

Shutdown:

dbmcli –d <db_name> -u <dbm_user>,<password> db_offline

Restart:

dbmcli –d <db_name> -u <dbm_user>,<password> db_online

Note

If you want to perform some administrative tasks and no user should be connected to the database instance, you can put the database into state ADMIN:

dbmcli –d <db_name> -u <dbm_user>,<password> db_admin

You May Also Like

5 Comments

Leave a Reply?