Scroll to navigation

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

show help
show version
specify the SID to check for
specify the path to CIB file(s)
output format, default is table.
from which point in time to show
to which point in time to show
specify the column name to sort by
selecton of attributes to be printed, default is default

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.

# SAPHanaSR-replay-archive --sid EVA --cib crm_report-08-05-2024/node1/pengine/*

* 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".

# SAPHanaSR-replay-archive --sid EVA --cib crm_report-08-05-2024/node1/pengine/* --format 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