Deep Security Managerの再起動

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] サービスを右クリックし、[再起動] をクリックします。

コマンドプロンプト

コマンドプロンプト (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'