You install the Network Agent as part of an overall workflow for setting up Network Visibility. The three supported workflows are:
To determine the best workflow for your environment, see Set Up Network Visibility on Linux.
Install the DEB Network Agent
- Check System Requirements. See Network Visibility Supported Environments.
- 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.
- Verify that you have
sudo
orroot
access permissions on the machine where you want to install the Agent. (You do not needsudo
orroot
access to run the Agent.) - 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 thenoexec
andnsuid
flags set. - Download the Agent package to the machine.
- 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 #>
To verify the Network Agent status, enter:
sudo service appd-netviz status
- If the Agent does not start, enter:
sudo service appd-netviz start
- If you experience any problems or issues, see FAQs for Network Visibility.
- 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:
Administer the DEB Network Agent
Operation | Command | Notes |
---|---|---|
Start Agent | sudo service appd-netviz start | If the Agent starts successfully, the following displays:
|
Stop Agent | sudo service appd-netviz stop | If the Agent stops successfully, the following displays:
|
Restart Agent | sudo service appd-netviz restart | |
Check Agent Status | sudo service appd-netviz status | This command shows whether the Agent is running or not. The following displays:
|
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