ZIP Network Agent Operations
You install the Network Agent as part of an overall workflow for setting up Network Visibility. The supported workflows are:
See Set Up Network Visibility on Linux.
The NetViz Agent needs to be started separately from the Machine Agent when using a bundled approach.
Install the ZIP Network Agent
sudo cd < sudo ./install.sh NetVizMonitoring < start true NetVizMonitoring < < /appd-netviz.sh status sudo root sudo root mount noexec nsuid network-agent cd < unzip < chown -R < < < network_agent_home cd < ./install.sh network_agent_user < <
You can install the Agent using the Machine Agent or the Network Agent ZIP.
Install Using the Machine Agent ZIP
You can install the Network Agent as an extension using the Machine Agent installer. This option is available on Linux 32-bit and 64-bit ZIP installers, >= 4.4.2, only.
Install Using the Network Agent ZIP
Administer the ZIP Network Agent
Operation | Command | Notes |
---|---|---|
Start Agent |
<network-agent-home>/bin/start.sh
|
If the Agent starts successfully, the following displays: Starting AppDynamics Network Monitoring appd-netviz... OK appd-netviz running.. < |
Stop Agent |
<network-agent-home>/bin/stop.sh
|
If the Agent stops successfully, the following displays: Stopping AppDynamics Network Monitoring appd-netviz... OK |
Check Agent status |
<network-agent-home>/bin/appd-netviz.sh status
|
This command shows whether the Agent is running or not. The following displays: appd-netviz start/running, process < |
Restart Agent |
<network-agent-home>/bin/appd-netviz.sh restart
|
If the Agent restarts successfully, the following displays: Stopping AppDynamics Network Monitoring appd-netviz... OK Starting AppDynamics Network Monitoring appd-netviz... OK appd-netviz running.. < |
Uninstall the ZIP Network Agent
-
Open a terminal and
cd
to the<network-agent-home
>
directory. -
Stop the Agent by entering:
./bin/stop.sh
-
cd
to the<network-agent-home>
parent directory:cd ..
-
Remove the Agent directory by entering:
rm -rf <network-agent-home>