Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
(1) During postConfig where system is asked from the user
Performing a Single Server Install.
|
Enter System Name (calpont-1) > mymcs1 |
The task is to change the default suggested system name from calpont-1 to mcs-1
(2) At the end of postConfigure when the install is complete. Following message is displayed
Running the Infindb Mysql setup scripts
|
|
Starting MySQL.. [ OK ]
|
Shutting down MySQL. [ OK ]
|
|
Starting MariaDB ColumnStore Database Platform
|
|
Starting MySQL.
|
|
Starting MariaDB ColumnStore Database Plaform, please wait......... DONE
|
|
System Catalog Successfully Created
|
|
MariaDB ColumnStore Install Successfully Completed, System is Active
|
|
Enter the following command to define MariaDB ColumnStore Alias Commands
|
|
. /usr/local/MariaDB/Columnstore/bin/calpontAlias
|
|
Enter 'mcsmysql' to access the mysqld console |
|
Enter 'cc' to access the MariaDB ColumnStore OAM console |
This task is to
(a) Replace the line "Running the Infindb Mysql setup scripts" to "Running the MariaDB ColumnStore Server setup scripts"
(b) In the middle where the above message refers to ". /usr/local/MariaDB/Columnstore/bin/calpontAlias" - change the script file name from clapontAlias to mcsAlias - and update this in postconfigre message.
(3)