Upgrade Your Distributed Cloud AIP Agent
F5 Distributed Cloud App Infrastructure Protection (AIP) recommends installing the most recent Agent series. For more information, see System Requirements > your operating system > Supported Agents.
Note
Distributed Cloud AIP supports the following upgrade path from Agent 1.9 to the Agent 2.x series.
Debian / Ubuntu OS
- Open the Command Line.
- To retrieve the latest Agent 2.x series package, run the following command and press ENTER:
echo "deb https://pkg.threatstack.com/v2/Ubuntu `lsb_release -c | cut -f2` main" | sudo tee /etc/apt/sources.list.d/threatstack.list > /dev/null
- To upgrade the Distributed Cloud AIP Agent, run the following command and press ENTER:
sudo apt-get update && sudo apt-get install threatstack-agent
Amazon Linux 1
- Open the Command Line.
- Open the following repo:
/etc/yum.repos.d/threatstack.repo
- Modify the following line:
baseurl=https://pkg.threatstack.com/Amazon
- It should now look something like this:
baseurl=https://pkg.threatstack.com/v2/Amazon/1
Press ENTER. The .repo file now looks like this:
[threatstack]
name=Threat Stack Package Repository
baseurl=https://pkg.threatstack.com/v2/Amazon/1
enabled=1
gpgcheck=1 - To clean your cache, run the following command and press ENTER:
sudo yum clean all
- To upgrade the Distributed Cloud AIP Agent, type the following command and press ENTER:
sudo yum install threatstack-agent
Amazon Linux 2
- Open the Command Line.
- Open the following repo:
/etc/yum.repos.d/threatstack.repo
- Modify the following line:
baseurl=https://pkg.threatstack.com/Amazon
- It should now look something like this:
baseurl=https://pkg.threatstack.com/v2/Amazon/2
Press ENTER. The .repo file now looks like this:
[threatstack]
name=Threat Stack Package Repository
baseurl=https://pkg.threatstack.com/v2/Amazon/2
enabled=1
gpgcheck=1 - To clean your cache, run the following command and press ENTER:
sudo yum clean all
- To upgrade the Distributed Cloud AIP Agent, type the following command and press ENTER:
sudo yum install threatstack-agent
CentOS / RedHat
- Open the Command Line.
- Open the following repo:
/etc/yum.repos.d/threatstack.repo
- Modify the following line:
baseurl=https://pkg.threatstack.com/[CentOS / RedHat]
- It should now look something like this:
baseurl=https://pkg.threatstack.com/v2/EL/7
Press ENTER. The .repo file now looks like this:
[threatstack]
name=Threat Stack Package Repository
baseurl=https://pkg.threatstack.com/v2/EL/7
enabled=1
gpgcheck=1 - To clean your cache, run the following command and press ENTER:
sudo yum clean all
- To upgrade the Distributed Cloud AIP Agent, type the following command and press ENTER:
sudo yum install threatstack-agent