diff --git a/oamapps/mcsadmin/mcsadmin.cpp b/oamapps/mcsadmin/mcsadmin.cpp index 00b8efbeb..af556ec47 100644 --- a/oamapps/mcsadmin/mcsadmin.cpp +++ b/oamapps/mcsadmin/mcsadmin.cpp @@ -719,6 +719,11 @@ int processCommand(string* arguments) vector srcDbroots; // all of the currently configured dbroots vector destDbroots; // srcDbroots - removeDbroots set::iterator dbiter; + if (!oam.checkSystemRunning()) + { + cout << "Mariadb ColumnStore is not running" << endl; + break; + } if (arguments[1] == "start") { // Get a list of all the configured dbroots in the xml file.