This command displays the CLI session timeout value, which is the amount of time, in minutes, that can elapse before a CLI session times out and disconnects.
show cli session timeout
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, and Cisco Unity Connection.
show csr*
show csr list
This command displays Certificate Sign Request contents and certificate trust lists.
show csr list
{ own |
| trust }
Syntax Description
Parameters
Description
own
Shows a list of owned Certificate Sign Requests.
trust
Shows a list of trusted Certificate Sign Requests.
Command Modes
Administrator (admin:)
Usage Guidelines
The certificate name can be obtained by using the show cert list own command.
Requirements
Command privilege level:
Allowed during upgrade:
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
Example
admin: show csr list own
tomcat/tomcat.csr
Vipr-QuetzalCoatl/Vipr-QuetzalCoatl.csr
.....
.....
.....
show csr own
This command displays Certificate Sign Request (CSR) contents and certificate trust lists.
show csr ownname
Syntax Description
Parameters
Description
name
The name of the CSR file.
Command Modes
Administrator (admin:)
Usage Guidelines
The certificate name can be obtained by using the show cert list own command.
Requirements
Command privilege level:
Allowed during upgrade:
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
This command displays the contents of the Certificate Trust List (CTL) file on the server. It notifies you if the CTL is invalid.
show ctl
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show cuc*
show cuc cluster status
This command shows the status of the servers in the cluster.
show cuc cluster status
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Cisco Unity Connection
Example
admin: show cuc cluster status
Server Name Member ID Server State Internal State Reason
----------- --------- ------------ -------------- ------
cuc-server-1 0 Primary Pri Active Normal
cuc-server-2 1 Secondary Sec Active Normal
show cuc config groups
This command displays a list of the valid configuration group names.
show cuc config groups [page]
Syntax Description
Parameters
Description
page
Causes the output to display one page at a time. Be aware that page is case sensitive.
Command Modes
Administrator (admin:)
Usage Guidelines
To see a list of the settings for a specified group, run the command show cuc config settings.
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Cisco Unity Connection
Example
admin: show cuc config groups
CiscoLicensing
ConfigurationAssistant
Conversations
Directory
Groupware
LogMgr
Messaging
:
:
Telephony
show cuc config settings
This command displays the settings and values for a specified group of Connection configuration settings.
show cuc config settingsgroup_namepage
Syntax Description
Parameters
Description
group_name
Specifies the name of the configuration group whose settings you want to display. To see a list of valid group names, run the command show cuc config groups. Be aware that group names are case sensitive.
pagepage
Causes the output to display one page at a time. Be aware that page is case sensitive.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Cisco Unity Connection
Configuration settings for the group SA
admin: show cuc config settings SA
SA Setting Value
---------- -----
SessionTimeout 20
Use24HrClockFormat 0
show cuc dbconsistency
This command checks the tables and indexes of a specified database for inconsistencies.
show cuc dbconsistency [database_name]
Syntax Description
Parameters
Description
database_name
Specifies the name of the database that you want to check. Be aware that database names are case sensitive. Connection databases include:
unitydirdb-Contains the directory and configuration data.
unitydyndb-Contains dynamic data that Connection uses internally.
unitymbxdb1 to unitymbxdb5-Contains the data about the current voice messages in the corresponding mailbox store, including pointers to the audio files that are stored in the file system. If only one mailbox store is configured, the name of the mailbox store database is always unitymbxdb1.
unityrptdb-Contains audit log data.
Command Modes
Administrator (admin:)
Usage Guidelines
After the command completes, the system saves detailed information in a log file and displays a summary of the results, including the location of the log file. Use the file commands to display the contents of the file.
Caution
Checking database consistency makes a significant impact on system performance. Run this command only when little or no system activity is occurring. After the operation begins, you can not cancel it. Do not restart the server during the operation; the operation must complete successfully before Connection will function properly.
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Cisco Unity Connection
Example of a consistency check of the unityrptdb database
admin: show cuc dbconsistency unityrptdb
Checking consistency of unityrptdb tables. Please wait.
Consistency check of unityrptdb tables successful.
Validation of unityrptdb indexes successful.
Output is in file: cuc/cli/consistency_unityrptdb_070404-123636.txt
show cuc dbcontents
This command exports the data from a specified database to a CSV file.
show cuc dbcontents [database_name]
Syntax Description
Parameters
Description
database_name
Specifies the name of the database whose data you want to export to a CSV file. Be aware that database names are case sensitive. Connection databases include:
unitydirdb-Contains the directory and configuration data.
unitydyndb-Contains dynamic data that Connection uses internally.
unitymbxdb1 to unitymbxdb5-Contains the data about the current voice messages in the corresponding mailbox store, including pointers to the audio files that are stored in the file system. If only one mailbox store is configured, the name of the mailbox store database is always unitymbxdb1.
unityrptdb-Contains audit log data.
Command Modes
Administrator (admin:)
Usage Guidelines
After the command completes, the location of the CSV file displays. Use the file commands to display the contents of the file.
Caution
Saving the contents of a database to a CSV file affects system performance. Run this command only when little or no system activity is occurring.
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Cisco Unity Connection
Example of exporting the data from the unitydirdb database to a CSV file and displays the location of the file.
admin: show cuc dbcontents unitydirdb
This operation may take a few minutes to complete. Please wait.
Output is in file: cuc/cli/contents_unitydirdb_070404-124027.csv
show cuc dbschema
This command exports the SQL statements that are necessary to replicate the schema for a specified database to a file.
show cuc dbschema [database_name]
Syntax Description
Parameters
Description
database_name
Speicifies the name of the database whose schema you want to export. Be aware that database names are case sensitive. Connection databases include:
unitydirdb-Contains the directory and configuration data.
unitydyndb-Contains dynamic data that Connection uses internally.
unitymbxdb1 to unitymbxdb5-Contains the data about the current voice messages in the corresponding mailbox store, including pointers to the audio files that are stored in the file system. If only one mailbox store is configured, the name of the mailbox store database is always unitymbxdb1.
unityrptdb-Contains audit log data.
Command Modes
Administrator (admin:)
Usage Guidelines
After the command completes, the location of the file displays. Use the file commands to display the file.
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Cisco Unity Connection
Example of exporting the schema of the unitydirdb database to a file and displays the location of the file.
admin: show cuc dbschema unitydirdb
Output is in file: cuc/cli/schema_unitydirdb_061013-115815.sql
show cuc dbserver disk
This command displays summary information about informix storage space for all Connection databases on the current server.
show cuc dbserver disk [page] [file]
Syntax Description
Parameters
Description
page
Causes the output to display one page at a time. Be aware that page is case sensitive.
file
Saves the output to a file. If you include this option, the summary includes the location of the file. Be aware that file is case sensitive.
This command displays summary information about a specified informix database user session.
show cuc dbserver sessionsession_id [page] [file]
Syntax Description
Parameters
Description
session_id
Specifies the database user session for which you want to display summary information. To get a list of current sessions, use either the show cuc dbserver sessions list command or the show cuc dbserver user list command.
page
Causes the output to display one page at a time. Be aware that page is case sensitive.
file
Saves the output to a file. If you include this option, the summary includes the location of the file. Be aware that file is case sensitive.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Cisco Unity Connection
Example of displaying summary information about database user session 63.
admin: show cuc dbserver session 63
IBM Informix Dynamic Server Version 10.00.UC4W3 -- On-Line -- Up 5 days 20:38:40 --
255716 Kbytes
session #RSAM total used dynamic
id user tty pid hostname threads memory memory explain
63 dbuser - 11488 smilliga 1 184320 143808 off
tid name rstcb flags curstk status
108 sqlexec 4bedd2b0 Y--P--- 4064 cond wait (netnorm)
Memory pools count 1
name class addr totalsize freesize #allocfrag #freefrag
63 V 4e774020 180224 38064 134 30
name free used name free used
sql 0 40 rdahead 0 448
Sess SQL Current Iso Lock SQL ISAM F.E.
Id Stmt type Database Lvl Mode ERR ERR Vers Explain
63 - ccm0500v0000 CR Wait 30 0 0 9.03 Off
Last parsed SQL statement :
select paramvalue from processconfig where
paramName='RisCleanupTimeOftheDay'
show cuc dbserver sessions all
This command displays summary information about all the current Informix database user sessions.
show cuc dbserver sessions all [page] [file]
Syntax Description
Parameters
Description
page
Causes the output to display one page at a time. Be aware that page is case sensitive.
file
Saves the output to a file. If you include this option, the summary includes the location of the file. Be aware that file is case sensitive.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Cisco Unity Connection
Example of displaying summary information about database user session 63.
admin: show cuc dbserver sessions all
IBM Informix Dynamic Server Version 10.00.UC4W3 -- On-Line -- Up 5 days 20:38:40 --
255716 Kbytes
session #RSAM total used dynamic
id user tty pid hostname threads memory memory explain
63 dbuser - 11488 smilliga 1 184320 143808 off
tid name rstcb flags curstk status
108 sqlexec 4bedd2b0 Y--P--- 4064 cond wait (netnorm)
Memory pools count 1
name class addr totalsize freesize #allocfrag #freefrag
63 V 4e774020 180224 38064 134 30
name free used name free used
opentable 0 3256 filetable 0 704
Sess SQL Current Iso Lock SQL ISAM F.E.
Id Stmt type Database Lvl Mode ERR ERR Vers Explain
63 - ccm0500v0000 CR Wait 30 0 0 9.03 Off
Last parsed SQL statement :
select paramvalue from processconfig where
paramName='RisCleanupTimeOftheDay'
show cuc dbserver sessions list
This command displays a list of the current Informix database user sessions.
show cuc dbserver sessions list [page]
Syntax Description
Parameters
Description
page
Causes the output to display one page at a time. Be aware that page is case sensitive.
Command Modes
Administrator (admin:)
Usage Guidelines
The names of internal database users generally correspond with the names of Connection components. Run this command before you run the show cuc dbserver session command to obtain the required session id.
Results are sorted by session id.
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Cisco Unity Connection
Example
admin: show cuc dbserver sessions list
Session Database User PID
------- -------- -------------- ----
14 unitydirdb tomcat 4707
4986 unitydirdb cudbeventpublisher 5818
show cuc dbserver user list
This command displays a list of the active Connection internal database users.
show cuc dbserver user list [page]
Syntax Description
Parameters
Description
page
Causes the output to display one page at a time. Be aware that page is case sensitive.
Command Modes
Administrator (admin:)
Usage Guidelines
The names of internal database users generally correspond with the names of Connection components.
Results get sorted first by database and then by user.
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Cisco Unity Connection
Example
admin: show cuc dbserver user list
Database User Session PID
-------- ----------------- ------- ----
unitydirdb tomcat 18 4707
unitydirdb cunotifier 5064 8690
unitydirdb cumta 5028 8504
unitydirdb cumixer 5018 8190
unitydirdb cuscavenger 5114 8943
show cuc dbserver user waiting
This command displays a list of the Connection internal users that are waiting for a resource.
show cuc dbserver user waiting [page]
Syntax Description
Parameters
Description
page
Causes the output to display one page at a time. Be aware that page is case sensitive.
Command Modes
Administrator (admin:)
Usage Guidelines
The names of the internal database users generally correspond with the names of Connection components.
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Cisco Unity Connection
Example
admin: show cuc dbserver user waiting
User Session Waiting On
Name ID Latch Lock Buffer Chkpt Trans In Crit
---------------- ------- ----- ---- ------ ----- ----- -------
cucsmgr 5403 N N N N N N
cudbeventpublisher 4989 N N N N N N
cugalsvc 5097 N N N N N N
show cuc dbtable contents
This command exports the contents of a specified Connection table to a CSV file.
show cuc dbtable contents { database_name | table_name }
Syntax Description
Parameters
Description
database_name
Specifies the database that contains the table whose contents you want to export to a CSV file. Be aware that database names are case sensitive. Connection databases include:
unitydirdb—Contains the directory and configuration data.
unitydyndb—Contains dynamic data that Connection uses internally.
unitymbxdb1 to unitymbxdb5—Contains the data about the current voice messages in the corresponding mailbox store, including pointers to the audio files that are stored in the file system. If only one mailbox store is configured, the name of the mailbox store database is always unitymbxdb1.
unityrptdb—Contains audit log data.
table_name
Specifies the table whose contents you want to export to a CSV file.
Note
For a list of the tables in a specified database, use the show cuc dbtable list command. Be aware that table names are case sensitive.
Command Modes
Administrator (admin:)
Usage Guidelines
After the command completes, the location of the CSV file displays. Use the file commands to display the contents of the file.
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Cisco Unity Connection
Example
admin: show cuc dbtable contents unitydirdb tbl_cos
Output is in file: cuc/cli/contents_tbl_cos_1013-113910.csv
show cuc dbtable list
This command displays a list of the tables in a specified database.
show cuc dbtable listdatabase_name [page]
Syntax Description
Parameters
Description
database_name
Specifies the database for which you want a list of tables. Be aware that database names are case sensitive. Connection databases include:
unitydirdb—Contains the directory and configuration data.
unitydyndb—Contains dynamic data that Connection uses internally.
unitymbxdb1 to unitymbxdb5—Contains the data about the current voice messages in the corresponding mailbox store, including pointers to the audio files that are stored in the file system. If only one mailbox store is configured, the name of the mailbox store database is always unitymbxdb1.
unityrptdb—Contains audit log data.
page
Causes the output to display one page at a time. Be aware that page is case sensitive.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Cisco Unity Connection
Example
admin: show cuc dbtable list unitydirdb
tbl_accountlogonpolicy
tbl_agency
tbl_agencyextensionrange
tbl_alias
tbl_alternatename
tbl_broadcastmessage
tbl_broadcastmessagerecipient
...
tbl_waveformat
show cuc dbtable schema
This command displays a description for a specified table and a list of the columns in the table.
show cuc dbtable schema
{ database_name | table_name }
[page]
Syntax Description
Parameters
Description
database_name
Specifies the database that contains the table show schema you want to display. Be aware that database names are case sensitive. Connection databases include:
unitydirdb—Contains the directory and configuration data.
unitydyndb—Contains dynamic data that Connection uses internally.
unitymbxdb1 to unitymbxdb5—Contains the data about the current voice messages in the corresponding mailbox store, including pointers to the audio files that are stored in the file system. If only one mailbox store is configured, the name of the mailbox store database is always unitymbxdb1.
unityrptdb—Contains audit log data.
table_name
Specifies the table whose schema you want to display.
Note
For a list of the tables in a specified database, use the show cuc dbtable list command. Be aware that table names are case sensitive.
page
Causes the output to display one page at a time. Be aware that page is case sensitive.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Cisco Unity Connection
Example of displaying the schema for the table tbl_user in the unitydirdb database.
admin: show cuc dbtable schema unitydirdb tbl_cos
A collection of service privileges for subscribers that control access to features and use of the system into classes. Class of Service objects determine which features a subscriber is licensed to use, the maximum length of their greetings and messages, what numbers they are allowed to dial, and what options are available to the subscriber among other things.
Columns:
displayname
movetodeletefolder
accessunifiedclient
...
accesslivereply
show cuc dbview contents
This command saves the results from a specified SQL view in a CSV file.
show cuc dbview contents
{ database_name | view_name }
Syntax Description
Parameters
Description
database_name
Specifies the database that contains the view whose results you want to save to a file. Be aware that database names are case sensitive. Connection databases include:
unitydirdb—Contains the directory and configuration data.
unitydyndb—Contains dynamic data that Connection uses internally.
unitymbxdb1 to unitymbxdb5—Contains the data about the current voice messages in the corresponding mailbox store, including pointers to the audio files that are stored in the file system. If only one mailbox store is configured, the name of the mailbox store database is always unitymbxdb1.
unityrptdb—Contains audit log data.
view_name
Specifies the view whose results you want to save to a file.
Note
For a list of the views in a specified database, use the show cuc dbview list command. Be aware that view names are case sensitive.
Command Modes
Administrator (admin:)
Usage Guidelines
After the command completes, the location of the CSV file displays. Use the file commands to display the contents of the file.
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Cisco Unity Connection
Example
The following example saves the results from the view vw_cos, in the database unitydirdb, to a CSV file.
admin: show cuc dbview contents unitydirdb vw_cos_061013-113910.csv
show cuc dbview list
This command displays a list of the views in a specified database.
show cuc dbview listdatabase_name [page]
Syntax Description
Parameters
Description
database_name
Specifies the database for which you want a list of views. Be aware that database names are case sensitive. Connection databases include:
unitydirdb—Contains the directory and configuration data.
unitydyndb—Contains dynamic data that Connection uses internally.
unitymbxdb1 to unitymbxdb5—Contains the data about the current voice messages in the corresponding mailbox store, including pointers to the audio files that are stored in the file system. If only one mailbox store is configured, the name of the mailbox store database is always unitymbxdb1.
unityrptdb—Contains audit log data.
page
Causes the output to display one page at a time. Be aware that page is case sensitive.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Example
The following example displays a list of the views in the unitydirdb database.
admin: show cuc dbview list unitydirdb
vw_agency
vw_agencyextensionrange
vw_alias
vw_alternatename
vw_broadcastmessage
vw_broadcastmessagerecipient
vw_callaction
...
vw_waveformat
show cuc dbview schema
This command displays the schema for a specified view.
show cuc dbview schema
{ database_name | view_name }
[page]
Syntax Description
Parameters
Description
database_name
Specifies the database that contains the view for which you want to display the schema. Be aware that database names are case sensitive. Connection databases include:
unitydirdb—Contains the directory and configuration data.
unitydyndb—Contains dynamic data that Connection uses internally.
unitymbxdb1 to unitymbxdb5—Contains the data about the current voice messages in the corresponding mailbox store, including pointers to the audio files that are stored in the file system. If only one mailbox store is configured, the name of the mailbox store database is always unitymbxdb1.
unityrptdb—Contains audit log data.
view_name
Specifies the view for which you want to display the schema.
Note
For a list of the views in a specified database, use the show cuc dbview list command. Be aware that view names are case sensitive.
page
Causes the output to display one page at a time. Be aware that page is case sensitive.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Cisco Unity Connection
Example
The following example displays the schema for the view vw_user in the database unitydirdb.
admin: show cuc dbview schema unitydirdb vw_cos
A simple view for tbl_Cos.
Columns:
objectid
accessfaxmail
accesstts
callholdavailable
callscreenavailable
canrecordname
...
requiresecuremessages
show cuc locales
This command displays a list of the locales currently installed.
This command displays a list of the Sysagent tasks.
show cuc sysagent task list [page]
Syntax Description
Parameters
Description
page
Causes the output to display one page at a time. Be aware that page is case sensitive.
Command Modes
Administrator (admin:)
Usage Guidelines
To run a sysagent task, use the run cuc sysagent task command. If the value of the Is Singleton column is Y for a specified task, the task can only be run on the primary server in a multi-server cluster. If this server is standalone, then all tasks run on this server.
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Cisco Unity Connection
Example
admin: show cuc sysagent task list
Task Name Is Singleton
--------------------------------------- -----------------
BroadcastMessagePurge N
CallManagerSubscriberTemplatesSynchTask Y
CallManagerUserSynchTask Y
CleanDeletedMessagesTask Y
CleanDirectoryStreamFilesTask N
CleanOrphanAttachmentFilesTask Y
...
UpdateDatabaseStats N
show cuc sysagent task results
This command displays the times at which the specified task started and completed, with the most recent time listed first.
show cuc sysagent task resultstask_name [page]
Syntax Description
Parameters
Description
task_name
Specifies the task for which you want to display information when the task starts and completes.
Note
For a list of task names, run the show cuc sysagent task list command. Be aware that task names are case sensitive.
page
Causes the output to display one page at a time. Be aware that page is case sensitive.
Command Modes
Administrator (admin:)
Usage Guidelines
To run a Sysagent task, use the run cuc sysagent task command.
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Cisco Unity Connection
Example
The following example displays the times at which the Sysagent task CleanDeletedMessages started and completed.
admin: show cuc sysagent task results CleanDeletedMessagesTask
Time Started Time Completed
---------------------- --------------------
2006-10-25 17:31:45.689 2006-10-25 17:31:45.785
2006-10-25 17:16:45.702 2006-10-25 17:16:45.742
2006-10-25 17:01:45.690 2006-10-25 17:01:45.730
show cuc sysinfo
This command displays a summary of hardware and software system information for the current Connection server, including the version installed on the active and inactive partitions; whether a cluster is configured; QOS settings; hardware specifications; the amount of used and free disk space on the active, inactive, and common partitions; licensing information; and so on.
show cuc sysinfo
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: No
Applies to: Cisco Unity Connection
Example
admin: show cuc sysinfo
Gather Data/Time : Wed Oct 21 09:45:29 PDT 2009
Connection Install Information:
Host Name : connection1
Version:
Active Version : 8.0.0.98000-210
Inactive Version : 8.0.0.98000-201
High Availability (this server is) : Pri_Single_Server
Publisher : connection1.cisco.com - 10.10.10.10
Subscriber(s) : None
QOS Settings :
Call Signaling DSCP : CS3
Media Signaling DSCP : EF
Hardware :
HW Platform : 7825I3
Processors : 1
Type : Family: Core 2
CPU Speed : 2130
Memory : 2048
Object Id : 1.3.6.1.4.1.9.1.746
OS Version : UCOS 4.0.0.0-31
...
show cuc tech dbschemaversion
This command displays the schema version information for each database.
show cuc tech dbschemaversion [page]
Syntax Description
Parameters
Description
page
Causes the output to display one page at a time. Be aware that page is case sensitive.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Cisco Unity Connection
Example
admin: show cuc tech dbschemaversion
unitydirdb
==========
Schema Version Product Version Date
-------------- --------------- -----------------
1.2.363 2.1 2007-02-13 19:10:50.0
show cuc tech dbserver all
This command runs all the show cuc tech commands in sequence and saves the results in a text file.
show cuc tech dbserver all
Command Modes
Administrator (admin:)
Usage Guidelines
After the command completes, detailed information gets saved in a text file and the location of the text file displays. Use the file commands to display the contents of the file.
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Example
admin: show cuc tech dbserver all
Output is in file: cuc/cli/dbserverall_061013-111801.txt
show cuc tech dbserver integrity
This command checks the integrity of the Informix database server storage space structure.
show cuc tech dbserver integrity
Command Modes
Administrator (admin:)
Usage Guidelines
After the command completes, detailed information gets saved in a text file, and a summary of the results displays, including the location of the file. Use the file commands to display the contents of the file.
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Cisco Unity Connection
Example
admin: show cuc tech dbserver integrity
Database system catalog tables were successfully validated.
Database disk extents were successfully validated.
Database reserved pages were successfully validated.
Output is in file: cuc/cli/integrity_061013-95853.txt
show cuc tech dbserver log diagnostic
This command checks for the existence of Informix assertion-failure and shared-memory-dump logs.
show cuc tech dbserver log diagnostic
Command Modes
Administrator (admin:)
Usage Guidelines
If the logs exist, their location displays. Use the file commands to display the contents of the files.
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Cisco Unity Connection only.
Example
admin:show cuc tech dbserver log diagnostic
The following Informix logs are available for the UC database server:
core/af.3599c
core/af.36858
show cuc tech dbserver log message
This command displays the end of the Informix message log.
show cuc tech dbserver log message [lines]
[ page ]
Syntax Description
Parameters
Description
lines
Specifies the number of lines that display at the end of the Informix message log. If the lines parameter is not included, the last 20 lines of the log are displayed.
page
(Optional) Causes the output to display one page at a time. Be aware that page is case sensitive.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Cisco Unity Connection only.
Example
admin:show cuc tech dbserver log message
Message Log File: online.ciscounity.log
18:09:01 Fuzzy Checkpoint Completed: duration was 0 seconds, 6 buffers
not flushed.
18:09:01 Checkpoint loguniq 57, logpos 0x208418, timestamp: 0x33b807
18:09:01 Maximum server connections 159
18:14:01 Fuzzy Checkpoint Completed: duration was 0 seconds, 6 buffers
not flushed.
18:14:01 Checkpoint loguniq 57, logpos 0x20a57c, timestamp: 0x33b9fc
show cuc tech dbserver status
This command saves a detailed status report of the database server instance to a file.
show cuc tech dbserver status
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Cisco Unity Connection only.
Example
admin:show cuc tech dbserver status
Output is in file: cuc/cli/status_061013-95031.txt
show cuc trace levels
This command displays a list of all the diagnostic traces and trace levels that are currently enabled.
show cuc trace levels
[ page ]
Syntax Description
Parameters
Description
page
(Optional) Causes the output to display one page at a time. Be aware that page is case sensitive.
Command Modes
Administrator (admin:)
Usage Guidelines
To enable or disable specified traces and trace levels, use the set cuc trace (Cisco Unity Connection only) command.
This command displays the Cisco Unity Connection version that is currently installed on the active and inactive partitions.
show cuc version
Command Modes
Administrator (admin:)
Usage Guidelines
This command always displays the version in the active partition. If the active partition contains an upgrade, the command also shows the version in the inactive partition. The current Engineering Special also displays.
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Cisco Unity Connection only.
Example
admin:show cuc version
Active version: 7.0.1.10000-323
Inactive version: 7.0.0.39700-277
show date
This command displays the date and time on the server.
show date
Command Modes
Administrator (admin:)
Example
admin: show date
Sat Jul 17 01:28:57 IST 2010
show diskusage
This command displays disk usage information about specific directories.
Saves the output to a specified file. These files are stored in the platform/cli directory. To view saved files, use the file view activelog command.
directory
Displays the directory sizes only.
sort
Sorts the output on the basis of file size. File sizes display in 1024-byte blocks.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, and Cisco Unity Connection
show dscp*
show dscp all
This command displays the current DSCP traffic markings on all the ports. It displays the DSCP markings in decimal and hexidecimal. If the value corresponds to a class then it displays the correct class. If the value does not correspond to a class, then it displays N/A.
show dscp all
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 0
Allowed during upgrade: No
Applies to: Unified CM and Cisco Unity Connection
show dscp defaults
This command displays the default factory DSCP settings. These values take effect if the set dscp defaults command is executed.
show dscp defaults
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 0
Allowed during upgrade: No
Applies to: Unified CM and Cisco Unity Connection
show dscp marking
This command displays the current DSCP traffic markings for a particular DSCP value.
show dscp markingvalue
Syntax Description
Parameters
Description
value
DSCP value. You can enter the name of a well-known DSCP class, or a numeric value in decimal or hexadecimal format. Precede hexadecimal values with 0x or 0X.
Command Modes
Administrator (admin:)
Usage Guidelines
The valid class names as defined by DSCP are:
Class Selector: values CSO, CS1, CS2, CS3, CS5, CS6CS7
The class selector (CS) values correspond to IP Precedence values and are fully compatible with IP Precedence.
Expedited Forwarding: value EF
EF PHB is ideally suited for applications such as VoIP that require low bandwidth, guaranteed bandwidth, low delay, and low jitter.
Best Effort: value BE
Also called default PHB, this value essentially specifies that a packet be marked with 0x00, which gets the traditional best-effort service from the network router.
Assured Forwarding: values AF11, AF12, AF13, AF21, AF22, AF23, AF41, AF42, AF43
There are four types of Assured Forwarding classes, each of which has three drop precedence values. These precedence values define the order in which a packet is dropped (if needed) due to network congestion. For example, packets in AF13 class are dropped before packets in the AF12 class.
Requirements
Command privilege level: 1
Allowed during upgrade: No
Applies to: Unified CM, IM and Presence service on Unified CM, and Cisco Unity Connection
show dscp status
This command displays the current DSCP traffic markings.
show dscp status
{ enabled | disabled }
Syntax Description
Parameters
Description
enabled
Filters the output to show only DSCP traffic markings that are enabled. If you do not specify a status, this filter is the default option.
disabled
Filters the output to show only DSCP traffic markings that are disabled.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 0
Allowed during upgrade: No
Applies to: Unified CM, IM and Presence service on Unified CM, and Cisco Unity Connection
show environment
This command displays environmental information for three types of hardware components.
show environment
{ fans | power-supply | temperatures }
Syntax Description
Parameters
Description
fans
Displays the fan speeds in Rotations per Minute (RPMs), fan-speed thresholds, and status.
power-supply
Displays the power-supply status only MCS-7845, MCS-7835, MCS-7825H3/H4, and MCS-7816H3 servers (those servers with redundant power supplies or embedded health hardware).
temperatures
Displays the temperature sensor temporary values, thresholds, and status.
Command Modes
Administrator (admin:)
Usage Guidelines
The output data from this command varies between IBM and HP server models.
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, and Cisco Unity Connection
show hardware
This command displays hardware-related information about the platform.
show hardware
Command Modes
Administrator (admin:)
Usage Guidelines
The following information is displayed:
Platform
Serial number
BIOS build level
BIOS manufacturer
Active processors
RAID controller status
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, and Cisco Unity Connection
show ipsec*
show ipsec information
show ipsec information
{ policy_group | policy_name }
Syntax Description
Parameters
Description
policy_group
policy_name
Command Modes
Administrator (admin:)
Usage Guidelines
Requirements
Command privilege level:
Allowed during upgrade:
Applies to: IM and Presence service on Unified CM
Example title
admin:
show ipsec policy_group
This command displays all the ipsec policy group on the node.
show ipsec policy_group
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM and Cisco Unity Connection
show ipsec policy_name
This command displays the list of ipsec policy names that exist in the specified policy group.
show ipsec policy_namepolicy_group
Syntax Description
Parameters
Description
policy_group
Specifies the policy group name.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM and Cisco Unity Connection
show ipsec status
show ipsec status
Command Modes
Administrator (admin:)
Usage Guidelines
Requirements
Command privilege level:
Allowed during upgrade:
Applies to: IM and Presence service on Unified CM
show itl
This command displays the ITL file contents or prints an error message if the ITL file is invalid.
show itl
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, and Cisco Unity Connection
show logins
This command lists recent logins to the server
show logins [number]
Syntax Description
Parameters
Description
number
Specifies the number of the most recent logins to display. The default is 20.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM and Cisco Unity Connection
show media streams
This command captures information on current media stream connections.
This command displays information about the onboard memory.
show memory
{ count | modules | size }
Syntax Description
Parameters
Description
count
Displays the number of memory modules on the system.
modules
Displays detailed information about all the memory modules.
size
Displays the total amount of physical memory.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, and Cisco Unity Connection
show myself
This command displays information about the current account.
show myself
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, and Cisco Unity Connection
show network*
show network all
This command shows network information for listening and nonlistening sockets.
show network all [detail] [page]
[ searchsrchtext ]
Syntax Description
Parameters
Description
detail
Shows additional information.
page
Displays information one page at a time.
searchsrchtext
Searches for srchtext in the output.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show network cluster
This command lists nodes in the network cluster.
show network cluster
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show network dhcp eth0
This command shows DHCP status information.
show network dhcp eth0
Command Modes
Administrator (admin:)
Usage Guidelines
The eth0 parameter displays Ethernet port 0 settings, including DHCP configurations and options.
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show network eth0
This command shows network information for ethernet 0.
show network eth0 [detail]
[ searchsrchtxt ]
Syntax Description
Parameters
Description
detail
Shows additional information.
searchsrchtxt
Searches for srchtxt in the output.
Command Modes
Administrator (admin:)
Usage Guidelines
The eth0 parameter displays Ethernet port 0 settings
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show network failover
This command shows Network Fault Tolerance information.
show network failover [detail] [page]
Syntax Description
Parameters
Description
detail
Shows additional information.
page
Shows information one page at a time.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show network ip_conntrack
This command shows ip_conntrack usage information.
show network ip_conntrack
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show network ipprefs
show network ipprefs
This command shows the list of ports that have been requested to be opened or translated in the firewall.
show network ipprefs
{ all | enabled | public }
Syntax Description
Parameters
Description
all
Shows all incoming ports that may be used on the product.
enabled
Shows all incoming ports that are currently opened.
public
Shows all incoming ports that are currently opened for a remote client.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
Example
admin: show network ipprefs public
Application IPProtocol PortValue Type XlatedPort Status Description
------------ ------------ ------------ ------------ ------------ ------------ ------------
sshd tcp 22 public - enabled sftp and ssh
access
tomcat tcp 8443 translated 443 enabled secure web
access
tomcat tcp 8080 translated 80 enabled web access
clm udp 8500 public - enabled cluster
manager
clm tcp 8500 public - enabled cluster
manager
ntpd udp 123 public - enabled network time
sync
snmpdm udp 161 public - enabled SNMP
ccm tcp 2000 public - enabled SCCP-SIG
ctftp udp 6969 translated 69 enabled TFTP access
to CUCM TFTP Server
ctftp tcp 6970 public - enabled HTTP access
show network ipv6
This command shows IPv6 network routes and network settings.
show network ipv6
{ route | settings }
Syntax Description
Parameters
Description
route
Shows all IPv6 routes.
settings
Shows all IPv6 network settings.
Command Modes
Administrator (admin:)
Usage Guidelines
Note
IPv6 is not supported in Cisco Business Edition 5000.
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, Cisco Unity Connection
show network max_ip_conntrack
This command shows max_ip_conntrack information.
show network max_ip_conntrack
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show network route
This command shows network routing information.
show network route [detail]
[ searchsrchtext ]
Syntax Description
Parameters
Description
detail
Shows additional information.
searchsrchtext
Searches for the srchtext in the output.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show network status
This command shows active internet connections.
show network status [detail] [listen] [process] [all] [nodns] [ searchstext ]
Syntax Description
Parameters
Description
detail
Shows additional information.
listen
Shows only listening sockets.
process
Shows the process ID and name of the program to which each socket belongs.
all
Shows both listening and nonlistening sockets.
nodns
Shows numerical addresses without any DNS information.
searchstext
Searches for the stext in the output.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
Example
This example displays active internet connections.
admin: show network status
show open*
show open files*
show open files all
This command shows all open files on the system.
show open files all
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 0
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show open files process
The command shows open files that belong to a specified process.
show open files processprocessID
Syntax Description
Parameters
Description
processID
Specifies a process.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 0
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show open files regexp
This command shows open files that match the specified regular expression.
show open files regexpreg_exp
Syntax Description
Parameters
Description
reg_exp
Specifies a regular expression.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 0
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show open ports*
show open ports all
This command shows all open ports on the system.
show open ports all
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 0
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show open ports process
This command displays open ports the belong to a specified process.
show open ports processprocessID
Syntax Description
Parameters
Description
processID
Specifies a process.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 0
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show open ports regexp
This command shows open ports that match the specified regular expression.
show open ports regexpreg_exp
Syntax Description
Parameters
Description
reg_exp
Specifies a regular expression.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 0
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show packages
This command displays the name and version for installed packages.
show packages
{ active | inactive }
name [page]
Syntax Description
Parameters
Description
active
Specifies active packages.
inactive
Specifies inactive packages.
name
Specifies the package name. To display all active or inactive packages, use the wildcard character, *.
page
Shows the output one page at a time
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show password*
show password
This command shows information about the configured password.
show password
{ age | history | inactivity }
Syntax Description
Parameters
Description
age
Shows information about the configured password age parameters
history
Shows the number of passwords that the history maintains for OS administration accounts.
inactivity
Shows the status of the password inactivity for OS accounts. Password inactivity is the number of days of inactivity after a password has expired before the account is disabled.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
This command shows whether a user is forced to change passwords after the user signs in to the system the next time.
show password change-at-loginuserid
Syntax Description
Parameters
Description
userid
Specifies the user account that you want to show.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: No
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show password expiry*
show password expiry
This command shows the configured password expiration parameters.
show password expiry
{ maximum-age | minimum-age }
Syntax Description
Parameters
Description
maximum-age
Shows the maximum number of days for set password expiry.
minimum-age
Shows the minimum number of days for set password expiry.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show password expiry user
This command shows the configured password expiration parameters for the specified user.
show password expiry user
{ maximum-age | minimum-age }
userid
Syntax Description
Parameters
Description
maximum-age
Shows the maximum number of days for set password expiry.
minimum-age
Shows the minimum number of days for set password expiry.
userid
Specifies the user account that you want to show.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show password expiry user list
This command shows the password maximum age and password minimum age for each CLI user in the system.
show password expiry user
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show perf*
show perf counterhelp
This command displays information about the specified perfmon counter.
show perf counterhelpclass-namecounter-name
Syntax Description
Parameters
Description
class-name
Represents the class name that contains the counter.
counter-name
Represents the counter that you want to view.
Command Modes
Administrator (admin:)
Usage Guidelines
If the class name or counter name contains white spaces, enclose the name in double quotation marks.
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show perf list categories
This command lists the categories in the perfmon system.
show perf list categories
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show perf list classes
This command lists perfmon classes (objects).
show perf list classes
[ catcategory ]
[ detail ]
Syntax Description
Parameters
Description
catcategory
Displays perfmon classes for the specified category.
detail
Displays detailed information.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show perf list counters
This command lists perfmon counters for the specified perfmon class.
show perf list countersclass-name
[ detail ]
Syntax Description
Parameters
Description
class-name
Represents the class name that contains the counter.
detail
Displays detailed information.
Command Modes
Administrator (admin:)
Usage Guidelines
If the class name contains white spaces, enclose the name in double quotation marks.
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show perf list instances
This command lists the perfmon instances for the specified perfmon class.
show perf list instancesclass-name
[ detail ]
Syntax Description
Parameters
Description
class-name
Represents the class name that contains the counter.
detail
Displays detailed information.
Command Modes
Administrator (admin:)
Usage Guidelines
If the class name contains white spaces, enclose the name in double quotation marks.
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show perf query class
This command queries a perfmon class and displays all the instances and counter values of each instance.
show perf query classclass-name
[ ,class-name... ]
Syntax Description
Parameters
Description
class-name
Represents the class name that contains the counter.
Command Modes
Administrator (admin:)
Usage Guidelines
If the class name contains white spaces, enclose the name in double quotation marks.
You can specify a maximum of five classes for each command.
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show perf query counter
This command queries the specified counter or counters and displays the counter value of all instances.
show perf query counterclass-namecounter-name
[ ,counter-name... ]
Syntax Description
Parameters
Description
class-name
Represents the class name that contains the counter.
counter-name
Represents the counter that you want to view.
Command Modes
Administrator (admin:)
Usage Guidelines
If the class name or counter name contains white spaces, enclose the name in double quotation marks.
You can specify a maximum of five counters for each command.
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show perf query instance
This command queries the specified instance and displays all its counter values.
show perf query instanceclass-nameinstance-name
[ ,instance-name... ]
Syntax Description
Parameters
Description
class-name
Represents the class name that contains the counter.
instance-name
Specifies the perfmon instance to view.
Command Modes
Administrator (admin:)
Usage Guidelines
If the class name contains white spaces, enclose the name in double quotation marks.
You can specify a maximum of five instances for each command.
This command does not apply to singleton perfmon classes.
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show perf query path
This command queries a specified perfmon path.
show perf query pathpath-spec
[ ,path-spec... ]
Syntax Description
Parameters
Description
path-spec
Specifies a perfmon path.
Command Modes
Administrator (admin:)
Usage Guidelines
For an instance-based perfmon class, you must specify path-spec as follows: class-name(instance-name)\counter-name
For a noninstance-based perfmon class (a singleton), you must specify path-spec as follows: class-name\counter-name
You can specify a maximum of five paths for each command.
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
Example
admin: show perf query path "Cisco Phones(phone-0)\CallsAttempted","Cisco Unified Communications Manager\T1ChannelsActive"
show process*
show process list
This command displays a list of all the processes and critical information about each process and visually indicates the child-parent relationships between the processes.
show process list
[ filefilename ]
[ detail ]
Syntax Description
Parameters
Description
file
Outputs the results to the file that is specified by the filename variable.
filename
Specifies the filename.
detail
Displays detailed output.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show process load
This command displays the current load on the system.
show process load
[ cont ]
[ clear ]
[ noidle ]
[ numnumber ]
[ thread ]
[ cpu |
| memory |
| time ]
[ page ]
Syntax Description
Parameters
Description
cont
Repeats the command continuously.
clear
Clears the screen before displaying output.
noidle
Ignores the idle or zombie processes.
numnumber
Displays the number of processes that are specified by number. The default number of processes equals 10. Set number to all to display all processes.
thread
Displays threads.
cpu
Sorts output by CPU usage. This is the default sorting.
memory
Sorts output by memory usage.
time
Sorts output by time usage.
page
Displays the output in pages.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show process name
This command displays the details of processes that share the same name and indicates their parent-child relationship.
show process nameprocess
[ filefilename ]
Syntax Description
Parameters
Description
process
Specifies the name of a process.
filefilename
Outputs the results to the file that is specified by filename.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show process open-fd
This command lists the open file descriptors for a comma-separated list of process IDs.
show process open-fdprocess-id
[ ,process-id2 ]
Syntax Description
Parameters
Description
process-id
Specifies the process-id.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show process pid
This command shows a specific process number or command name.
show process pidpid
[ filefilename ]
Syntax Description
Parameters
Description
pid
Specifies the process ID number of a process.
filefilename
Outputs the results to the file that is specified by filename.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show process search
This command searches for the pattern that the regular expression regexp specifies in the output of the operating system-specific process listing.
show process search regexp
[ filefilename ]
Syntax Description
Parameters
Description
regexp
Represents a regular expression.
filefilename
Outputs the results to the file that is specified by filename.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show process user
This command retrieves details of processes that share the user name and displays parent-child relationship.
show process userusername
[ filefilename ]
Syntax Description
Parameters
Description
username
Specifies the username.
filefilename
Outputs the results to the file that is specified by filename.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show process using-most cpu
This command displays a list of the most CPU-intensive processes.
show process using-most cpu
[ number ]
[ filefilename ]
Syntax Description
Parameters
Description
number
Specifies the number of processes to display. The default specifies 5.
filefilename
Outputs the results to the file that is specified by filename.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show process using-most memory
This command displays a list of the most memory-intensive processes.
show process using-most memory
[ number ]
[ filefilename ]
Syntax Description
Parameters
Description
number
Specifies the number of processes to display. The default specifies 5.
filefilename
Outputs the results to the file that is specified by filename.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show registry
This command displays the contents of the registry.
show registrysystemcomponent
[ name ]
[ page ]
Syntax Description
Parameters
Description
system
Represents the registry system name.
component
Represents the registry component name.
name
Represents the name of the parameter to show.
page
Displays one page at a time.
Command Modes
Administrator (admin:)
Usage Guidelines
If the name is “page,” and you want to display the output one page at a time, use the command show registrysystemcomponentnamepagepage
To show all components in a system, enter the wildcard character * in the command: show registrysystem*
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
Example
This example shows the contents of the cm system, dbl/sdi component.
admin: show registry cm dbl/sdi
show risdb*
show risdb list
This command displays the tables that are supported in the Realtime Information Service (RIS) database.
show risdb list
[ filefilename ]
Syntax Description
Parameters
Description
filefilename
Outputs the information to a file.
Command Modes
Administrator (admin:)
Usage Guidelines
The file option saves the information to platform/cli/filename.txt. Ensure that the filename does not contain the "." character.
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
Example
This command displays a list of all RIS database tables.
admin: show risdb list
show risdb query
This command displays the contents of the specified RIS tables.
show risdb querytable1table2table3... [ filefilename ]
Syntax Description
Parameters
Description
table1
Specifies the name of a table.
filefilename
Outputs the information to a file.
Command Modes
Administrator (admin:)
Usage Guidelines
The file option saves the information to platform/cli/filename.txt. Ensure that the filename does not contain the "." character.
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show session maxlimit
This command shows the upper limit for concurrent SSH sessions.
show session maxlimit
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show smtp
This command displays the name of the SMTP host.
show snmp
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show stats io
This command displays the IO statistics.
show stats io
[ kilo ]
[ detail ]
[ page ]
[ filefilename ]
Syntax Description
Parameters
Description
kilo
Displays statistics in kilobytes.
detail
Displays detailed statistics on every available device on the system and overrides the kilo option.
page
Displays one page at a time.
filefilename
Outputs the information to a file specified by filename
Command Modes
Administrator (admin:)
Usage Guidelines
The file option saves the information to platform/cli/filename.txt. Ensure that the filename does not contain the "." character.
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show status
This command displays basic platform status.
show status
Command Modes
Administrator (admin:)
Usage Guidelines
This command displays the following basic platform status:
hostname
date
timezone
locale
product version
platform version
CPU usage
memory and disk usage
Requirements
Command privilege level: 0
Allowed during upgrade: No
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show strace
This command lists the current service trace level.
show strace
[ servicename ]
Syntax Description
Parameters
Description
servicename
Represents the service for which the trace is set (enabled/disabled).
Command Modes
Administrator (admin:)
Usage Guidelines
If you do not enter any parameters, the command returns a list of available tasks.
Requirements
Command privilege level: 0
Allowed during upgrade: No
Applies to: IM and Presence service on Unified CM
Example
admin: show strace Cisco XCP Router
Trace is enabled
Trace level is set to Info
show tech*
show tech activesql
This command displays the active queries to the database taken at one minute intervals as far back as the logs allow.
show tech activesql
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show tech all
This command displays the combined output of all show tech commands.
show tech all
[ page ]
[ filefilename ]
Syntax Description
Parameters
Description
page
Displays one page at a time.
filefilename
Outputs the information to a file.
Command Modes
Administrator (admin:)
Usage Guidelines
The file option saves the information to platform/cli/filename.txt. Ensure that the file name does not contain the "." character
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show tech ccm_service
This command displays information about all services that can run on the system.
show tech ccm_service
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show tech database
This command shows information about the database.
show tech database
{ dump | sessions }
Syntax Description
Parameters
Description
dump
Creates a CSV file of the entire database.
sessions
Redirects the session and SQL information of the present session IDs to a file.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show tech dberrcode
This command displays information (from the database log files) about the error code that is specified.
show tech dberrcodeerrorcode
Syntax Description
Parameters
Description
errorcode
Specifies the error code as a positive integer.
Command Modes
Administrator (admin:)
Usage Guidelines
If the error code is a negative number, enter it without the minus sign (-).
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show tech dbintegrity
This command displays the database integrity.
show tech dbintegrity
Command Modes
Administrator (admin:)
Requirements
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show tech dbschema
This command displays the database schema in a CSV file.
show tech dbschema
[ car | cm ]
Syntax Description
Parameters
Description
car
Represents the car database.
cm
Represents the cm database.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show tech dbinuse
This command displays the database in use.
show tech dbinuse
[ car | cm ]
Syntax Description
Parameters
Description
car
Represents the car database.
cm
Represents the cm database.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show tech dbstateinfo
This command displays the state of the database.
show tech dbstateinfo
[ car | cm ]
Syntax Description
Parameters
Description
car
Represents the car database.
cm
Represents the cm database.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show tech devdefaults
This command displays the device defaults table.
show tech devdefaults
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show tech dumpCSVandXML
This command provides detailed information for customer support in the case of a standard upgrade condition.
show tech dumpCSVandXML
Command Modes
Administrator (admin:)
Usage Guidelines
You can get this file in the following ways:
Use the file view activelog cm/trace/dbl/xmlcsv.tar command to view the contents of the file.
Use the file get activelog cm/trace/dbl/xmlcsv.tar command to download the file.
Use RTMT: Trace and Log Central > Collect Files > Cisco Database Cli Output > Install and upgrade log.
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show tech gateway
This command displays the gateway table from the database.
show tech gateway
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show tech locales
This command displays the locale information for devices, device pools, and end users.
show tech locales
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show tech network all
This command displays all network tech information.
show tech network all
[ page ]
[ searchtext ]
[ filefilename ]
Syntax Description
Parameters
Description
page
Displays one page at a time.
searchtext
Searches the output for the string that text specifies. Be aware that the search is case insensitive.
filefilename
Outputs the information to a file.
Command Modes
Administrator (admin:)
Usage Guidelines
The file option saves the information to platform/cli/filename.txt. Ensure that the file name does not contain the "." character
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show tech network hosts
This command displays information about hosts configuration.
Searches the output for the string that text specifies. Be aware that the search is case insensitive.
filefilename
Outputs the information to a file.
Command Modes
Administrator (admin:)
Usage Guidelines
The file option saves the information to platform/cli/filename.txt. Ensure that the file name does not contain the "." character
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show tech network sockets
This command displays the list of open sockets.
show tech network sockets
{ numeric }
Syntax Description
Parameters
Description
numeric
Displays the numerical addresses of the ports instead of determining symbolic hosts. This parameter is equivalent to running the Linux shell numeric-n command.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show tech notify
This command displays the database change notify monitor.
show tech notify [search pattern_to_match]
Syntax Description
Parameters
Description
search pattern_to_match
Represents the string that needs to be searched in the command output.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show tech params
This command displays the database parameters.
show tech params
{ all |
| enterprise |
| service }
Syntax Description
Parameters
Description
all
Displays all the database parameters.
enterprise
Displays the database enterprise parameters.
service
Displays the database service parameters.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show tech prefs
This command displays database settings.
show tech prefs
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show tech procedures
This command displays the CAR or CM procedures that are in use for the database.
show tech procedures
{ car |
| cm }
Syntax Description
Parameters
Description
car
Specifies the CAR procedures.
cm
Specifies the CM procedures.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show tech repltimeout
This command displays the replication timeout.
show tech repltimeout
Command Modes
Administrator (admin:)
Usage Guidelines
When you increase the replication timeout, you ensure that as many servers as possible in a large system are included in the first round of replication setup. If you have the maximum number of servers and devices, set the replication timeout to the maximum value. Be aware that this delays the initial set up of replication to give all servers time to get ready for setup.
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show tech routepatterns
This command displays the route patterns that are configured for the system.
show tech routepatterns
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show tech routeplan
This command displays the route plans that are configured for the system.
show tech routeplan
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show tech runtime
This command displays CPU usage information at the time the command is run.
show tech runtime
{ all | cpu | disk | env | memory }
pagefilefilename
Syntax Description
Parameters
Description
all
Displays all runtime information.
cpu
Displays CPU usage information at the time the command is run.
disk
Displays system disk usage information.
env
Displays environment variables.
memory
Displays memory usage information.
page
Displays one page at a time.
filefilename
Outputs the information to a specified file.
Note
This option saves the information to platform/cli/<filename>.txt. Ensure that the file name does not contain the "." character.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, and Cisco Unity Connection
show tech sqlhistory
This command prints the history of SQL statements executed.
show tech sqlhistory
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show tech systables
This command displays the name of all tables in the sysmaster database.
show tech systables
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show tech system
This command displays all the system information.
show tech system
{ all | bus | hardware | host | kernel modules | software | tools }
pagefilefilename
Syntax Description
Parameters
Description
all
Displays all the system information.
bus
Displays information about the data buses on the server.
hardware
Displays information about the server hardware.
host
Displays information about the server.
kernel modules
Lists the installed kernel modules.
software
Displays information about the installed software versions.
tools
Displays information about the software tools on the server.
page
Displays one page at a time.
filefilename
Outputs the information to a file. This option saves the information to platform/cli/<filename>.txt. Ensure that the file name does not contain the "." character.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show tech table
This command displays the contents of the specified database table.
show tech tabletable_name [page] [csv]
Syntax Description
Parameters
Description
table_name
Represents the name of the table to display.
page
Displays the output one page at a time.
csv
Sends the output to a comma separated values file.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show tech triggers
This command displays table names and the triggers that are associated with those tables.
show tech triggers
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show tech version
This command displays the version of the installed components.
show tech version [page]
Syntax Description
Parameters
Description
page
Displays one page at a time.
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 1
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show timezone
show timezone config
This command displays the current timezone settings.
show timezone config
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show timezone list
This command displays the available timezones.
show timezone list
[ page ]
Syntax Description
Parameters
Description
page
Displays the output one page at a time.
Command Modes
Administrator (admin:)
Usage Guidelines
Although the list of available time zones includes Factory, Unified CM does not support the Factory timezone.
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show trace
This command displays trace information for a particular task.
show trace
[ task_name ]
Syntax Description
Parameters
Description
task_name
Represents the name of the task for which you want to display the trace information.
Command Modes
Administrator (admin:)
Usage Guidelines
If you do not enter a parameter, the command returns a list of available tasks.
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
Example
admin: show trace cdps
show ups status
This command shows the current status of the USB-connected APC smart-UPS device and starts the monitoring service if this service is not already started.
show ups status
Command Modes
Administrator (admin:)
Usage Guidelines
This command provides full status only for 7835-H2 and 7825-H2 servers.
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show version*
show version active
This command displays the software version on the active partition.
show version active
Command Modes
Administrator (admin:)
Requirements
Command privilege level: o
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show version inactive
This command displays the software version on the inactive partition
show version inactive
Command Modes
Administrator (admin:)
Requirements
Command privilege level: o
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show web-security
This command displays the contents of the current web-security certificate.
show web-security
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show webapp session timeout
This command displays the webapp session timeout value, which is the amount of time, in minutes, that can elapse before a web application times out and logs off the user.
show webapp session timeout
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection
show workingdir
This command retrieves the current working directory for activelog, inactivelog, install, and TFTP.
show workingdir
Command Modes
Administrator (admin:)
Requirements
Command privilege level: 0
Allowed during upgrade: Yes
Applies to: Unified CM, IM and Presence service on Unified CM, Cisco Unity Connection