Jasmine Joyce Kalaiselvan | Question 1: so first i need to have a fedora to packaging. is Fedora 8 ok? >>> Jasmine >>> Any Linux environment would be fine, so Fedora 8 is OK.
Question 2: according to the development guide Step 1 Run the SDK packaging tool pkg_build.sh, which is located in directory axp-sdk.<version>/tools Specify parameters to the packaging tool interactively or in batch mode (in a file). so how can i found the pkg_build.sh?
>>> Jasmine >>> Please download the SDK from CCO, extract it and you will find pkg_build.sh under tools folder. Find below the CCO location for 1.1.1 SDK. http://www.cisco.com/cgi-bin/Software/Tablebuild/doftp.pl?ftpfile=/cisco/crypto/3DES/access/AXP/1.1.1/sdk-addons/axp-sdk.1.1.1.tar.gz Question 3: i have installed some add on package in AXP AXP302# show software packages
Installed Packages:
- Installer (Installer application) (1.1.1.0) - Global (Global manifest) (1.1.1) - Bootloader (Primary) (Service Engine Bootloader) (1.0.2) - AXP (Virtual Server Development System) (1.1.1) - Infrastructure (Service Engine Infrastructure) (2.5.0.1) - guest_os (AXP Guest OS Add-on Package) (1.1.1) - Bootloader (Secondary) (Service Engine Bootloader) (1.0.2.0) - Core (Service Engine OS Core) (2.5.0.1) - GPL Infrastructure (Service Engine GPL Infrastructure) (2.3.0.1)
Installed Plug-ins:
- VSERIAL (Javelin Virtual Serial Device support) (1.1.1) - minicom (None) (1.0) - HelloWorld (None) (1.1) - helloworldapp (None) (1.1) - iosapi (IOS Config Service API) (1.1.1) - cli_plugin (CLI Plugin bundle to allow custom CLI plugin) (1.1.1) - Tomcat (Apache Foundation Tomcat Servlet Container) (5.5.20) - app_ssh (Application SSH Add-on Package) (1.1.1) - app_dev (Application Debugging Add-on Package) (1.1.1) - tmpalarm (None) (1.1) i would like to include the tomcat, ssh into the package such that i can ssh to the guest OS after creating the virtual instance. how can i do that? >>> Jasmine >>> You can pkg_info.sh shell script in the SDK, run that with the tomcat and ssh package, get the SSID and use that with "--deps" parameter while packaging. For ex,
--deps '8cec8ee5-54c3-4667-b62e-d4a31805d44a,all:5d9267f0-f9c2-11db-8f0d-001635a94464,all'
For more than one package dependencies, you have to use : to indicate different packages SSID. Please go through the developer guide for more info on pkg_build.sh and pkg_info.sh. Question 4: if finally i can ssh to the guest OS, can i transfer file to the guest OS by sftp? if no, any way to achieve that?
>>> Jasmine >>> You can use scp to copy files from Linux workstation to guest OS and vice versa.
Question 5: if i can transfer files to the guest OS, then i can install other softwares to it, is that true? >>> Jasmine >>> Yes, You can scp executables and run it from the guest OS. What other softwares you exactly mean? |
| Please sign in to flag this as inappropriate. |