Completed footprint reports are emailed to the addresses you entered when configuring system notifications, and the thirteen most recent reports are stored on the replication target. If you need to set up email reporting, see About configuring notifications in the Unitrends Administrator’s Guide. This section provides instructions for accessing and viewing the reports stored on the replication target. For details about the contents of footprint reports, see Footprint report description.
You have the following options when viewing the contents of a report:
• View the contents of the most recent report
• View the contents of a specific report
• View the contents of all available reports
Use the procedure described below for each of these options.
1 Open a terminal or terminal emulator, such as PuTTY, and connect to the replication target by entering the following information:
• IP address: <IP address for the target>
• Port: 22
• Connection type: SSH
2 Log in as a user with root privileges.
3 Run the following command to access the directory containing the footprint report utility:
cd /usr/bp/bin
Note: After accessing this directory, you can display a list of supported commands by running the following command: ./footprintReportUtil
4 Run the following command to view a list of the available reports:
./footprintReportUtil -l
A list of reports displays with the date and time each report started. An underscore before the date and time indicates an incomplete report. You will see an incomplete report only if active report tasks were terminated. Incomplete reports do not count against the total report count and are deleted after the next report completes.
5 Run one of the following commands depending on which report or reports you want to view:
• To view the most recent report: ./footprintReportUtil -p
• To view a specified report: ./footprintReportUtil -p <filename>
• To view all available reports: ./footprintReportUtil -p all