Upgrading the AIFF Container
This section provides the steps to upgrade the AIFF container.
|
|
Warning - Schedule a maintenance window. When you install a higher version of the AIFF Container, the current AIFF Container stops. Traffic starts passing again only after the new AIFF Container starts running again. |
-
On the DPU, get the current version of the Check Point AIFF container:
sudo crictl psRefer to the column "
IMAGE". -
Get the latest Check Point AIFF package for the DPU:
-
From sk184795 > section "Downloads", download the latest AI Factory Firewall package for the BlueField-3 DPU to your computer.
-
Copy this AIFF package from your computer to the DPU.
Follow one of these options:
Option 1 - Through the BlueField-3 Out-of-band Management
See Configuration of Out-of-Band Management Network.
-
Configure an IP address on the "
oob_net0" interface of the DPU.Make sure a computer with an SSH client and SCP client can reach this IP address.
-
With the SSH client, connect from your computer to the IP address you configured on the "
oob_net0" interface.ssh <IP Address>The default credentials are:
-
Username -
ubuntu -
Password -
ubuntu
-
-
On the DPU, create some directory for the AIFF package.
For example:
mkdir -v /var/log/AIFF -
With an SCP client, connect from your computer to the IP address you configured on the "
oob_net0" interface.The default credentials are:
-
Username -
ubuntu -
Password -
ubuntu
-
-
Copy the AIFF package from your computer to the DPU to the new directory "
/var/log/AIFF".
For more information, refer to the NVIDIA BlueField Platform Software Troubleshooting Guide.
Option 2 - Through the regular Host Server interface
-
Connect with an SCP client to one of the Host Server interfaces.
-
Copy the AIFF package from your computer to the Host Server to some directory.
-
With a built-in SCP client, copy the AIFF package from the Host Server to the DPU to the new directory "
/var/log/AIFF":scp -v /var/log/AIFF/<Name of package> ubuntu@192.168.100.2:/var/log/AIFF/The default credentials are:
-
Username -
ubuntu -
Password -
ubuntu
-
-
-
-
On the DPU, install the AIFF package:
-
Install the AIFF container:
/root/AIFF_installation/install.sh -
Wait for the installation script to finish.
Note - This setup can take a few minutes, and it mostly runs in the background.
-
-
On the DPU, remove old unused AIFF packages:
sudo crictl rmi --pruneThis command only deletes images that are not currently being used by a running or exited container.