How to point Trend Micro Client to new Trend Micro Server:

How to point Trend Micro Client to new Trend Micro Server:

Use this procedure in a script to migrate several machines to the new server.
In this procedure, you don't have to copy ipxfer.exe in each machine before running the command.
  1. Open the ..\Program Files\Trend Micro\Security Server\PCCSRV\ofcscan.ini file on the Security Server using a text editor such as Notepad.
  2. Note the values of the following entries:
    • Master_DomainName
    • Master_DomainPort
    • Client_LocalServer_Port
  3. On a separate Notepad file, copy the command format below and indicate the corrrect IP or computer name of the Security Server:
    For 32-bit:
    \\<IP or Computer Name of the Security Server>\ofcscan\Admin\Utility\IpXfer\ipxfer.exe -s master_domainname -m 1 -p Master_domainport -c Client_LocalServer_Port
    Example:
    \\192.168.0.10\ofcscan\Admin\Utility\IpXfer\ipxfer.exe -s 192.168.0.10 -m 1 -p 8059 -c 18277
    For 64-bit:
    \\<IP or Computer Name of the Security Server>\ofcscan\Admin\Utility\IpXfer\ipxfer_x64.exe -s master_domainname -m 1 -p Master_domainport -c Client_LocalServer_Port
    Example:
    \\192.168.0.10\ofcscan\Admin\Utility\IpXfer\ipxfer_x64.exe -s 192.168.0.10 -m 1 -p 8059 -c 18277
  4. Migrate the clients by doing one of the following:
    • On the workstation:
      1. Click Start > Run
      2. Paste the correct command from Step 3 on the Open field.
      3. Click OK.
    • On the server, add the correct command from Step 3 to a login script.
      The Client/Server Security Agent icon on the system tray will disappear and then reappear.
  5. Return to the WFBS console and verify if the client has been migrated

Comments