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 one of the following commands depending on whether you want to enable or disable the schedule:
• To enable a schedule: ./footprintReportUtil -e yes
• To disable a schedule: ./footprintReportUtil -e no