5.7.2

7. Change directory to /etc/cron.daily.
8. Use the following command to create a new file.
vim SCR
9. Add the following content to the file to begin the patch replication process, and save the file.
#!/bin/sh
cd scr_root/bin
echo "### Get all new unix content"
./start_all_nix_replication.sh
10. Set the mode of the file to executable.
chmod +x SCR
The script runs daily and synchronizes your patch content.
Maintain the Software Content Repository
You can monitor the log files and activities to maintain the patch repository and its performance.
Prerequisite
n Before you run or schedule patch content downloads, verify that the SCRTool host machine has
adequate disk space available. See "Selecting and Preparing the Host Machine" on page 9.
Procedure
1. Monitor the size of the log files.
n If you specified a rotation in the log file properties, the log file content does not require cleanup.
n If you did not specify a rotation, you must clean up the log file content so that it does not consume
unnecessary amounts of memory.
2. Review the activities logged in the platform specific property files named <platform>-
rt.properties.
Managing Patch Content with the SCR Tool
VMware, Inc.
31