|
ACNS software 4.0 includes the E-CDN application command-line interface (CLI) commands described in this section. See "Initializing Cisco Application and Content Networking Software and Setting Up the E-CDN Application," for additional information on how to set up and enable the E-CDN application.
To associate the Content Engine or Content Router with the IP address and (optionally) the port number of the Content Distribution Manager, use the ecdn cdm command in global configuration mode. To clear these parameters, use the no form of this command.
ecdn cdm ip ipaddress [port port-number]
Syntax Description
cdm ip Associates the Content Engine or Content Router with the IP address of the Content Distribution Manager. ipaddress Specifies the IP address of the Content Distribution Manager that the Content Engine or Content Router is associated with. port (Optional) Sets the port number associated with the Content Distribution Manager. port-number Specifies the port number of the Content Distribution Manager that the Content Engine or Content Router is associated with (1-65535). The default is 80. If no port number is specified, the default is used.
Defaults
If you do not specify a port number, the default is port 80.
Command Modes
Global configuration
Examples
This example associates the Content Engine with the Content Distribution Manager IP address 172.17.76.76 and port number 443.
ContentEngine(config)# ecdn cdm ip 172.17.76.76 port 443
This example cancels the association of the Content Engine with a Content Distribution Manager.
ContentEngine(config)# no ecdn cdm ip
To enable the E-CDN application, use the ecdn enable command in global configuration mode. To disable the E-CDN application, use the no form of this command.
ecdn enable
Syntax Description
enable Enables the E-CDN application.
Defaults
The E-CDN application is not enabled by default.
Command Modes
Global configuration
Examples
This example enables the E-CDN application.
ContentEngine(config)# ecdn enable
This example disables the E-CDN application.
ContentEngine(config)# no ecdn enable
To view information about the state of the E-CDN application, use the show ecdn command in EXEC mode.
show ecdnSyntax Description
This command has no arguments or keywords.
Defaults
No default behavior or values
Command Modes
EXEC
Examples
This example shows information about the state of the E-CDN application when it is disabled.
ContentEngine# show ecdn
ECDN content engine is not running; server 'bootnet' is 11314, 'checkup' is 0.
If you'd like to turn on ECDN, use config command 'ecdn'.
If you have, then the watchdog will restart in 10 min.
This example shows information about the state of the E-CDN application when it is enabled.
ContentEngine# show ecdn
ECDN content engine is running, state is online, Running normally.
For more information, point your browser to CDM 172.31.76.76
To view information about your E-CDN file system (ecdnfs), use the show ecdnfs volumes command in EXEC mode.
show ecdnfs volumesSyntax Description
This command has no arguments or keywords.
Defaults
No default behavior or values
Command Modes
EXEC
Examples
This example shows information about the E-CDN file system (ecdnfs).
ContentEngine# show ecdnfs volumes
ecdnfs 00: /sonoma/state 7340029KB
Related Commands
show disks
To view information about ACNS software that is necessary for Cisco's Technical Assistance Center (TAC) to assist you, use the show tech-support EXEC command.
show tech-supportSyntax Description
This command has no arguments or keywords.
Defaults
No default behavior or values
Command Modes
EXEC
Examples
This example shows the types of information available about ACNS software.
ContentEngine# show tech-support
------------------ version and hardware --------------------
------------------ running configuration -------------------
------------------ processes --------------------
------------------ process memory --------------------
------------------ system memory --------------------
----------------- interfaces --------------------
------------------ cfs statistics --------------------
------------------ http performance --------------------
------------------ http requests --------------------
------------------ http savings --------------------
--------------- miss/revalidate/no store -----------
------------------ https --------------------
------- rtsp requests for real media proxy --------------
------- rtsp savings for real media proxy --------------
------------------ ftp --------------------
-------------------- tcp --------------------
------------------ ip --------------------
------------------ icmp --------------------
------------------ bypass summary --------------------
------------------ bypass statistics --------------------
------------------ netstat --------------------
------------------ transaction log --------------------
------------------ crash traces --------------------
------------------ standby --------------------
------------------ Enterprise CDN -------------------
To set the Windows Media Technologies (WMT) license key, accept the license agreement, and enable the WMT server, use the wmt command in global configuration mode. Use the no form of this command to negate these actions.
wmt license-key key
Syntax Description
license-key Sets the WMT license key. Although the no form of the command is available from the CLI, it simply prints an error message that the license key cannot be removed. key Specifies the license key. accept-license-agreement Acknowledges and accepts the end user license agreement (EULA). Although the no form of the command is available from the CLI, it simply prints an error message that the EULA acceptance cannot be revoked. enable Enables the WMT server.
Defaults
license-key: no default
accept-license-agreement: not accepted
wmt enable: not enabled
Command Modes
Global configuration
Examples
This example shows the commands required to enable the WMT server in ACNS 4.0 software. All three commands are required.
ContentEngine(config)# wmt license-key WMT_LICENSE_KEY_590
ContentEngine(config)# wmt accept-license-agreement
ContentEngine(config)# wmt enable
ContentEngine# show wmt
WMT version: ce590-001.000
WMT enabled
WMT end user license agreement accepted
WMT license key installed
Related Commands
show wmt
show wmt license-agreement
Posted: Thu Nov 14 13:47:45 PST 2002
All contents are Copyright © 1992--2002 Cisco Systems, Inc. All rights reserved.
Important Notices and Privacy Statement.