Manually updating Control Manager pattern files and scan engines

To manually update the pattern file and scan engine for Control Manager 5.0 you need to perform 3 steps:

  1. Update the components

    1. Download the scan engine from http://www.trendmicro.com/download/engine.asp and pattern file from http://www.trendmicro.com/download/pattern.asp.

    2. Remove the Readme.txt file from the LPT$XXX.zip file. Make sure it only contains lpt$XXX.ptn.

    3. Rename the LPT$XXX.zip file to vsapiXXX.zip.

    4. After downloading the scan engine, rename the compressed files as follows:

     

    Downloaded file  

    New filename

    Corresponding EngineTag in Server.ini

    vsapi-vxd-#.###-####.zip

    engv_vxd.zip

    E.2

    vsapi-kd-#.###-####.zip

    eng_ntkd.zip

    E.10

    vsapi####nlm.zip

    engv_nlm.zip

    E.20

    vsapi-16dll-####.zip

    engv_16.zip

    E.800

    vsapi-32dll-#_###.zip

    engv_95.zip, eng_nt386.zip  

    E.4

    vsapi####hpux.tar.Z

    engv_hpux.zip

    E.200

    vsapi####rh.tar.Z

    engv_linux.zip

    E.20000

    vsapi###solaris.tar.Z

    engv_solaris.zip

    E.10000

     

  2. Modify the server.ini file

    1. Create a temporary folder, for example C:\Update.

    2. Create a Server.ini file using Notepad or any text editor. Inside the Server.ini file, type the following:

    3. For pattern updates:

    [PATTERN]

    Version= A

    P.4=pattern/vsapiXXX.zip, B, C

    Where:

    A = Short pattern version

    B = Long pattern version

    C = Size of VSAPI ZIP file (To get the file size, open properties of the ZIP file. Get SIZE of file NOT Size on Disk).

    For example for pattern file 2.454

    [PATTERN]

    Version=454

    P.4=pattern/vsapi454.zip, 245400, 6349809

    • For scan engine updates:

    Path_VSAPI32_VXD=engine/engv_vxd.zip, A, C

    Path_VSAPI32_NT_KD=engine/eng_ntkd.zip, A, C

    E.2=VSAPI32_VXD,engine/engv_vxd.zip, B, C, 6.150.1001

    E.10=VSAPI32_NT_KD,engine/eng_ntkd.zip, B, C, 6.150.1001

    where:

    A = Short Scan engine version

    B = Long Scan engine version

    C = Size of the ENG ZIP file (To get the File Size, open properties of the ZIP file. Get SIZE of file NOT Size on Disk).

    for example for scan engine 7.510

    Path_VSAPI32_VXD=engine/engv_vxd.zip, 7.510, 543937

    Path_VSAPI32_NT_KD=engine/eng_ntkd.zip, 7.510, 687904

    E.2=VSAPI32_VXD,engine/engv_vxd.zip, 7.510.1002, 543937, 6.150.1001

    E.10=VSAPI32_NT_KD,engine/eng_ntkd.zip, 7.510.1002, 687904, 6.150.1001

    The complete sample Server.ini should look like this:

    [PATTERN]

    Version=454

    P.4=pattern/vsapi454.zip, 245400, 6349809

    MergeCount=0

    [ENGINE]

    Path_VSAPI32_95=engine/engv_95.zip, 7.500, 560485

    Path_VSAPI32_VXD=engine/engv_vxd.zip, 7.510, 543937

    Path_VSAPI32_NT_I386=engine/engv_nt386.zip, 7.500, 552120

    Path_VSAPI32_NT_KD=engine/eng_ntkd.zip, 7.510, 687904

    E.1=VSAPI32_95,engine/engv_95.zip, 7.500.1001, 560485, 6.150.1001

    E.2=VSAPI32_VXD,engine/engv_vxd.zip, 7.510.1002, 543937, 6.150.1001

    E.4=VSAPI32_NT_I386,engine/engv_nt386.zip, 7.500.1001, 552120, 6.150.1001

    E.10=VSAPI32_NT_KD,engine/eng_ntkd.zip, 7.510.1002, 687904, 6.150.1001

  3. Place the files in the correct location

    1. Open the Control Manager\SystemConfiguration.xml file using Notepad or any text editor.

    2. Make sure the m_iDigitalSignature field has value set to 0 during this manual download.

    3. Place the following files to the following locations:

    4. C:\update\server.ini

    5. C:\update\pattern\vsapi454.zip

    6. C:\update\engine\engv_vxd.zip

    7. C:\update\engine\eng_ntkd.zip

    1. On the Control Manager Web console, click Administration > Manual Download.

    2. On the File Path, type C:\UPDATE or the location of the temporary folder you created.