diff --git a/oam/etc/ConsoleCmds.xml b/oam/etc/ConsoleCmds.xml index f1d1d5bc6..8a2c58175 100644 --- a/oam/etc/ConsoleCmds.xml +++ b/oam/etc/ConsoleCmds.xml @@ -97,17 +97,17 @@ addDbroot - Add DBRoot Disk storage to the InfiniDB System + Add DBRoot Disk storage to the MariaDB Columnstore System Required: Number of DBRoots to be added removeDbroot - Remove DBRoot Disk storage from the InfiniDB System + Remove DBRoot Disk storage from the MariaDB Columnstore System Required: List of Dbroot IDs to be removed stopSystem - Stops the processing of the InfiniDB System + Stops the processing of the MariaDB Columnstore System It will leave the Modules powered on and the Operating Systems enable This command might be used for Software Maintenance reasons Optional: GRACEFUL/FORCEFUL is the mode the process will be taken down. Default is FORCEFUL @@ -115,21 +115,21 @@ shutdownSystem - Shuts down the InfiniDB System - This command stops the processing of applications on all Modules within the InfiniDB System + Shuts down the MariaDB Columnstore System + This command stops the processing of applications on all Modules within the MariaDB Columnstore System It should be using when performing an upgrade Optional: GRACEFUL/FORCEFUL is the mode the process will be taken down. Default is FORCEFUL Optional: ACK_YES/ACK_NO is Acknowledgment response or not. Default is ACK_YES startSystem - Starts a stopped or shutdown InfiniDB System + Starts a stopped or shutdown MariaDB Columnstore System If system is shutdown, then a server root password should be entered if a ssh key is not defined Optional: Server-root-password restartSystem - Restarts a stopped or shutdown InfiniDB System + Restarts a stopped or shutdown MariaDB Columnstore System If system is shutdown, then a server root password should be entered if a ssh key is not defined Optional: GRACEFUL/FORCEFUL is the mode the process will be taken down. Default is FORCEFUL Optional: ACK_YES/ACK_NO is Acknowledgment response or not. Default is ACK_YES @@ -138,13 +138,13 @@ getSystemStatus Get System and Modules Status - Get Status of the InfiniDB System and the modules within the InfiniDB Appliance + Get Status of the MariaDB Columnstore System and the modules within the MariaDB Columnstore System None getProcessStatus - Get InfiniDB Process Statuses - Get Status of the InfiniDB Processes witin the InfiniDB System + Get MariaDB Columnstore Process Statuses + Get Status of the MariaDB Columnstore Processes witin the MariaDB Columnstore System None @@ -195,7 +195,7 @@ getStorageStatus Get System Storage Status - Get Status of the InfiniDB DBRoot Storages within the InfiniDB Appliance + Get Status of the MariaDB Columnstore DBRoot Storages within the MariaDB Columnstore System Only Valid for External Configured disk None @@ -214,12 +214,12 @@ suspendDatabaseWrites - Suspend performing writes to the InfiniDB Database + Suspend performing writes to the MariaDB Columnstore Database None resumeDatabaseWrites - Resume performing writes to the InfiniDB Database + Resume performing writes to the MariaDB Columnstore Database None @@ -292,16 +292,16 @@ Required: MySQL Password or 'none' if not configured - getCalpontSoftwareInfo - Get the InfiniDB RPM detailed information + getSoftwareInfo + Get the MariaDB Columnstore Package information None addModule - Add a Module within the InfiniDB System + Add a Module within the MariaDB Columnstore System This command is used to configure a Module to the Configuration - Database within the InfiniDB System. It will also install the - InfiniDB Packages and setup the module to make it ready to be restored + Database within the MariaDB Columnstore System. It will also install the + MariaDB Columnstore Packages and setup the module to make it ready to be restored Required: Module-type or Module-name being added Required: Number-of-Modules being added when Module-type is specified Optional: Server-Hostnames/Amazon-Instance-Names seperated by commas @@ -309,9 +309,9 @@ removeModule - Remove a Module within the InfiniDB System + Remove a Module within the MariaDB Columnstore System This command is used to unconfigure a Module from the Configuration - Database within the InfiniDB System + Database within the MariaDB Columnstore System Required: Module-type or Module-name being removed Required: Number-of-Modules being remove when Module-type is specified @@ -405,14 +405,14 @@ alterSystem-disableModule Disable a Module and Alter the InfiniDB System This command is used to place a Module in an disable state - and restart the associated processes the InfiniDB System. + and restart the associated processes the MariaDB Columnstore System. Required: Module-name(s) being placed disable alterSystem-enableModule - Enable a Module and Alter the InfiniDB System + Enable a Module and Alter the MariaDB Columnstore System This command is used to place a Module in an enable state - and restart the associated processes the InfiniDB System. + and restart the associated processes the MariaDB Columnstore System. Required: Module-name(s) being placed enable diff --git a/oamapps/mcsadmin/mcsadmin.cpp b/oamapps/mcsadmin/mcsadmin.cpp index 0cad2fa1a..7f44dd962 100644 --- a/oamapps/mcsadmin/mcsadmin.cpp +++ b/oamapps/mcsadmin/mcsadmin.cpp @@ -348,7 +348,7 @@ int main(int argc, char *argv[]) } // read input - pcommand = readline("MariaDB-Columnstore > "); + pcommand = readline("mscadmin> "); if (!pcommand) // user hit -D pcommand = strdup("exit");