How to migrate Safe Lock agents to another Intelligent Manager? Parent topic

Procedure

  1. On an endpoint, open a command window and navigate to the Safe Lock agent installation directory.
  2. Export the configuration file to a local drive.
    The following shows a command example:
    SLCmd.exe -p <admin_password> export mmc c:\config.xen
    For more information, see Configuration File Commands.
  3. Decrypt and convert the exported configuration file into XML format.
    The following shows a command example:
    SLCmd.exe -p <admin_password> decrypt mmc c:\config.xen c:\config.xml
  4. Use a text editor to open the decrypted configuration file and update the following parameters for the target Intelligent Manager server:
    • host-name
    • FastPort
    • SlowPort
    • ApiKey
    Tip
    Tip
    On the Intelligent Manager server, you can obtain the information in C:\Program Files\Trend Micro\Safe Lock Intelligent Manager\CmdTools\Installer\settings.xml.
  5. Encrypt and convert the configuration file into XEN file format.
    The following shows a command example:
    SLCmd.exe -p <admin_password> encrypt mmc c:\config.xml c:\config.xen
  6. Obtain the agent certification from the target Intelligent Manager server. Do the following to obtain the agent certificate in the agent installer package:
    1. Access the Intelligent Manager management console and click AdministratorUpdates.
    2. Click Download Agent Installer Package to save the installer package to a local drive.
    3. Extract the installer package to obtain the agent certificate.
  7. Copy the agent certificate to the same location as the updated configuration file on the endpoint.
  8. Import the agent certificate and the updated configuration file.
    The following shows a command example:
    SLCmd.exe -p <admin_password> set mm enable -cfg c:\config.xen -sc c:\trend.cer