Carl Erhard | Hi Andreas,
Currently only installing AXP from IOS is supported, so you cannot install an application from IOS. You have two choices to install this package. Note I am assuming AXP 1.5.3 but AXP 1.5.x will work.
Option 1: Bundle Ubuntu with AXP (recommended) 1. In the AXP SDK, run the file tools/pkg_bundle.sh. Use this to bundle Ubuntu with AXP. a. Note it will ask you for the location of the SRE files. This is a directory that contains the following files (assuming AXP 1.5.3.) These files must be contained in the same directory. axp-k9.sme.1.5.3.key axp-k9.sme.1.5.3.pkg.install.sre axp-k9.sme.1.5.3.pkg.install.sre.header axp-helper-k9.sme.1.5.3 b. The pkg_bundle.sh tool will ask you for the location of source packages. Provide your Ubuntu package first, then AXP. Your Ubuntu package is Ubuntu.1.0.0.pkg that you generated using pkg_build.sh. The AXP package is axp-k9.sme.1.5.3.pkg. 2. When the bundling tool finishes, you will see the following line: Generating tarball of SRE files: <name> This is a tarball of all the necessary files for an install from IOS. Untar this file into a location on your FTP server. tar zxvf <file generated by pkg_bundle.sh> /my_ftp_server/AXP_with_Ubuntu 3. Re-run the install command from IOS. service-module ism0/0 install url ftp://<location of new package file> 4. Once the install is complete, both AXP and Ubuntu will be installed. Option 2: Install AXP first, then install Ubuntu 1. Copy all of the necessary AXP files into the same directory on your FTP server. For example, cp axp-helper-k9.sme.1.5.3 axp-installer-k9.sme.1.5.3.prt1 axp-k9.sme.1.5.3.key axp-k9.sme.1.5.3.pkg axp-k9.sme.1.5.3.pkg.install.sre axp-k9.sme.1.5.3.pkg.install.sre.header axp-k9.sme.1.5.3.prt1 axp-timezone.sme.1.5.3.pkg axp-timezone.sme.1.5.3.prt1 /my_ftp_server/AXP_1_5_3 2. Issue the install command from IOS. For example, service-module ism0/0 install url ftp://<ip of FTP server>/AXP_1_5_3/axp-k9.sme.1.5.3.pkg 3. Session into the AXP blade service-module ism0/0 session 4. Once the install is complete, you will see an AXP prompt. Install Ubuntu. software install package url ftp://192.168.99.161/diva4/cisco/diva4_ubuntu/ubuntu-proj/pkg/Ubuntu.1.0.0.pkg username ftp password ftp 5. The blade will reboot and Ubuntu will be installed on AXP. Hope this helps, -Carl |
| Please sign in to flag this as inappropriate. |