A manual update of the Smart Scan pattern may be required in the following scenarios:
- SPS is unable to connect to Trend Micro Active Update (TMAU) due to network issues.
- Proxy does not allow traffic to TMAU.
- Customer uses SPS in an air-gap environment.
telnet <IP address of machine> <port number>
- Log on to SPS server console from VM console or SSH.
- Create a directory (tmp) under activeupdate directory.
- Enter the following command:
mkdir /var/tmcss/activeupdate/tmp
- Enter the following command:
cd /var/tmcss/activeupdate/tmp
- Enter the following command:
- Download the latest Smart Scan Pattern (TBL) using the wget command,
wget http://slspn30-p.activeupdate.trendmicro.com/activeupdate/pattern/icrc’$’tbl.zip
In the event that there is no Internet connection for the SPS machine, you may skip this step and choose either of the options below (WinSCP or CMD) to manually transfer Smart Scan Pattern file (TBL). Proceed to the next step. - Access the SPS server console and check if the file is successfully transferred. Enter the command:
ls –l
- Perform the following:
- Enter the following command:
vi /var/tmcss/conf/FRSUpdateCounter.ini set CONT_FULL_TBLPTN_COUNT=0
Press "i" to enter input mode, then navigate using arrow keys to modify the parameter:
To save and quit, press 'ESC' key. Type ":wq" then press 'Enter'.
- Enter the following command:
vi /var/tmcss/conf/FRSVersion.ini set LeaderTablePatternVersion=0, BFPatternVersion=0
Press i to enter input mode, then navigate using arrow keys then modify the parameter
To save and quit, press 'ESC' key. Type ":wq" then press 'Enter'.
- Enter the following command:
/opt/icrc/spsc/support/initdb.sh /opt/icrc/spsc/
- Enter the following command:
sudo -u webserv /usr/tmcss/bin/AU_FRS --servimporttbl
- Enter the following command:
sudo -u webserv /usr/tmcss/bin/AU_FRS --servau 2
- Enter the following command:
cat /var/tmcss/conf/FRSVersion.ini
- Enter the following command:
cat /var/tmcss/conf/FRSUpdateStatus.ini
- Enter the following command:
service lighttpd restart
- Enter the following command:
Below are two methods to transfer files from Windows to Unix system:
- Using WinSCP
- Download WinSCP application from this site.
- Install WinSCP.
- Download the latest Smart Scan pattern from this link.
- Extract the zip file and you should see a pattern file icrc$tbl.XXX
- Open WinSCP. Go to Session tab and click New Session.
- A new window will appear to log in the credentials for the connection.
- Enter the hostname, username and password of the SPS machine.
- Hostname – hostname/IP of SPS machine
- User name – user name of the SPS machine (e.g. root)
- Password – password of the user name (e.g. password)
- Once done, click Login and you should see a similar window below,
- Navigate to the directory (right side) from Step 2 and directory (left side) of the downloaded Smart Scan pattern on your local machine. Drag and drop the file from your local machine to the remote machine.
- Uploading should proceed.
- Using CMD
- Download Putty application.
- Install the Putty application.
- Download the latest Smart Scan pattern from this link.
- Extract the zip file and you should see a pattern file icrc$tbl.XXX.
- Open a Command prompt and type the following command:
pscp –P <ssh port> “Full path of icrc file on local machine” <username>@<ip or hostname of the remote server>:<location of the destination folder>
- Press 'Enter' to trigger the password for the root username.
- Once typed in, press 'Enter' and the transferring of files will now proceed. You should receive a similar output once completed.