[MCOL-612] Installing and Configuring a Multi Server: error return from distributeConfigFile Created: 2017-03-08 Updated: 2017-05-08 Resolved: 2017-05-08 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | installation |
| Affects Version/s: | 1.0.7 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | dic (Inactive) | Assignee: | David Hill (Inactive) |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Environment: |
centos-release-7-3.1611.el7.centos.x86_64 |
||
| Attachments: |
|
| Description |
|
1.Installing and Configuring a Multi Server ColumnStore System MariaDB ColumnStore successfully started ----- Starting MariaDB ColumnStore on local server ----- MariaDB ColumnStore successfully started MariaDB ColumnStore Database Platform Starting, please wait ................. 2.Check log: Debug log is in debug.log |
| Comments |
| Comment by David Thompson (Inactive) [ 2017-03-08 ] |
|
Can you check the um1 install log for any errors: /tmp/um1_binary_install.log or add it here? Also what does getSystemStatus and getProcessStatus show in mcsadmin? |
| Comment by David Thompson (Inactive) [ 2017-03-08 ] |
|
This is the problem output in the install script log: Error: can't locate mariadb-columnstore-1.0.7-1 Package in directory /root Please place a copy of the MariaDB ColumnStore Packages in directory /root and press <enter> to continue or enter 'exit' to exit the install > Please have the binary install tar gz (or rpms if installing that way) available in the root directory. This is then used to scp to the um1 node for installation. If this is the case then there is still a bug that the install should really fail at this point rather than later. |
| Comment by dic (Inactive) [ 2017-03-08 ] |
|
I can not start mcsadmin: |
| Comment by David Thompson (Inactive) [ 2017-03-08 ] |
|
Did it install successfully after this? Mcsadmin is added as an alias by the columstoreAlias script or you can fully qualify the path to the bin directory or you can add bin directory to your path. |
| Comment by dic (Inactive) [ 2017-03-08 ] |
|
This is result from mcsadmin: WARNING: running on non Parent OAM Module, can't make configuration changes in this session. MariaDB ColumnStore Admin Console mcsadmin> getSystemStatus System mymcs1 System and Module statuses Component Status Last Status Change
MariaDB ColumnStore Process statuses Process Module Status Last Status Change Process ID
|
| Comment by David Hill (Inactive) [ 2017-03-08 ] |
|
Also please check the server firewall settings on all nodes. This type of error generally points to a problem communicating between nodes. https://mariadb.com/kb/en/mariadb/preparing-for-columnstore-installation/#firewall-considerations Also the Trouble shooting guide has steps to help diagnosis the issue, which includes checking the firewall settings David Hill |
| Comment by dic (Inactive) [ 2017-03-09 ] |
|
1. Firewall status: |
| Comment by David Thompson (Inactive) [ 2017-03-09 ] |
|
CAn you confirm you ran postConfigure again before doing this? Is there anything new in the log file output that indicates an error? |
| Comment by David Thompson (Inactive) [ 2017-03-09 ] |
|
If still stuck, have you been able to do a single server install on one of these servers - might be a place to get started? |
| Comment by dic (Inactive) [ 2017-03-09 ] |
|
I ensure that I disabled firewalld before I ran postConfigure. System columnstore-1 System and Module statuses Component Status Last Status Change Module pm1 ACTIVE Thu Mar 9 14:43:57 2017 mcsadmin> getProcessStatus MariaDB ColumnStore Process statuses Process Module Status Last Status Change Process ID |
| Comment by David Thompson (Inactive) [ 2017-03-10 ] |
|
That's encouraging. Does it work ok on both servers? If so that will eliminate each individual server being a problem in which case it must be a problem with server to server but you've eliminated firewall and remote ssh access which are the most common setup problems. |
| Comment by David Thompson (Inactive) [ 2017-05-08 ] |
|
I saw something like this recently where the issue was due to performing the install with a non login root shell (ie. using su rather than su -). Could explain this. |