To apply the OPR or CPR:
- Go to the Trend Micro Download Center and click All Pattern Files.
- Choose the OPR or CPR to apply, and then download the lpt[xxx].zip file to your local machine.
- Open WinSCP.
- Select SCP as the File protocol.
- Enter the IWSVA hostname or IP in the Host name field.
- Type the username and password in the User name and Password fields.
- Copy the lpt[xxx].zip file to the /tmp folder of IWSVA.
- Log in to the IWSVA CLI.
- Go to the /etc/init.d directory and stop IWSVA services using these commands:
> cd /etc/init.d
> ./IWSS stop - Go back to the /tmp directory and extract the lpt[xxx].zip file to the /etc/iscan directory by using these commands:
> cd /tmp
> unzip lpt[xxx].zip -d /etc/iscan - Start the IWSVA services by running these commands:
> cd /etc/init.d
> ./IWSS start - Run this command to verify the updated pattern:
> /etc/iscan/getupdate INFO
The pattern version you just uploaded will appear.
To update the pattern version on the IWSVA console:
-
Verify the permissions of the intscan.ini file.
- Log on to IWSVA with SSH (for example Putty) as "root".
-
Navigate to the /var/iwss/ directory and check the permissions of the intscan.ini file:
cd /var/iwss
-rw-r----- 1 root root 94260 Apr 16 09:00 intscan.ini
-
Enter the following commands one after the other to change the ownership and permissions for intscan.ini.
chown iscan:iscan /var/iwss/intscan.ini
chmod 664 /var/iwss/intscan.ini-rw-rw-r-- 1 iscan iscan 94260 Apr 16 09:00 intscan.ini
-
Restart the web console with the following command:
/etc/iscan/S99IScanHttpd restart
- Run a manual pattern update from the web console.
- Verify that the pattern version on the web console is identical to the one you get with "/etc/iscan/getupdate INFO".
-
Modify the entries within the intscan.ini file.
-
Using WinSCP or the “vi” editor, modify the intscan.ini file under the /etc/iscan directory:
- Open intscan.ini and find the entry "[Pattern-Update]".
-
Modify the values of the following entries under "[Pattern Update]":
Version=
Version_utime=Use the output of "/etc/iscan/getupdate INFO" as reference.
- Log in to the IWSVA web console and go to Updates > Manual to see the new pattern version.
-
