


 



<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://docwiki.cisco.com/w/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://docwiki.cisco.com/w/index.php?title=Application_Extension_Platform_1.x_--_Installing_AXP_on_SRE_Modules&amp;feed=atom&amp;action=history</id>
		<title>Application Extension Platform 1.x -- Installing AXP on SRE Modules - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://docwiki.cisco.com/w/index.php?title=Application_Extension_Platform_1.x_--_Installing_AXP_on_SRE_Modules&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/w/index.php?title=Application_Extension_Platform_1.x_--_Installing_AXP_on_SRE_Modules&amp;action=history"/>
		<updated>2013-05-22T22:48:34Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.16.0</generator>

	<entry>
		<id>http://docwiki.cisco.com/w/index.php?title=Application_Extension_Platform_1.x_--_Installing_AXP_on_SRE_Modules&amp;diff=36047&amp;oldid=prev</id>
		<title>Jwithing: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/w/index.php?title=Application_Extension_Platform_1.x_--_Installing_AXP_on_SRE_Modules&amp;diff=36047&amp;oldid=prev"/>
				<updated>2010-12-02T20:30:56Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 20:30, 2 December 2010&lt;/td&gt;
		&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Jwithing</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/w/index.php?title=Application_Extension_Platform_1.x_--_Installing_AXP_on_SRE_Modules&amp;diff=36046&amp;oldid=prev</id>
		<title>Jwithing at 23:08, 29 November 2010</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/w/index.php?title=Application_Extension_Platform_1.x_--_Installing_AXP_on_SRE_Modules&amp;diff=36046&amp;oldid=prev"/>
				<updated>2010-11-29T23:08:46Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Installing Cisco AXP OS on Cisco SRE Modules ==&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
Ensure that all the AXP installation files are in the same directory.&lt;br /&gt;
&lt;br /&gt;
Configure the SRE module interface as described in [[Application Extension Platform 1.x -- Configuring the Cisco SRE Module Interface#Configuring the Cisco SRE Module Interface | Configuring the Cisco SRE Module Interface]]&lt;br /&gt;
&lt;br /&gt;
'''Note:''' To stop the install while the files are being downloaded and before the actual installation begins, use the &amp;lt;code&amp;gt; service-module ism install abort&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;service-module sm install abort&amp;lt;/code&amp;gt; command. For more information, see &amp;lt;code&amp;gt;service-module ism slot/port install&amp;lt;/code&amp;gt; command below.&lt;br /&gt;
&lt;br /&gt;
=== Installing Cisco AXP OS Software ===&lt;br /&gt;
&lt;br /&gt;
After the installation begins, do not enter further commands on the service module until the &amp;quot;Installation successful...&amp;quot; message appears. &lt;br /&gt;
&lt;br /&gt;
To install Cisco AXP OS on an SRE module, perform the following steps.&lt;br /&gt;
&lt;br /&gt;
==== Enter Privileged EXEC ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;enable&amp;lt;/code&amp;gt;&lt;br /&gt;
Enables privileged EXEC mode.&lt;br /&gt;
&lt;br /&gt;
Enter your password if prompted. &lt;br /&gt;
&lt;br /&gt;
==== Install Software from FTP or HTTP Server ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; service-module ism slot/port install url ''url'' [script ''filename''] [argument ''string''] [force] &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&amp;lt;code&amp;gt;service-module sm slot/port install url ''url'' [script ''filename''] [argument ''string''] [force]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Router# service-module ism 0/0 install url ftp://username:passwd@server.com/axp &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Runs bootloader to start installation of an application on the specified Cisco SRE module.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;slot/port&amp;lt;/code&amp;gt;—Position of target module in router chassis. For Cisco ISM-SRE or SM-SRE, always use 0 for the port number. The slash (/) is required between the slot and port numbers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;url ''url''&amp;lt;/code&amp;gt;—URL of the server and directory on which the application packages and Tcl script are located. The URL should point to the .bin or .pkg file on the FTP or HTTP server. The router downloads and installs all other files required to complete the application installation.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' If you use two or more of the following optional keywords with this command, you must use them in the order in which they are listed.&lt;br /&gt;
&lt;br /&gt;
(Optional) &amp;lt;code&amp;gt;script ''filename''&amp;lt;/code&amp;gt; &lt;br /&gt;
—Runs the specified Tcl script rather than the default installer script.&lt;br /&gt;
&lt;br /&gt;
(Optional) &amp;lt;code&amp;gt;argument ''string''&amp;lt;/code&amp;gt; —Passes contents of a (quotes delimited) string directly to a Tcl script.&lt;br /&gt;
&lt;br /&gt;
(Optional) &amp;lt;code&amp;gt;force&amp;lt;/code&amp;gt; &lt;br /&gt;
—Installs the application without first prompting for user input. If you use this keyword and if the application requires you to provide certain variables during the installation, you should also use &lt;br /&gt;
&amp;quot;&amp;lt;tt&amp;gt;argument ''string''&amp;lt;/tt&amp;gt;&amp;quot; to manually provide variables because the &amp;lt;tt&amp;gt;force&amp;lt;/tt&amp;gt; keyword directs the installer to bypass all user interaction during the installation. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;service-module ism slot/port status&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;service-module sm slot/port status&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(Optional) Monitors the progress of the installation.&lt;br /&gt;
&lt;br /&gt;
==== Exit Privileged EXEC ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; exit &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Exits privileged EXEC mode.&lt;br /&gt;
&lt;br /&gt;
==== Additional References ====&lt;br /&gt;
Refer to [http://www.cisco.com/en/US/docs/routers/access/interfaces/software/feature/guide/ism-sm-sre.html Cisco SRE Service Module Configuration and Installation Guide]&lt;br /&gt;
	&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
'''Return to Installing the Software: '''[[Application Extension Platform 1.x -- Installing the Software|Installing the Software]]&lt;br /&gt;
&lt;br /&gt;
'''Return to start of Getting Started Guide: '''[[Cisco AXP Getting Started Guide]]&lt;br /&gt;
[[Category:AXP Getting Started]]&lt;/div&gt;</summary>
		<author><name>Jwithing</name></author>	</entry>

	</feed>