SEP 16 サービスを手動で停止および開始する方法
search cancel

SEP 16 サービスを手動で停止および開始する方法

book

Article ID: 440338

calendar_today

Updated On:

Products

Endpoint Security Endpoint Security Complete

Issue/Introduction

Windows OS において、Symantec Endpoint Protection (SEP) 16 サービスを手動で停止および開始する手順を知りたい。

Environment

  • SEP 16
  • Windows OS

Resolution

SEP 16 サービスを手動で停止するには、次の手順に従います。

  1. 管理者権限にてコマンドプロンプトを起動します。
  2. 以下のコマンドで「agentcli.exe」の所在ディレクトリに移動します。

    例:
    cd C:\Program Files\Broadcom\Endpoint Security Agent\2.6.0.43\bin64\

    ※ 製品のバージョンと OS 種類によりディレクトリが異なる可能性があります。
    実際の運用環境により内容を入力してください。

  3. 以下のコマンドでサービスを停止します。

agentcli service stop

※ 手動でサービスを停止する際に、パスワード保護によってパスワードを要求される場合があります。
パスワード保護の環境では、以下のコマンドでパスワードを入力してください。

agentcli service stop --password <パスワード>


SEP 16 サービスを手動で開始するには、次の手順に従います。

  1. 管理者権限にてコマンドプロンプトを起動します。
  2. 「agentcli.exe」の所在ディレクトリに移動します。
  3. 以下のコマンドでサービスを開始します。

agentcli service start

Additional Information

Symantec Endpoint Protection 製品の Windows コマンドライン オプション