Upgrade Guide
| Question: | How do I check the version of my AIR-BAG and how to I update AIR-BAG without re-installing LONE-TAR? |
| Keywords: | upgrade, license, version |
| Operating Systems: | Linux |
Check the version of your AIR-BAG:
# cat /usr/air-bag/ab.ini | grep "VERSION="
Upgrade Options:
1. Install LONE-TAR & AIR-BAG over top existing installation. Installation Instructions
2. Download modified files and copy over top existing installation.
Modified Files to copy over:
| mk_ab & mk_ab-64bit |
| These files deal with the AIR-BAG Image Creation |
| abmenu & abmenu-64bit |
| These files handle the AIR-BAG Image during boot up and load all necessary configurations into the AIR-BAG RAM. |
| ab.ini |
| This file contains variable settings for AIR-BAG during AIR-BAG Image Creation. |
Updating 32bit AIR-BAG from a previous version:
Download modified files here >> ftp://ftp.cactus.com/demos/4332-Linux/air-bag
When upgrading AIR-BAG to a more current release, all you have to do is follow these steps below:
1. Download the modified files for the AIR-BAG version you want to install
To download first make sure the files you want exist at ftp://ftp.cactus.com/demos/4332-Linux/air-bag
2. Move the old files out of the way before moving new files in its place.
# cd /usr/air-bag
# mv mk_ab mk_ab.orig
# mv config/abmenu config/abmenu.orig
3. After downloading the modified files to your local 'tmp' directory, lets copy them over.
# cd /usr/air-bag
# cp /tmp/mk_ab .
# cd config
# cp /tmp/abmenu .
Updating 64bit AIR-BAG from a previous version:
Download modified files here >> ftp://ftp.cactus.com/demos/4332-Linux/air-bag
When upgrading AIR-BAG to a more current release, all you have to do is follow these steps below:
1. Download the modified files for the AIR-BAG version you want to install
To download first make sure the files you want exist at ftp://ftp.cactus.com/demos/4332-Linux/air-bag
2. Move the old files out of the way before moving new files in its place.
# cd /usr/air-bag
# mv mk_ab-64bit mk_ab-64bit.orig
# mv config/abmenu-64bit config/abmenu-64bit.orig
3. After downloading the modified files to your local 'tmp' directory, lets copy them over.
# cd /usr/air-bag
# cp /tmp/mk_ab-64bit .
# cd config
# cp /tmp/abmenu-64bit .
Download Directories for each Supported Linux Flavor
| Operating System | |
| Red Hat Enterprise 3 - 5 | ftp.cactus.com/demos/4332-Linux/air-bag/rhe3-5 |
| Red Hat Enterprise 6 | ftp.cactus.com/demos/4332-Linux/air-bag/rhe6 |
| CentOS 3 - 5 | ftp.cactus.com/demos/4332-Linux/air-bag/centos3-5 |
| CentOS 6 | ftp.cactus.com/demos/4332-Linux/air-bag/centos6 |
| Ubuntu | ftp.cactus.com/demos/4332-Linux/air-bag/ubuntu |
| OpenSuSE | ftp.cactus.com/demos/4332-Linux/air-bag/opensuse |
| Novell SuSE | ftp.cactus.com/demos/4332-Linux/air-bag/novellsuse |