Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.1.2
-
None
-
None
-
non-root amazon AMI
-
2018-01, 2018-02
Description
after an successfully install on non-root amazon ami system, need to do another install run.
but when I did the following, I got the error in postConfigure .
ma shutd y
/home/mariadb-user/mariadb/columnstore/bin/pre-uninstall --installdir=/home/mariadb-user/mariadb/columnstore
/home/mariadb-user/mariadb/columnstore/bin/post-install --installdir=/home/mariadb-user/mariadb/columnstore
/home/mariadb-user/mariadb/columnstore/bin/postConfigure -i /home/mariadb-user/mariadb/columnstore
This is the MariaDB ColumnStore System Configuration and Installation tool.
It will Configure the MariaDB ColumnStore System and will perform a Package
Installation of all of the Servers within the System that is being configured.
IMPORTANT: This tool should only be run on the Parent OAM Module
which is a Performance Module, preferred Module #1
Prompting instructions:
Press 'enter' to accept a value in (), if available or
Enter one of the options within [], if available, or
Enter a new value
MariaDB ColumnStore is running, can't run postConfigure while MariaDB ColumnStore is running. Exiting..
---------------------------------------------------------------------------------------------------
discovered an error in the post-install that was causing the columnstore service to start up
$SUDO systemctl restart rc-local >/dev/null 2>&1
$SUDO systemctl enable rc-local >/dev/null 2>&1
The restart needs to be changed to start..