To manually apply a patch or hot fix:
- Download the critical patch from Trend Micro Download Center. Go to the Product Patch tab.
Download and file transfer options:
- Download the critical patch directly from the appliance using commands such as wget.
Example: wget https://files.trendmicro.com/products/imsva/9.1/imsva_91_en.criticalpatch_b2090.tar.gz - Download the critical patch from a Windows machine and transfer it to the appliance using tools such as WinSCP or Filezilla.
- Download the critical patch directly from the appliance using commands such as wget.
- Upload the file to /opt/trend/imss/patch using the command:
cd /opt/trend/imss/patch/ - Create a back up for /opt/trend/imss/patch/temp using the command:
mv temp temp.bac - Then create a temp dir by using the command:
mkdir temp - Extract the critical patch to the temp folder:
tar -zxvf imsva_xx_xx.tar.gz -C temp - Use the command below to apply or install the critical patch.