Linux

Deep Security Managerを再起動するには、CLIを開いて次のコマンドを実行してください:
sudo systemctl restart dsm_s

Windows

Deep Security Managerを再起動するには、まずDeep Security Managerが実行されているWindowsインスタンスにログインし、次にWindowsデスクトップコマンドプロンプトまたはPowerShellの手順に従ってください。

Windowsデスクトップ

  1. Windowsタスクマネージャを開く。
  2. [サービス] タブをクリックします。
  3. [Trend Micro Deep Security Manager] サービスを右クリックし、[Restart] をクリックします。

コマンドプロンプト

コマンドプロンプト (cmd.exe) を開き、次のコマンドを実行します。
  1. net stop "Trend Micro Deep Security Manager"
  2. net start "Trend Micro Deep Security Manager"

PowerShell

PowerShellを開き、次のコマンドを実行してください:
  1. Stop-Service 'Trend Micro Deep Security Manager'
  2. Start-Service 'Trend Micro Deep Security Manager'