[MCOL-1699] amazon EC2 install add module/dbroot failed to restart up Created: 2018-09-06 Updated: 2023-10-26 Resolved: 2019-03-04 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | 1.1.6 |
| Fix Version/s: | 1.1.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | David Hill (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
amazon ec2 AMI 1um/2pm starting setup |
||
| Description |
|
adding a um and successful did s startsystem at the end. mcsadmin> alterSystem-enableModule pm3 This command starts the processing of applications on a Module within the MariaDB ColumnStore System Enabling Modules Performance Module(s) Enabled, run movePmDbrootConfig or assignDbrootPmConfig to assign dbroots, if needed mcsadmin> adddbroot 1 Enter EBS storage size in GB, current setting is 50 : New DBRoot IDs added = 3 mcsadmin> assignDbrootPmConfig 3 pm3 DBRoot IDs assigned to 'pm3' = Changes being applied DBRoot IDs assigned to 'pm3' = 3 Successfully Assigned DBRoots mcsadmin> starts System being started, please wait... TIMEOUT: ProcMon not responding to getSystemStatus
mcsadmin> getsystemi System 1.1.6 System and Module statuses Component Status Last Status Change Module um1 ACTIVE Thu Sep 6 16:18:03 2018 Active Parent OAM Performance Module is 'pm1' MariaDB ColumnStore Process statuses Process Module Status Last Status Change Process ID ProcessMonitor um2 ACTIVE Thu Sep 6 16:10:37 2018 2347 ProcessMonitor pm1 ACTIVE Thu Sep 6 15:12:12 2018 4101 ProcessMonitor pm2 ACTIVE Thu Sep 6 15:12:56 2018 2027 ProcessMonitor pm3 ACTIVE Thu Sep 6 16:16:29 2018 1933 Sep 6 16:16:10 ip-172-31-32-225 ProcessMonitor[1933]: 10.529831 |0|0|0| D 18 CAL0000: checkDataMount called [root@ip-172-31-32-225 columnstore]# cat err.log pm1 logs for the add dbroot Sep 6 16:18:07 ip-172-31-46-167 ProcessManager[4238]: 07.966607 |0|0|0| I 17 CAL0000: ENABLEMODULE: ACK back to sender |
| Comments |
| Comment by David Hill (Inactive) [ 2018-09-06 ] |
|
maybe related to this code check Sep 6 16:16:09 ip-172-31-32-225 ProcessMonitor[1933]: 09.473800 |0|0|0| D 18 CAL0000: Cloud setting = amazon-vpc if ( cloud == "amazon-ec2" ) { } |
| Comment by David Hill (Inactive) [ 2018-09-06 ] |
|
Sep 6 20:36:00 ip-172-31-40-34 ProcessMonitor[2018]: 00.021990 |0|0|0| D 18 CAL0000: amazonVolumeCheck function called for DBRoot3 |
| Comment by David Hill (Inactive) [ 2018-09-11 ] |
|
added error checking and found issue, return code not being seen correctly // run script to get Volume Status if (WEXITSTATUS(ret) != 0 ){ Sep 11 15:47:02 ip-172-31-38-8 ProcessMonitor[1931]: 02.001055 |0|0|0| D 18 CAL0000: amazonVolumeCheck function called for DBRoot2 ./MCSVolumeCmds.sh describe vol-0d7ec60962135c38e |
| Comment by David Hill (Inactive) [ 2018-09-11 ] |
|
fixed mcsadmin> addmodule pm 1 Enter the 'User' Password or 'ssh' if configured with ssh-keys Adding Modules pm2, please wait... mcsadmin> adddbroot 1 Enter EBS storage size in GB, current setting is 50 : New DBRoot IDs added = 2 mcsadmin> alterSystem-enableModule pm2 This command starts the processing of applications on a Module within the MariaDB ColumnStore System Enabling Modules Performance Module(s) Enabled, run movePmDbrootConfig or assignDbrootPmConfig to assign dbroots, if needed mcsadmin> assignDbrootPmConfig 2 pm2 DBRoot IDs assigned to 'pm2' = Changes being applied DBRoot IDs assigned to 'pm2' = 2 Successfully Assigned DBRoots mcsadmin> starts System being started, please wait... mcsadmin> |
| Comment by Daniel Lee (Inactive) [ 2019-03-04 ] |
|
Build verified: 1.1.6-1 |