[MCOL-3727] postConfigure run - hostname: command not found Created: 2020-01-16 Updated: 2020-01-17 Resolved: 2020-01-17 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | N/A |
| Affects Version/s: | 1.4.2 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | David Hill (Inactive) | Assignee: | Unassigned |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Following the 1.4.2 centos 8 1 instance install guide, the following errors line was reported when running postConfigure Doc following https://mariadb.com/docs/deploy/single-columnstore-centos8-col14/ $ sudo columnstore-post-install postConfigure [centos@ip-172-30-0-201 ~]$ sudo postConfigure -qs This is the MariaDB ColumnStore System Configuration and Installation tool. IMPORTANT: This tool requires to run on the Performance Module #1 With the no-Prompting Option being specified, you will be required to have the following: 1. Root user ssh keys setup between all nodes in the system or ===== Quick Install Single-Server Configuration ===== Single-Server install is used when there will only be 1 server configured Performing the Single Server Install. Enter System Name (columnstore-1) > ===== Setup Storage Configuration ===== ----- Setup Performance Module DBRoot Data Storage Mount Configuration ----- Columnstore supports the following storage options...
These options are available on this system: [1, 2, 4] Enter the list (Nx,Ny,Nz) or range (Nx-Nz) of DBRoot IDs assigned to module 'pm1' (1) > ===== Performing Configuration Setup and MariaDB ColumnStore Startup ===== NOTE: Setting 'NumBlocksPct' to 50% Running the MariaDB ColumnStore setup scripts post-mysqld-install Successfully Completed postConfigure did complete |
| Comments |
| Comment by David Hill (Inactive) [ 2020-01-16 ] |
|
same line in log file [root@ip-172-30-0-201 columnstore_tmp_files]# cat post-mysqld-install.log line 423
|
| Comment by Andrew Hutchings (Inactive) [ 2020-01-17 ] |
|
Looks like the base image you used is missing the "hostname" command. You can install this using "yum install hostname". |
| Comment by David Hill (Inactive) [ 2020-01-17 ] |
|
Should that be added as a Dependency and added |
| Comment by Andrew Hutchings (Inactive) [ 2020-01-17 ] |
|
Closing as won't fix as this only happens in mysql-Columnstore and mysql-Columnstore is going away in 1.4.3 to fix |