[MCOL-4033] Columnstore Support tool should work without OAM Created: 2020-06-03 Updated: 2021-01-25 Resolved: 2020-08-28 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 1.5.3 |
| Type: | Task | Priority: | Major |
| Reporter: | Roman | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Should work as before most of the time. As of now we depend on a shell script that archives and compresses logs and additional information used by support. We need to test the script against a new OAM-less system both single-node and multi-node. |
| Comments |
| Comment by Ben Thompson (Inactive) [ 2020-06-12 ] |
|
NOTES: Process status information relied on ProcMon/ProcMgr heavily and processes status and pid information can be collected by scraping logfiles so this was omitted. ModuleResourceUsage information seems of little use and was not ported from ProcMon/ProcMgr messaging. this could be done if someone deems it necessary getActiveSQL statements functionally just scrapes the log file and can be done manually with log files. did not port. dbms collection commands were moved to a shell script matching pattern of other report types. there was something called databaseSizeReport that did nothing so it was commented out. cnf and xml files were written to files via cat. now they are included in tarball as a separate copy of the configuration file. |
| Comment by Ben Thompson (Inactive) [ 2020-06-12 ] |
|
Re-assigning to me so that storagemanager.cnf can be added with customer keys scrubbed. |
| Comment by Daniel Lee (Inactive) [ 2020-06-24 ] |
|
What is this tool and how do I run it? |
| Comment by Ben Thompson (Inactive) [ 2020-07-07 ] |
|
[test@localhost ~]$ columnstoreSupport -h 'columnstoreSupport' generates a Set of System Support Report Files in a tar file Usage: columnstoreSupport [-h][-a][-hw][-s][-c][-db][-r][-l][-bl][-lc][-p 'root-password'][-de] |
| Comment by Daniel Lee (Inactive) [ 2020-07-08 ] |
|
Build tested: 1.5.3-1 first build from staging server Test on single server installation only. Multiple-node installation is not yet available. Passed. |
| Comment by Daniel Lee (Inactive) [ 2020-07-10 ] |
|
Need to retest for multi-node configurations when available. |
| Comment by Daniel Lee (Inactive) [ 2020-08-28 ] |
|
Only single node is supported in 1.5.3 |