[MCOL-1204] postConfigure install fails - System Catalog Create Failure Created: 2018-02-06 Updated: 2018-02-16 Resolved: 2018-02-06 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | installation |
| Affects Version/s: | 1.1.3 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Critical |
| Reporter: | David Hill (Inactive) | Assignee: | David Hill (Inactive) |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
google 2pm combo system centos 7 feb 6 build |
||
| Sprint: | 2018-03 |
| Description |
|
performing a new install on a 2pm combco system and postConfigure errors out with System Catalog Create Failure. ----- Starting MariaDB ColumnStore on local server ----- MariaDB ColumnStore successfully started MariaDB ColumnStore Database Platform Starting, please wait ............. DONE System Catalog Create Failure [root@centos-7-yum-pm1 bin]# ./dbrmctl status [root@centos-7-yum-pm1 tmp]# cat dbbuilder.status Creating SYSTABLE [root@centos-7-yum-pm1 dbrm]# ll root@centos-7-yum-pm1 bin]# ma getsystemi System columnstore-1 System and Module statuses Component Status Last Status Change Module pm1 ACTIVE Tue Feb 6 15:31:41 2018 Active Parent OAM Performance Module is 'pm1' MariaDB ColumnStore Process statuses Process Module Status Last Status Change Process ID ProcessMonitor pm2 ACTIVE Tue Feb 6 15:30:56 2018 1946 Active Alarm Counts: Critical = 1, Major = 0, Minor = 0, Warning = 0, Info = 0 |
| Comments |
| Comment by David Hill (Inactive) [ 2018-02-06 ] |
|
discovered the problem was related to the system not being correctly cleaned up before a new install was done. pm2 still had a set of rpm packages installed and had some process running. on the second install, I installed the rpm packaged from pm2 and delete the /usr/local/mariadb on both directories, then successfully reinstalled from scratch... |