Table Of Contents
Viewing ACE Hardware and Software Configuration Information
Displaying Software Version Information
Displaying Software Copyright Information
Displaying Hardware Information
Displaying the Hardware Inventory
Displaying System Processes
Displaying Process Status Information and Memory Resource Limits
Displaying System Information
Displaying ICMP Statistics
Displaying Technical Support Information
Viewing ACE Hardware and Software Configuration Information
This chapter describes how to view ACE hardware and software configuration information. The ACE CLI provides a comprehensive set of show commands in Exec mode that you can use to gather ACE hardware and software configuration information. This chapter contains the following major sections:
•
Displaying Software Version Information
•
Displaying Software Copyright Information
•
Displaying Hardware Information
•
Displaying the Hardware Inventory
•
Displaying System Processes
•
Displaying Process Status Information and Memory Resource Limits
•
Displaying System Information
•
Displaying ICMP Statistics
•
Displaying Technical Support Information
To view the contents of the current running-configuration file and startup-configuration file, see Chapter 4, Managing the ACE Software.
Note
The show buffer, show cde, show fifo, show hyp, show lcp, show netio, show np, show scp, and show vnet commands display internal system-level hardware show output for use by trained Cisco personnel as an aid in debugging and troubleshooting the ACE. See the Cisco Application Control Engine Module Command Reference for background information about those show commands.
Displaying Software Version Information
To display the version of system software that is currently running on the ACE in Flash memory, use the show version command. You use the show version command to verify the software version on the ACE before and after an upgrade.
The syntax of this command is as follows:
show version
For example, to display the entire output for the show version command, enter:
host1/Admin# show version
Cisco Application Control Software (ACSW)
TAC support: http://www.cisco.com/tac
Copyright (c) 2002-2006, Cisco Systems, Inc. All rights reserved.
The copyrights to certain works contained herein are owned by
other third parties and are used and distributed under license.
Some parts of this software are covered under the GNU Public
License. A copy of the license is available at
http://www.gnu.org/licenses/gpl.html.
loader: Version 12.2[117]
system: Version 3.0(0)A1(1) [build 3.0(0)A1(1)
_01:26:21-2006/03/13_/auto/a
dbu-rel/ws/REL_3_0_0_A1_1]
system image file: [LCP] disk0:c6ace-t1k9-mzg.3.0.0_A1_1.bin
licensed features: no feature license is installed
cpu: 0, model: SiByte SB1 V0.2, speed: 700 MHz
cpu: 1, model: SiByte SB1 V0.2, speed: 700 MHz
total: 957816 kB, free: 374588 kB
shared: 0 kB, buffers: 2572 kB, cached 0 kB
total: 500040 kB, used: 449976 kB, available: 50064 kB
last boot reason: reload command by admin
configuration register: 0x1
host kernel uptime is 1 days 10 hours 59 minute(s) 10 second(s)
Displaying Software Copyright Information
To display the software copyright information for the ACE, use the show copyright command. The syntax of this command is as follows:
show copyright
For example, enter:
host1/Admin# show copyright
Cisco Application Control Software (ACSW)
TAC support: http://www.cisco.com/tac
Copyright (c) 2002-2006, Cisco Systems, Inc. All rights reserved.
The copyrights to certain works contained herein are owned by
other third parties and are used and distributed under license.
Some parts of this software are covered under the GNU Public
License. A copy of the license is available at
http://www.gnu.org/licenses/gpl.html.
Displaying Hardware Information
To display ACE hardware inventory details, use the show hardware command. The syntax of this command is as follows:
show hardware
For example, to display the ACE hardware inventory details, enter:
host1/Admin # show hardware
Table 5-1 describes the fields in the show hardware command output.
Table 5-1 Field Descriptions for the show hardware Command
Field
|
Description
|
Product Number
|
Product number of the ACE
|
Serial Number
|
Serial number of the ACE
|
Card Index
|
Location of the ACE, specified as an index value
|
Hardware Rev
|
Hardware revision of the ACE
|
Feature Bits
|
Enabled feature bits of the ACE hardware
|
Slot No.
|
Slot number in the switch or router chassis where the ACE is installed
|
Type
|
Type of module installed in the switch or router chassis
|
Module Mode
|
Supported internetworking speeds in Gigabits per second (Gbps)
|
Displaying the Hardware Inventory
To display the system hardware inventory of the ACE, use the show inventory command. This command displays information about the field replaceable units (FRUs) in the ACE, including product identifiers, serial numbers, and version identifiers.
The syntax of this command is as follows:
show inventory [raw]
The optional raw keyword displays information about each temperature sensor in the ACE.
For example, to display the ACE hardware inventory details, enter:
host1/Admin # show inventory
Table 5-2 describes the fields in the show inventory command output.
Table 5-2 Field Descriptions for the show inventory Command
Field
|
Description
|
Name
|
Name assigned to the ACE in the switch or router chassis.
|
Descr
|
Description of the ACE installed in the switch or router chassis.
Note If you specify the raw keyword, The Descr field also displays information about each temperature sensor in the ACE.
|
PID
|
Product identifier of the ACE.
|
VID
|
Version identifier of the ACE.
|
SN
|
Serial number of the ACE.
|
Table 5-3 describes the fields in the show inventory raw command output.
Table 5-3 Field Descriptions for the show inventory raw Command
Field
|
Description
|
Name
|
Name assigned to the temperature sensor in the ACE
|
Descr
|
Description of the of temperature sensor
|
PID
|
Not applicable
|
VID
|
Not applicable
|
SN
|
Not applicable
|
Displaying System Processes
To display general information about all of the processes running on the ACE, use the show processes command. The show processes command displays summary CPU information for the SiByte 1250 Processor.
The show processes command is available only to users with an Admin role across all contexts. The displayed system processes information is at the CPU system level (the total CPU usage) and is not on a per-context level.
The syntax of this command is as follows:
show processes [cpu | log [details | pid process_id] | memory]
The keywords, arguments, and options are:
•
cpu—Displays CPU information for the SiByte 1250 Processor, the BCM1250 dual core MIPS processor
•
log—Displays information about process logs
•
details—Displays process log information for all process identifiers
•
pid process_id—Displays information about a specific process identifier
•
memory—Displays memory information about the processes
For example, to display memory information for the SiByte 1250 Processor, enter:
host1/Admin# show processes mem
PID MemAlloc StackBase/Ptr Process
----- -------- ----------------- ----------------
1 14592 7fff7f40/7fff77d0 init
Table 5-4 describes the fields in the show processes command output. The show processes command displays summary CPU information for the SiByte 1250 Processor.
Table 5-4 Field Descriptions for the show processes Command
Field
|
Description
|
PID
|
Process identifier.
|
State
|
Process state. Included below is a summary of the different process state codes that can appear to describe the state of a process:
• D—Uninterruptible sleep (usually I/O related)
• ER—Error while running
• NR—Not running
• R—Running or runnable (on run queue)
• S—Interruptible sleep (waiting for an event to complete)
• T—Stopped, either by a job control signal or because it is being traced
• W—Paging
• X—Process is dead
• Z—Defunct ("zombie") process, terminated but not reaped by its parent
|
PC
|
Current program counter in hex format.
|
Start_cnt
|
Number of times a process has been started.
|
TTY
|
Terminal that controls the process. A "—" usually means a daemon is not running on any particular tty.
|
Process
|
Name of the process.
|
Table 5-5 describes the fields in the show processes cpu command output.
Table 5-5 Field Descriptions for the show processes cpu Command
Field
|
Description
|
CPU Utilization
|
Lists the percentage of CPU utilization for the ACE for a 5-second interval, 1-minute interval, and a 5-minute interval
|
PID
|
Process identifier
|
Runtime (ms)
|
CPU time the process has used, expressed in milliseconds
|
Invoked
|
Number of times that the process has been invoked
|
uSecs
|
Microseconds of CPU time as an average for each process invocation
|
1 Sec
|
CPU utilization as a percentage for the last second
|
5 Sec
|
CPU utilization as a percentage for the last 5 seconds
|
1 Min
|
CPU utilization as a percentage for the last minute
|
5 Min
|
CPU utilization as a percentage for the last 5 minutes
|
Process
|
Name of the process
|
Table 5-6 describes the fields in the show processes log command output.
Table 5-6 Field Descriptions for the show processes log Command
Field
|
Description
|
Process
|
Name of the process
|
PID
|
Process identifier
|
Normal-exit
|
Status of whether the process exited normally
|
Stack
|
Status of whether a stack trace is in the log
|
Core
|
Status of whether a core file exists
|
Log-create-time
|
Time when the log file was generated
|
Table 5-7 describes the fields in the show processes log details | pid command output.
Table 5-7 Field Descriptions for the show processes log | pid details Command
Field
|
Description
|
Service
|
Name of the service.
|
Description
|
Brief description of the service.
|
Started at
|
Time the process started.
|
Stopped at
|
Time the process stopped.
|
Uptime
|
Length of time that the process was active.
|
Start type
|
System manager option that indicates the process restartability characteristics (that is, whether it is a stateless restart or stateful restart).
|
Death reason
|
Reason that the system manager killed the process (for example, no sysmgr heartbeats).
|
Exit code
|
Exit code with which the process exited.
Note Normally, the Exit code provides the signal number which killed the process.
|
CWD
|
Current working directory.
|
Virtual memory
|
Virtual memory addresses where the code, data heap, and stack of the process are located.
|
PID
|
Process identifier.
|
SAP
|
Service access point.
|
UUID
|
Universal unique identifier of the SiByte 1250 Processor.
|
Table 5-8 describes the fields in the show processes memory command output.
Table 5-8 Field Descriptions for the show processes memory Command
Field
|
Description
|
PID
|
Process identifier
|
MemAlloc
|
Total memory allocated by the process
|
StackBase/Ptr
|
Process stack base and current stack pointer in hex format
|
Process
|
Name of the process
|
Displaying Process Status Information and Memory Resource Limits
To display detailed process status information and memory resource limits, use the show terminal internal info Exec mode command.
The syntax of this command is as follows:
show terminal internal info
For example, enter:
host1/Admin# show terminal internal info
Table 5-9 describes the fields in the show terminal internal info command output.
Table 5-9 Field Descriptions for the show terminal internal info
Command
Field
|
Description
|
Process Information
|
Name
|
Name of the executable that started the process.
|
State
|
Process state. Included below is a summary of the different process state codes that can appear to describe the state of a process:
• D—Uninterruptible sleep (usually I/O related)
• ER—Error while running
• NR—Not running
• R—Running or runnable (on run queue)
• S—Interruptible sleep (waiting for an event to complete)
• T—Stopped, either by a job control signal or because it is being traced
• W—Paging
• X—Process is dead
• Z—Defunct ("zombie") process, terminated but not reaped by its parent
|
TGID
|
Terminal group identifier.
|
PID
|
Process identifier.
|
PPID
|
Parent process identification number.
|
TracerPID
|
Tracer process identification number.
|
UID
|
Identifier of the user that started the process (four element list).
|
GID
|
Identifier of the group that the process belongs to (four element list).
|
FDSize
|
Process file descriptor size.
|
Groups
|
Total number of groups.
|
VmSize
|
Total amount of virtual memory used by the process (in KB).
|
VmLck
|
Total locked virtual memory (in KB).
|
VmRSS
|
Total amount of physical memory used by the process (in KB).
|
VmData
|
Virtual memory data size (in KB).
|
VmStk
|
Virtual memory stack size (in KB).
|
VmExe
|
Executable virtual memory (in KB).
|
VmLib
|
Virtual memory library size (in KB).
|
SigPnd
|
Signals pending.
|
SigBlk
|
Signals blocked.
|
SigIgn
|
Signals ignored.
|
SigCat
|
Signals caught.
|
CapInh
|
Capability inherited privilege.
|
CapPrm
|
Capability privilege (processor resource manager).
|
CapEff
|
Capability effective privilege.
|
Memory Limits
|
Core file size
|
Maximum size of core file (in blocks) that may be created.
|
Data seg size
|
Maximum size (in KB) of the data segment for a process.
|
File size
|
Maximum size (in blocks) of files created by the shell.
|
Max locked memory
|
Maximum size (in KB) which a process may lock into memory.
|
Max memory size
|
Maximum size (in KB) to which a process's resident set size may grow.
Note This restriction imposes a limit on the amount of physical memory to be given to a process.
|
Open files
|
Maximum number of open files for this process.
|
Pipe size
|
Pipe buffer size (in bytes).
|
Stack size
|
Maximum size (in KB) of the stack segment for a process.
|
CPU time
|
Maximum amount of CPU time (in seconds) to be used by each process.
|
Max user processes
|
Maximum number of simultaneous processes for the user identifier.
|
Virtual memory
|
Maximum amount (in KB) of available virtual memory available to the process.
|
Displaying System Information
To display the system information, use the show system command. The syntax of this command is as follows:
show system {error-id {hex_id | list} | internal | kmem | resources |
uptime}
The keywords are:
•
error-id—Displays description about errors.
•
hex_id—Error ID in hexadecimal format. The range is from 0x0 to 0xffffffff.
•
list—Specifies all error IDs.
•
internal—Specifies a series of internal system-level commands for use by trained Cisco personnel only.
•
kmem—Displays the Linux kernel memory usage.
•
resources—Displays system-related CPU and memory statistics.
•
uptime—Displays how long the ACE has been up and running.
For example, to display CPU and memory statistics for the ACE, enter:
host1/Admin# show system resources
Table 5-11 describes the fields in the show system kmem command output.
Table 5-10 Field Descriptions for the show system kmem
Command
Field
|
Description
|
Mem
|
Total
|
Total usable Linux kernel RAM (physical RAM minus the reserved bits and the kernel binary code)
|
Used
|
Total Linux kernel RAM in use.
|
Free
|
Available Linux kernel RAM.
|
Shared
|
Always zero.
|
Buffers
|
Memory in buffer cache.
|
Cached
|
RAM used for the page cache (disk cache) minus the RAM used for the swap cache.
|
Swap
|
Total
|
Total amount of physical swap memory.
|
Used
|
Total swap memory in use.
|
Free
|
Available swap memory.
|
MemTotal
|
Total usable Linux kernel RAM (physical RAM minus the reserved bits and the kernel binary code).
|
MemFree
|
Available Linux kernel RAM.
|
MemShared
|
Always zero.
|
Buffers
|
Memory in buffer cache.
|
Cached
|
RAM used for the page cache (disk cache) minus the RAM used for the swap cache.
|
SwapCached
|
Memory that once was swapped out, is swapped back in, but is still in the swap file. If this memory is needed, it does not need to be swapped out again because it is already in the swap file. This saves I/O.
|
Active
|
Memory that has been used recently and usually not reclaimed unless it is absolutely necessary.
|
Inactive
|
Memory that is unused or easily freeable.
|
HighTotal
|
Total amount of memory in the high memory (highmem) region. Highmem is all memory above approximately 860 MB of physical RAM. The kernel uses indirect methods to access the high memory region. Data cache can go in this memory region.
|
HighFree
|
Total amount of available memory in the highmem area.
|
LowTotal
|
Amount of memory in the low memory region (non-highmem memory).
|
LowFree
|
Amount of free memory in the low memory region. The kernel can address low memory directly. All kernel data structures need to go into low memory.
|
SwapTotal
|
Total amount of physical swap memory.
|
SwapFree
|
Available swap memory.
|
Committed_AS
|
An estimate of how much RAM you would need to make a 99.99% guarantee that there never is an out-of-memory (OOM) condition for a particular workload. Normally, the kernel overcommits memory. For example, if you dynamically allocate 1 GB of memory, no demand is placed on that memory until you actually start using it. The Committed_AS is an estimate of how much RAM or swap memory you would need in a worst-case scenario.
|
Table 5-11 describes the fields in the show system resources command output.
Table 5-11 Field Descriptions for the show system resources
Command
Field
|
Description
|
Load average
|
Load that is defined as the number of running processes. The average reflects the system load over the past 1-minute, 5-minute, and 15-minute interval.
|
Processes
|
Number of processes in the system, and how many processes are actually running when you enter the command.
|
CPU states
|
CPU usage percentage in user mode, kernel mode, and idle time in the last second.
|
Memory usage
|
Total memory, used memory, free memory, memory used for buffers, and memory used for cache in KB. Buffers and cache are also included in the used memory statistics.
|
Table 5-12 describes the fields in the show system uptime command output.
Table 5-12 Field Descriptions for the show system uptime Command
Field
|
Description
|
System start time
|
Date and time when the ACE was turned on
|
System uptime
|
Length of time that the ACE hardware and software have been running
|
Kernel uptime
|
Length of time that the operating system (OS) has been running
|
Displaying ICMP Statistics
To display Internet Control Message Protocol (ICMP) statistics, use the show icmp statistics command. The syntax of this command is as follows:
show icmp statistics
For example, enter:
host1/Admin # show icmp statistics
Use the clear icmp statistics command to clear the ICMP statistics.
Table 5-13 describes the fields in the show icmp statistics command output.
Table 5-13 Field Descriptions for the show icmp-statistics Command
Field
|
Description
|
Total Messages
|
Total number of ICMP messages transmitted or received by the ACE
|
Errors
|
Number of ICMP error messages transmitted or received by the ACE
|
Echo Request
|
Number of ICMP echo request messages transmitted or received by the ACE
|
Echo Reply
|
Number of ICMP echo reply messages transmitted or received by the ACE
|
Unreachable
|
Number of ICMP unreachable packets transmitted or received by the ACE
|
TTL Expired
|
Number of ICMP TTL-expired messages transmitted or received by the ACE
|
Redirect
|
Number of ICMP redirect messages transmitted or received by the ACE
|
Address Mask
|
Number of ICMP Address Mask Request messages transmitted or received by the ACE
|
Param problem
|
Number of ICMP Parameter Problem messages transmitted or received by the ACE
|
Source Quench
|
Number of ICMP Source Quench messages transmitted or received by the ACE
|
Time Stamp
|
Number of ICMP Time Stamp (request) messages transmitted or received by the ACE
|
Displaying Technical Support Information
To display general information about the ACE when you report a problem, use the show tech-support command in Exec mode. You can also use this command to collect a large amount of information about your ACE and provide the output of this command to technical support representatives when you report a problem.
The show tech-support command displays the output of several show commands at once. The output from this command varies depending on your configuration.
You can choose to have detailed information for each command or even specify the output for a particular interface or module. Each command output is separated by the line and the command that precedes the output.
Note
Explicitly set the terminal length command to 0 (zero) to disable autoscrolling and enable manual scrolling. Use the show terminal command to view the configured terminal size. After obtaining the output of this command, reset your terminal length as required (see the "Configuring Terminal Display Attributes" section in Chapter 1, Setting Up the ACE).
Note
You can save the output of this command to a file by appending > filename to the show tech-support command (see Chapter 4, Managing the ACE Software). If you save this file, verify that you have sufficient space to do so; each file may take about 1.8 MB.
The default output of the show tech-support command includes, for example, the output of the following commands:
•
show hardware—See the "Displaying Hardware Information" section
•
show interface—See the Cisco Application Control Engine Module Routing and Bridging Configuration Guide
•
show process—See the "Displaying System Processes" section
•
show running-config—See Chapter 4, Managing the ACE Software
•
show version—See the "Displaying Software Version Information" section
The syntax of this command is as follows:
show tech-support [details]
The optional details keyword provides detailed information for each show command.
For example, to display an excerpt of the current running state of the ACE, enter:
host1/Admin# show tech-support
Cisco Application Control Software (ACSW)
TAC support: http://www.cisco.com/tac
Copyright (c) 2002-2006, Cisco Systems, Inc. All rights reserved.
The copyrights to certain works contained herein are owned by
other third parties and are used and distributed under license.
Some parts of this software are covered under the GNU Public
License. A copy of the license is available at
http://www.gnu.org/licenses/gpl.html.
loader: Version 12.2[117]
system: Version 3.0(0)A1(1) [build 3.0(0)A1(1)
_01:26:21-2006/03/13_/auto/a
dbu-rel/ws/REL_3_0_0_A1_1]
system image file: [LCP] disk0:c6ace-t1k9-mzg.3.0.0_A1_1.bin
licensed features: no feature license is installed
--More--Generating configuration....
cpu: 0, model: SiByte SB1 V0.2, speed: 700 MHz
cpu: 1, model: SiByte SB1 V0.2, speed: 700 MHz
total: 957816 kB, free: 367840 kB
shared: 0 kB, buffers: 2928 kB, cached 0 kB
total: 500040 kB, used: 449976 kB, available: 50064 kB
last boot reason: reload command by admin
configuration register: 0x1
host kernel uptime is 2 days 16 hours 41 minute(s) 20 second(s)
NAME: "module 3", DESCR: "Application Control Engine 8G"
PID: WS-SVC-NTS10-1-K9 , VID: V00, SN: SAD0837030D
Product Number: WS-SVC-NTS10-1-K9
Serial Number: SAD0837030D
To redirect the output of the show tech-support command to a file to the disk0: file system on the ACE or to a remote server using File Transfer Protocol (FTP), Secure Transfer Protocol (SFTP), or Trivial Transfer Protocol (TFTP), use the tac-pac command in Exec mode.
Note
The output of the tac-pac command is in gzip format. We recommend that you include the .gz extension in the filename so that it can be easily unzipped from the destination file system.
The syntax for the command is as follows:
tac-pac {disk0:[path/]filename | {ftp://server/path[/filename] |
sftp://[username@]server/path[/filename] |
tftp://server[:port]/path[/filename]}
The keywords, arguments, and options are as follows:
•
disk0:[path/]filename—Specifies that the file destination is the disk0: file system of the current context. If you do not provide the optional path, the ACE copies the file to the root directory on the disk0: file system.
•
ftp://server/path[/filename]—Specifies the FTP network server and, optionally, the filename.
•
sftp://[username@]server/path[/filename]—Specifies the SFTP network server and, optionally, the filename.
•
tftp://server[:port]/path[/filename]—Specifies the TFTP network server and, optionally, the filename.
For example, to send the output of the show tech-support command to a remote FTP server, enter:
host1/Admin# tac-pac ftp://192.168.1.2/tac-output_10-7-07.gz