Friday, 21 July 2017

MAXDB get online and offline command

Tags


Here are the correct dbmcli commands to Start | Stop | Restart

Start DB:

dbmcli -d <db_name>-u<db_user>,<db_password>db_online


Stop DB:

dbmcli -d <db_name>-u<db_user>,<db_password>db_offline

Restart DB:

dbmcli -d<db_name>-u<db_user>,<db_password>db_online

Want to do admin task in MAXDB run the below command

ADMIN :

dbmcli -d<db_name>-u<db_user>,<db_password> db_admin

This are the basic commands  .


EmoticonEmoticon

:)
:(
hihi
:-)
:D
=D
:-d
;(
;-(
@-)
:o
:>)
(o)
:p
:-?
(p)
:-s
8-)
:-t
:-b
b-(
(y)
x-)
(h)

Note: only a member of this blog may post a comment.