Moving a Device on a Legacy SecureCloud Agent Parent topic

This feature allows users of SecureCloud to move devices on legacy versions of the SecureCloud Agent.

Procedure

  1. Receive the self-provision tool from SecureCloud technical support and place it in the SecureCloud folder.
    • On Linux, the default path is /var/lib/SecureCloud
    • On Microsoft Windows, the default path is C:\Program Files (x86)\Trend Micro\SecureCloud
  2. Stop the agent service.
    • On Linux, do the following:
      1. Type cd /var/lib/securecloud/
      2. Type the command service scagentd stop
      prov_leg_linux_scagent_stop.jpg
    • On Microsoft Windows, do the following to stop the device and then navigate to the appropriate directory in a command shell:
      1. Click Start and type run to open the Run window, then type services.msc
      2. Select Trend Micro SecureCloud Agent Service and click the stop button.
        prov_leg_windows_scagent_stop.jpg
      3. Click Start and type cmd to open a command shell, then type cd C:\Program Files (x86)\Trend Micro\SecureCloud\Agent\
  3. Execute the appropriate selfprov.py script in the command shell.
    • On Amazon Web Services, type python selfprov.py --device <volume_id> --mountpoint <mount_point> --cspcredential access_id=<access_id>,secret_key=<secret_key> --passphrase <passphrase>
      An example script is as follows:
      prov_leg_selfprov_aws.png
    • On other instances, type python selfprov.py --device <volume_id> --mountpoint <mount_point> --passphrase <passphrase>
      An example script is as follows:
      prov_leg_selfprov_other.png
    When the process is finished, the following message displays:
    prov_leg_selfprov_result.jpg
  4. Start the SecureCloud Agent service on the destination image.
    You can find the instance on the Active Keys screen on the Web Console of the destination image.
    legacy_key_active.png
  5. Configure the config.xml file on the source image.
    1. Open the config.xml file.
      • On Linux, the default path is /var/lib/SecureCloud/config.xml
      • On Microsoft Windows, the default path is C:\Program Files (x86)\Trend Micro\SecureCloud\config.xml
    2. Delete the moved device on from the device list.
      legacy_config_xml_delete.jpg
  6. Start the SecureCloud Agent service on the source image.
    The instance appears on the Active Keys screen on the Web Console of the source image.