1.2.3. Packages installation¶
Virtual Accelerator installation consists in setting up a local repository and then performing the actual package installation.
Setting up a local repository¶
Retrieve and extract the Virtual Accelerator
bin
package# tar xfz /path/to/6wind-virtual-accelerator-*-bin.tgz
Set a variable for the directory containing the Virtual Accelerator software:
# export DELIVERY_DIR=/path/to/6wind-virtual-accelerator-*-bin
In the rest of this document, the directory containing the Virtual Accelerator software will be referred to as
$DELIVERY_DIR
.Install the local 6WIND yum repository:
# mkdir -p /etc/yum.repos.d # echo "[6wind]" >/etc/yum.repos.d/6wind.repo # echo "name = 6wind" >>/etc/yum.repos.d/6wind.repo # echo "baseurl = file://$DELIVERY_DIR" >>/etc/yum.repos.d/6wind.repo # echo "gpgcheck = 0" >>/etc/yum.repos.d/6wind.repo # echo "priority = 1" >>/etc/yum.repos.d/6wind.repo # yum makecache --enablerepo=6wind
Note
To use signed packages, the following steps are required.
First, set the gpgcheck value in /etc/yum.repos.d/6wind.repo to 1 instead of 0.
Then, import the public key provided in the Customer Zone:
# rpm --import online.gpg.pub.asc
Package installation/update¶
Install or update the Virtual Accelerator package:
# yum install -y virtual-accelerator
Install or update the KPIs add-on (require python 3):
# yum install -y virtual-accelerator-addon-kpis
Install or update the QuickAssist add-on 1:
# yum install -y virtual-accelerator-addon-qat
Remove unneeded leftover dependencies:
# yum autoremove
- 1
requires an IPsec Application License