DEB ネットワークエージェントの操作

ネットワークの可視性を設定するためのワークフロー全体の一部として、ネットワークエージェントをインストールします。サポートされている 3 つのワークフローは次のとおりです。

環境に最適なワークフローを判別するには、「 Linux 上でネットワーク可視性を設定する」を参照してください。

Install the DEB Network Agent

  1. Check System Requirements. See Network Visibility Supported Environments.
  2. If you are installing the Network Agent as part of the Multi-Tenant Install workflow, stop each application of interest if it is monitored by an installed App Agent. You will restart each application after you install and set up the Network Agent.
  3. Verify that you have sudo or root access permissions on the machine where you want to install the Agent. (You do not need sudo or root access to run the Agent.)
  4. Open a command prompt on the host, enter the mount command, and check the mounted file system for the directory where you plan to install the Agent. The file system should not have the noexec and nsuid flags set.
  5. Download the Agent package to the machine.
  6. Enter:
    sudo dpkg -i <installer.deb>
    The Network Agent software is installed under /opt/appdynamics/netviz. The Agent should start automatically with the following message: appd-netviz start/running. process <pid #>
  7. To verify the Network Agent status, enter:
    sudo service appd-netviz status
  8. If the Agent does not start, enter:
    sudo service appd-netviz start
  9. If you experience any problems or issues, see FAQs for Network Visibility.
  10. If you are installing the Network Agent as part of a Set Up Network Visibility on Linux workflow, proceed to the next step in the workflow:

DEB ネットワークエージェントの管理

操作コマンド備考
エージェントの起動
sudo service appd-netviz start
エージェントが正常に起動すると、次のように表示されます。
appd-netviz start/running. process <pid #>
エージェントの停止
sudo service appd-netviz stop
エージェントが正常に停止すると、次のように表示されます。
appd-netviz stop  
appd-netviz stop/waiting
エージェントの再起動
sudo service appd-netviz restart

エージェントのステータスの確認

sudo service appd-netviz status
このコマンドは、エージェントが実行されているかどうかを示します。次のように表示されます。
appd-netviz start/running, process <pid #>

Uninstall the DEB Network Agent

The Network Agent software is installed under /opt/appdynamics/netviz.
To uninstall the Agent, enter:
sudo dpkg -P appd-netviz