JetStream Software provides the Python tool parse_support.py to extract and display details from the logs of various errors that may occur with protected domains, DRVA, and Orphans. Some key details can be seen after running the tool:
- Garbage to valid ratio
- Failed IO completion of a domain
- Consistent watermark lagging, etc…
Usage
- Copy the tool to the location where the MSA support bundle is located.
- Extract the log using the command:
tar -xf <file_name>
- Run the tool using the command:
python3 parse_support.py
Example
A sample run to collect an MSA support bundle:
[root@fs087-h1-msa1 logs]# python3 parse_support.py -l
(IssueType.INFO,'Processing date(s) 2023-02-21T09:50:07',0)
drva1
P2_Domain2
(IssueType.GARBAGE_RATIO,'Garbage to valid ratio: 0%',0)
(IssueType.ORPHAN,'domain is not mentioned in existing config.',0)
(IssueType.INFO,'domain ID: 0000010400000000699497a9818f3b00',0)
P1_Domain1
(IssueType.GARBAGE_RATIO,'Garbage to valid ratio: 3.55%',3.55)
(IssueType.INFO,'domain ID: 0000010400000000b7e188a4618f3b00',0)