INCREMENTAL LFR REFRESH
Only the required LFR files can be downloaded for an incremental refresh. This enables the user to download only the necessary files, instead of refreshing the entire LFR. Execute the steps below to download:
-
Execute the commands below:
-
sudo bash
-
cd /var/cms
-
./update_lfr.sh -h
-
Example: ./update_lfr.sh -O "rpm" -V "7,8" -S "host"
When prompted, provide the Artifactory username and password.
-
-C: Update all the CMS files. Once the script execution is complete, ensure that the script setup.sh is also executed
Example: ./update_lfr.sh -C -r releases/public/2.8.0
-
-O: Specify the required Operating System (comma separated without spaces)
-
-V: Provide the version numbers for the specified Operating System (comma separated without spaces)
-
-S: Provide the required SKU. Allowed values are web, host, mem. By default, files related to all SKUs are downloaded
-
-r: VSP Release Version. Example: 2.8.0
-
-
-
Once this script is executed, LFR has the latest downloaded files
-
A new directory https://<VM_IP_Address>:8443/vsp/backup is created in the root directory with a backup of the replaced files
-
The file changelog.txt under the directory vsp has the log of the refreshed files
-