Cisco Unified MeetingPlace Express, Release 2.x -- How to Work With CLI Commands
From DocWiki
The Cisco Unified MeetingPlace Express system has a CLI that can run two types of commands: operating system CLI commands and application CLI commands.
Contents |
Running Operating System CLI Commands
The operating system CLI contains the commands listed in Table: Operating System CLI Commands.
Table: Operating System CLI Commands
| Command | Description |
|---|---|
|
mpx_sys |
This is the "master" command and contains all of the other "mpx_" commands within it.
|
|
mpx_app |
Running this command starts, stops, or restarts all Cisco Unified MeetingPlace Express application services. Similar to the swstatus command.
|
|
mpx_db |
Running this command starts, stops, or restarts all Cisco Unified MeetingPlace Express database services.
|
|
mpx_lm |
Running this command starts, stops, or restarts all Cisco Unified MeetingPlace Express license manager services.
|
|
mpx_si |
Running this command starts, stops, or restarts all Cisco Unified MeetingPlace Express system infrastructure services.
|
|
mpx_snmp |
Running this command starts, stops, or restarts all Cisco Unified MeetingPlace Express SNMP services.
|
|
mpx_tomcat |
Running this command starts, stops, or restarts all Cisco Unified MeetingPlace Express Tomcat services.
|
|
mpx_version |
Running this command lists all versions of Cisco Unified MeetingPlace Express that are currently installed on your system.
|
|
mpx_webconf |
Running this command starts, stops, or restarts all Cisco Unified MeetingPlace Express web conferencing services.
|
If you are not logged in as the root user, then you must enter sudo before you can run any of these commands. For example, to stop all application services, go to the command line and enter the following:
sudo ./mpx_app stop
The preceding example assumes that you are already in the /etc/init.d directory. If you are not in that directory, the command is:
sudo /etc/init.d/mpx_app stop
Caution! Starting or stopping services using the mpx_app, mpx_db, mpx_si, mpx_tomcat, or mpx_webconf commands may cause unpredictable results on the Cisco Unified MeetingPlace Express server. Do not execute these commands unless you have been explicitly told to do so by Cisco TAC.
Because some services depend on others, if you run the mpx commands individually, you must run them in this order:
- mpx_si
- mpx_db
- mpx_lm
- mpx_app
- mpx_webconf
- mpx_tomcat
Running Application CLI Commands
Table: Application CLI Commands lists the application CLI commands.
Table: Application CLI Commands
| Command | Description |
|---|---|
|
activity |
Displays a quick, verbose, or complete status of all ports or for a range of ports. Allows you to make a test call and shows all conferences.
|
|
alarm |
Shows the most important errors in the system, along with how many have occurred.
|
|
ccamon |
Monitors the Call Control Agent. Allows you to view the call statistics and set the log tracing level.
|
|
checklic |
Shows the type and number of licenses installed. Note: The system may take up to 15 seconds to process this information.
|
|
clearalarm |
Clears either all the alarms in the alarm table or just the alarm specified.
|
|
cptrace |
Lists selected portions of the call processing trace log.
|
|
errorlog |
Displays error messages with the following information:
|
|
eventlog |
Displays the call processing trace log. Similar to the cptrace command.
|
|
exc |
Displays the meaning of an exception code that was listed in the errorlog command output.
|
|
infocap |
Captures configuration details and logs from the system for a particular time period. The output file is a zip file that is stored in the /tmp directory. The system gives the exact location after compiling the information. Note: You can also get this information by following the procedure in the Viewing the System Information Capture (Infocap) Log. Only use this CLI command if you are unable to get the information from the Cisco Unified MeetingPlace Express Administration Center.
Note: The begin and end date and times must be in the format [YY]MMDDHHMM. The YY is optional and if not specified, the system uses the current year. |
|
langinfo |
Displays information about all installed locales including the following:
|
|
mtginfo |
Displays information about a specific meeting. Searches for a meeting based on any of these:
Note: The start and end times must be in the format YYMMDDHHMM. All parameters are optional. If they are not all present, the system starts processing from the right.
|
|
net |
Lists the current network configuration settings and allows you to change them after the system has been installed. Most changes take affect after restarting the system.
|
|
SSLUtil |
Configures SSL for the system, including the following:
|
|
swstatus |
Displays information about Cisco Unified MeetingPlace Express, including the following:
|
|
taccli |
Displays details on the mixer status, active meetings, participant details, and general statistics, including the following:
|
|
userinfo |
Displays information about a specific user. Searches for a user based on any of these:
|
|
userutil |
Performs administrative functions for any user profile, including:
Note: The <password> parameter is only required if you use the -p or the -N argument. |
|
xlatinfo |
Used by the auto attend feature to do the following:
|