Linux エージェントが動作中であることの確認

Linux エージェントのインストールプロセスが正常に完了したことを確認します。
Linux エージェントのインストールが正常に完了したことを確認するには、以下の手順に従います。
  1. 端末を開き、以下のコマンドを実行します。
    sudo systemctl status symantec-dlp-agent
  2. ログを確認して、エージェントがアクティブであることを確認します。
    以下のログの例は、アクティブなエージェントを示しています。
    [admin@hkrhel_79_final EndpointAgent]$ sudo systemctl status symantec-dlp-agent ● symantec-dlp-agent.service - Data Loss Prevention Loaded: loaded (/usr/lib/systemd/system/symantec-dlp-agent.service; enabled; vendor preset: enabled) Active:
    active (running)
    since Thu 2022-09-08 12:43:17 IST; 22h ago Main PID: 23467 (edpa) Tasks: 20 CGroup: /system.slice/symantec-dlp-agent.service ├─23467 /opt/Manufacturer/EndpointAgent/edpa ├─23505 /opt/Manufacturer/EndpointAgent/Verity/kvoop 23 26 0 23467_-1325164416 └─23507 /opt/Manufacturer/EndpointAgent/Verity/kvoop 23 28 0 23467_-1325164416 Sep 08 12:43:17 hkrhel_79_final systemd[1]: Started Data Loss Prevention.