[MCOL-1019] Cloud formation template to Automate MCS Cluster deployment Created: 2017-11-07 Updated: 2023-10-26 Resolved: 2021-02-19 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.0.11 |
| Fix Version/s: | N/A |
| Type: | New Feature | Priority: | Major |
| Reporter: | Abhinav santi | Assignee: | Todd Stoffel (Inactive) |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | None | ||
| Environment: |
MCS AWS AMI, Centos7 |
||
| Description |
|
1) How to pass the values to postConfigure binary using a file (not interactive). |
| Comments |
| Comment by David Hill (Inactive) [ 2017-11-13 ] |
|
1. yes, configuration values can be passed into postConfigure using the following example.
This is the MariaDB ColumnStore System Configuration and Installation tool. IMPORTANT: This tool should only be run on the Parent OAM Module Prompting instructions: Press 'enter' to accept a value in (), if available or ===== Setup System Server Type Configuration ===== There are 2 options when configuring the System Server Type: single and multi 'single' - Single-Server install is used when there will only be 1 server configured 'multi' - Multi-Server install is used when you want to configure multiple servers now or Select the type of System Server install [1=single, 2=multi] (1) > 1 Performing the Single Server Install. ===== Setup Storage Configuration ===== ----- Setup Performance Module DBRoot Data Storage Mount Configuration ----- There are 2 options when configuring the storage: internal or external 'internal' - This is specified when a local disk is used for the DBRoot storage. 'external' - This is specified when the DBRoot directories are mounted. Select the type of Data Storage [1=internal, 2=external] (1) > 1 Enter the list (Nx,Ny,Nz) or range (Nx-Nz) of DBRoot IDs assigned to module 'pm1' (1) > 1 ===== Performing Configuration Setup and MariaDB ColumnStore Startup ===== NOTE: Setting 'NumBlocksPct' to 50% Running the MariaDB ColumnStore setup scripts post-mysqld-install Successfully Completed Starting MariaDB Columnstore Database Platform MariaDB ColumnStore Database Platform Starting, please wait ..... DONE MariaDB ColumnStore Install Successfully Completed, System is Active Enter the following command to define MariaDB ColumnStore Alias Commands . /usr/local/mariadb/columnstore/bin/columnstoreAlias Enter 'mcsmysql' to access the MariaDB ColumnStore SQL console [root@ip-172-30-0-119 ~]# 2. There is no Cloud Formation template for ColumnStore at this time. MicroSoft Azure is a cloud system is being considered for ColumnStore in the future and we current release AMI's on Amazon. |
| Comment by Abhinav santi [ 2017-11-21 ] |
|
Thanks David. the solution works fine till it reaches the below step. Since I'm using ssh keys i have to manally hit enter. |
| Comment by David Hill (Inactive) [ 2017-11-21 ] |
|
do this to get around that ssh key issue, you can pass in the password or ssh as a command line argument cat ss-config.txt | /usr/local/mariadb/columnstore/bin/postConfigure -p ssh |
| Comment by Abhinav santi [ 2017-11-21 ] |
|
Thanks I will give it a try. |