/maxdb/programs/bin
Procedure
Starting the Database (Transfer to the ONLINE Operational State)
Call Database Manager CLI, log on as operator DBM with password DBM, connect to the database DEMODB, and transfer the database to the ONLINE operational state:
[root@<Server> bin]# ./dbmcli -u superdba,Password -d SDB db_online
OK
[root@<Server> bin]#
Stopping the Database (Transfer to the OFFLINE Operational State)
Call Database Manager CLI, log on as operator DBM with password DBM, connect to the database DEMODB, and transfer the database to the OFFLINE operational state:
./dbmcli -u superdba,Password -d SDB db_offline
OK
Displaying the Current Operational State of the Database
Call Database Manager CLI, log on as operator DBM with password DBM, connect to the database DEMODB, and display the operational state of the database:
./dbmcli -u superdba,Password -d SDB db_state
OK
State
ONLINE
[root@<Server> bin]#
OK
OFFLINE
Comments
Post a Comment