Restart the Deep Security Manager

Linux

To restart the Deep Security Manager, open a CLI and run the following command:

sudo systemctl restart dsm_s

Windows

To restart the Deep Security Manager, first log in to the Windows instance on which the Deep Security Manager is running and then follow the steps below for the Windows desktop, the Command prompt or PowerShell:

Windows desktop

  1. Open the Windows Task Manager.
  2. Click the Services tab.
  3. Right click the Trend Micro Deep Security Manager service, and then click Restart.

Command prompt

Open the command prompt (cmd.exe) and run the following commands:

  1. net stop "Trend Micro Deep Security Manager"
  2. net start "Trend Micro Deep Security Manager"

PowerShell

Open PowerShell and run the following commands:

  1. Stop-Service 'Trend Micro Deep Security Manager'
  2. Start-Service 'Trend Micro Deep Security Manager'