RPM Network Agent Operations
You install the Network Agent as part of an overall workflow for setting up Network Visibility. The three supported workflows are:
Install the RPM Agent
Administer the RPM Agent
You should run the following commands as a <network_agent_user
> with permissions to configure and run the Agent on the host machine.
Operation | Command | Notes |
---|---|---|
Start Agent |
sudo service appd-netviz start |
If the Agent starts successfully, the following displays: Starting appd-netviz (via systemctl): [ OK ] |
Stop Agent |
sudo service appd-netviz stop |
If the Agent stops successfully, the following displays: Stopping appd-netviz (via systemctl): [ OK ] |
Restart Agent |
sudo service appd-netviz restart |
If the Agent restarts successfully, the following displays: Stopping appd-netviz (via systemctl): [ OK ] |
Check Agent status |
sudo service appd-netviz status |
The following example illustrates status output:
|
Uninstall the RPM Agent
To uninstall the Network Agent, enter:
sudo rpm -e appd-netviz
This command generates no output. To confirm that the Agent is removed, enter the status command again: sudo service appd-netviz status