Quantum Spark Appliances

Requirements

  • Available for all appliances.

  • Supported on R80.20.60 and higher.

Instructions

Step

Instructions

1

Download the CloudReportGenerator_master_<XXX> file from sk112732 (per the appliance model)

2

Copy the downloaded file to the /storage folder on the appliance.

3

unzip the file and add execute permission:

cd /storage

unzip CloudReportGenerator_master_<XXX>.zip

chmod +x -R CloudReportGenerator_master

4

Run the script :

sh /storage/CloudReportGenerator_master/setup.sh

Note - Regarding the question - "Would you like to run an offline report now?":

Y - The report will be generate in a few minutes, based on the last X days, using existing logs.

N - The tested period for the report will start now, for X days and the report will be generated at the end of this period.

In both ways (online and offline) the logs are being saved locally on the server.

Please use SD card or USB device.

Best Practice

To save logs on a USB device:

  1. Insert a USB device into the USB port on the appliance

  2. Run these commands:

    mount /dev/sda1 /mnt/sd

    mkdir /mnt/sd/logs

    touch /mnt/sd/.cp

    fw sd_card_plugged

Note - Additional Info can be found in sk112732