Manually apply the patch or hot fix for the updates that cannot be deployed using the console. This procedure does not replace the standard way mentioned in the "Uploading a New System or Application File" section of the Administrator's guide.
To manually apply a patch or hot fix:
- Download the patch or hot fix.
For example, download imsva_85_en_criticalpatch12770.zip to your computer. - Uncompress the file.
For our example, you will see the following files:- imsva_85_en_criticalpatch12770.tar.gz
- readme_en.txt
- Use a tool such as WinSCP to upload the file into the /tmp folder of IMSVA server.
In our example, upload the imsva_85_en_criticalpatch12770.tar.gz file to the /tmp folder. - Login to the IMSVA with root privilege using SSH or local console.
- Run the following commands:
The commands below are based on our given example. You need to replace the link location and filename accordingly for other patch or hot fix.
# tar -zxvf /tmp/imsva_85_en_criticalpatch12770.tar.gz -C /tmp
# cd /tmp/imsva_85_criticalpatch1277
# ./imssinst
The following message will appear once the system completes the installation:
Installation is complete and related services are started.
The installation program moves the original IMSVA files to opt/trend/imss/patch/CP_B1277. You might need this information for rollback purposes.