-
Notifications
You must be signed in to change notification settings - Fork 8
SPPCheck Command line Overview
Predicting and verifying system requirements for IBM Spectrum Protect Plus. It uses the data collected from SPPMon to provide reports of the system's past, current, and future state. Reports are available dynamically as visualization dashboards via Grafana and as a static Manager Report via PDF. SPPCheck queries the historical data from SPPMons InfluxDB database and re-saved into it.
SPPCheck not be executed regularly, but when a statement about the systems state is wanted.
It can be invoked with all arguments at once or only individual functionalities.
However, for the PDF generation to function, all other functionalities must be executed at least once.
Please note that sppcheck.py
must be called instead of the regular sppmon.py
file.
The Blueprint Sizer Excel Sheets can be found on IBM's offical support page
/usr/bin/python3.10 /home/USERNAME/spectrum-protect-sppmon/python/sppcheck.py \
--cfg=/home/USERNAME/spectrum-protect-sppmon/sppserver1.conf \
--sizerVersion=v1.9 \
--sheet=/home/USERNAME/sizer_sheet.xlsb \
--pdfReport
--predictYears=4
--startDate=2020-07-02
--theme=light
/usr/bin/python3.10 /home/USERNAME/spectrum-protect-sppmon/python/sppcheck.py \
--cfg=/home/USERNAME/spectrum-protect-sppmon/sppserver1.conf \
--pdfReport
--startDate=2020-07-02
--theme=light
-
-h, --help
: show this help message and exit -
-v, --version
: show the program's version number and exit -
--cfg CONFIGFILE
: REQUIRED: specify the JSON configuration file -
--startDate DATE
: REQUIRED: Start date of the system in format "YYYY-MM-DD", e.g. startDate=2019-01-29
-
--sheet PATH
: Path to filled sizing sheet including file name, parsing the contents into the InfluxDB. Requires args: --sizerVersion -
--sizerVersion STRING
: Specify the version of the vSnap sizer sheet, e.g v1.0 or v2.1.1
-
--predictYears NUMBER
: Predict the development for the next x years -
--pdfReport
: Create a new PDF report based on the prediction -
--genFakeData
: Generate fake data. Automatically uses the fake data for all other arguments.
-
--latestData
: Create predictions, reports, and fake data using only the latest 90 day data, but at a higher frequency(<6h) -
--theme STRING
: Chose the theme of the PDF report. Options: 'light' (default), 'dark', or 'sppcheck' -
--fakeData
: Use existing fake data to create any reports.
For feature requests or bug reports please visit https://github.com/IBM/spectrum-protect-sppmon/issues
- Home
- Frequently asked Questions
- Overview of users
- Contact us
- Share Snapshots of Grafana
- SPPMon Command line arguments
- SPPCheck Command line arguments
- SPPCheck Export PDF Report
- Install Overview
- System Requirements
- Getting SPPMon Source Code
- Create dedicated user accounts in SPP server, vSnap, and VADP
- Create grafana users
- Import Grafana Dashboards