table of contents
SAPHanaSR-replay-archive(8) | SAPHanaSR | SAPHanaSR-replay-archive(8) |
SYNOPSIS¶
SAPHanaSR-replay-archive [ --help | --version ]
SAPHanaSR-replay-archive --sid SID --cib CIB [CIB
[...]] [--format FORMAT] [--select COLUMN] [--sort
SORT] [--properties PROPERTIES] [--from FROM] [--to
TO]
DESCRIPTION¶
SAPHanaSR-replay-archive can be used to re-play SAPHanaSR status
changes info from a crm_report archive or pengine directory.
Therefor it searches a given crm_report archive or pengine directory for
pe-input files and shows status information in historical order. Basically
SAPHanaSR-showAttr is called for each pe-input file.
OPTIONS¶
- --help
- show help
- --version
- show version
- --sid SID
- specify the SID to check for
- --cib [ CIB [CIB [...]] | ./pengine/* ]
- specify the path to CIB file(s)
- --format [ table | path | script | json ]
- output format, default is table.
- --from "YYYY-MM-DD HH:MM:SS"
- from which point in time to show
- --to "YYYY-MM-DD HH:MM:SS"
- to which point in time to show
- --sort COLUMN
- specify the column name to sort by
- --select [ default | test | minimal | sr | all ]
- selecton of attributes to be printed, default is default
- --properties PROPERTIES
-
specify the properties file
RETURN CODES¶
0 Successful program execution.
>0 Usage, syntax or execution errors.
EXAMPLES¶
* Replay SAPHanaSR-showAttr data from crm_report.
Report has been extracted into directory crm_report-08-05-2024, SID is EVA, DC node is node01.
* Replay SAPHanaSR-showAttr data from crm_report, use parseable output format.
Report has been extracted into directory crm_report-08-05-2024, SID is EVA, DC node is node01, output format is "script".
FILES¶
- /usr/bin/SAPHanaSR-replay-archive
- the program itself.
- /usr/bin/SAPHanaSR-showAttr
- the working horse.
- /var/lib/pacemaker/pengine/
- usual local pengine log directory.
- <CRM_REPORT_DIR>/<DC_NODE>/pengine/pe-input-<NUM>.bz2
- extracted pe-input files.
- <CRM_REPORT_DIR><DC_NODE>/cib.xml
- extracted CIB file.
BUGS¶
Feedback is welcome, please mail to feedback@suse.com.
SEE ALSO¶
SAPHanaSR-angi(7), SAPHanaSR-showAttr(8) , crm_report(8) , crm_simulate(8)
AUTHORS¶
A.Briel, F.Herschel, L.Pinne.
COPYRIGHT¶
(c) 2019-2024 SUSE LLC
SAPHanaSR-replay-archive comes with ABSOLUTELY NO WARRANTY.
For details see the GNU General Public License at
http://www.gnu.org/licenses/gpl.html
09 Feb 2024 |