Setting the destination to either “TrendAI Vision One™ Endpoint Security - Server & Workload Protection“ or “Cloud One - Endpoint & Workload Security”
In version 20.0.940, the default destination for upgrading to Workload Security was changed from “Cloud One - Endpoint & Workload Security” to “TrendAI Vision One™ Endpoint Security - Server & Workload Protection”.
If users want to switch between upgrading Deep Security Manager to Cloud One or TrendAI Vision One™ Endpoint Security, they can use the following commands:
For Linux DSM:
# Run commands below with root permission # switch to "Trend Cloud One" /opt/dsm/dsm_c -action changesetting -name settings.configuration.migrationRegionListTargetProduct -value c1 # switch back to default value "Trend Vision One Endpoint Security" /opt/dsm/dsm_c -action changesetting -name settings.configuration.migrationRegionListTargetProduct -value v1
For Windows DSM:
# Open this "Command Prompt" window with administrator permission # switch to "Trend Cloud One" "C:\Program Files\Trend Micro\Deep Security Manager\dsm_c.exe" -action changesetting -name settings.configuration.migrationRegionListTargetProduct -value c1 # switch back to default value "Trend Vision One Endpoint Security" "C:\Program Files\Trend Micro\Deep Security Manager\dsm_c.exe" -action changesetting -name settings.configuration.migrationRegionListTargetProduct -value v1
Adding a newly released API endpoint URL and region name for the upgrade
The default supported region list for Cloud One and TrendAI Vision One™ Endpoint by 20.0.940 are listed below in JSON format:
[
{
"label": "JP-1",
"value": "https://workload.jp-1.cloudone.trendmicro.com",
"c1": true,
"v1": true
},
{
"label": "IN-1",
"value": "https://workload.in-1.cloudone.trendmicro.com",
"c1": true,
"v1": true
},
{
"label": "GB-1",
"value": "https://workload.gb-1.cloudone.trendmicro.com",
"c1": true,
"v1": false
},
{
"label": "CA-1",
"value": "https://workload.ca-1.cloudone.trendmicro.com",
"c1": true,
"v1": false
},
{
"label": "SG-1",
"value": "https://workload.sg-1.cloudone.trendmicro.com",
"c1": true,
"v1": true
},
{
"label": "AU-1",
"value": "https://workload.au-1.cloudone.trendmicro.com",
"c1": true,
"v1": true
},
{
"label": "DE-1",
"value": "https://workload.de-1.cloudone.trendmicro.com",
"c1": true,
"v1": true
},
{
"label": "US-1",
"value": "https://workload.us-1.cloudone.trendmicro.com",
"c1": true,
"v1": true
},
{
"label": "TREND-US-1",
"value": "https://workload.trend-us-1.cloudone.trendmicro.com",
"c1": true,
"v1": true
}
]
TrendAI™ may release a new region to support TrendAI Vision One™ Endpoint Security or Cloud One. Users can manually add the new region if they choose to upgrade from Deep Security Manager.
For more details, visit: Migrate from Deep Security to TrendAI Vision One™ Endpoint Security - Server & Workload Protection.
For example, let's say the newly released activation URL and region are:
| ACTIVATION URL | REGION |
|---|---|
| dsm://agents.workload.uk-1.cloudone.trendmicro.com:443 | UK-1 |
To add the new region and API endpoint URL, users may follow the steps below::
- Save the mentioned JSON object as file /tmp/region.json (C:\temp\region.json for Windows)
- Add the new JSON object below to file /tmp/region.json (C:\temp\region.json for Windows)
{ "label": "UK-1", "value": "https://workload.uk-1.cloudone.trendmicro.com", "c1": true, "v1": true } - If the user wants to upgrade DSM to “TrendAI Vision One™ Endpoint Security” in the UK-1 region, they can run the commands below to update the region list:
For Linux DSM:
# Run commands below with root permission # switch to default value "Trend Vision One Endpoint Security" /opt/dsm/dsm_c -action changesetting -name settings.configuration.migrationRegionListTargetProduct -value v1 # import region list in JSON format /opt/dsm/dsm_c -action changesetting -name settings.configuration.migrationRegionList -valuefile /tmp/region.json
- If the destination was “Cloud One” in the UK-1 region, they could run the command below:
For Linux DSM:
# Run commands below with root permission # switch to "Trend Cloud One" /opt/dsm/dsm_c -action changesetting -name settings.configuration.migrationRegionListTargetProduct -value c1 # import region list in JSON format /opt/dsm/dsm_c -action changesetting -name settings.configuration.migrationRegionList -valuefile /tmp/region.json
For Windows DSM:
# Open this "Command Prompt" window with administrator permission # switch to "Trend Cloud One" "C:\Program Files\Trend Micro\Deep Security Manager\dsm_c.exe" -action changesetting -name settings.configuration.migrationRegionListTargetProduct -value c1 # import region list in JSON format "C:\Program Files\Trend Micro\Deep Security Manager\dsm_c.exe" -action changesetting -name settings.configuration.migrationRegionList -valuefile C:\temp\region.json
- If the user wants to upgrade DSM to “TrendAI Vision One™ Endpoint Security” in the UK-1 region, they can run the commands below to update the region list:
- Check the region list in the web console of DSM, it should have the new region “UK-1” now.
Upgrading Deep Security Manager to Cloud One for Government
The process flow is similar to the previous section.
- Append the API endpoint URL and region name for the government to the default region list as below in JSON format and save it as file /tmp/region.json (C:\temp\region.json for Windows).
[ { "label": "JP-1", "value": "https://workload.jp-1.cloudone.trendmicro.com", "c1": true, "v1": true }, { "label": "IN-1", "value": "https://workload.in-1.cloudone.trendmicro.com", "c1": true, "v1": true }, { "label": "GB-1", "value": "https://workload.gb-1.cloudone.trendmicro.com", "c1": true, "v1": false }, { "label": "CA-1", "value": "https://workload.ca-1.cloudone.trendmicro.com", "c1": true, "v1": false }, { "label": "SG-1", "value": "https://workload.sg-1.cloudone.trendmicro.com", "c1": true, "v1": true }, { "label": "AU-1", "value": "https://workload.au-1.cloudone.trendmicro.com", "c1": true, "v1": true }, { "label": "DE-1", "value": "https://workload.de-1.cloudone.trendmicro.com", "c1": true, "v1": true }, { "label": "US-1", "value": "https://workload.us-1.cloudone.trendmicro.com", "c1": true, "v1": true }, { "label": "TREND-US-1", "value": "https://workload.trend-us-1.cloudone.trendmicro.com", "c1": true, "v1": true }, { "label": "GOV-US-1", "value": "https://workload.gov-us-1.cloudonegov.trendmicro.com", "c1": true, "v1": false } ] - Run the commands below to update the region list.
For Linux DSM:
# Run commands below with root permission # switch to "Trend Cloud One" /opt/dsm/dsm_c -action changesetting -name settings.configuration.migrationRegionListTargetProduct -value c1 # import region list in JSON format /opt/dsm/dsm_c -action changesetting -name settings.configuration.migrationRegionList -valuefile /tmp/region.json
For Windows DSM:
# Open this "Command Prompt" window with administrator permission # switch to "Trend Cloud One" "C:\Program Files\Trend Micro\Deep Security Manager\dsm_c.exe" -action changesetting -name settings.configuration.migrationRegionListTargetProduct -value c1 # import region list in JSON format "C:\Program Files\Trend Micro\Deep Security Manager\dsm_c.exe" -action changesetting -name settings.configuration.migrationRegionList -valuefile C:\temp\region.json
- Check the region list in the web console of Deep Security Manager, it should show a new region “GOV-US-1”.
