Universal Messaging 10.11 | Administration Guide | Using Command Central to Manage Universal Messaging | Using the Command Line to Manage Universal Messaging | Channel and Queue Monitoring | Get Channel or Queue Status
 
Get Channel or Queue Status
Retrieves the status of a specific channel or queue in TSV format for a Universal Messaging server instance.
Syntax
*To retrieve the status of a channel:
sagcc get administration component nodeAlias Universal-Messaging-instanceName
channels status name=channelName
*To retrieve the status of a queue:
sagcc get administration component nodeAlias Universal-Messaging-instanceName
queues status name=queueName
Arguments and Options
nodeAlias
Required. The alias name of the installation in which the Universal Messaging server instance is installed.
Universal-Messaging-instanceName
Required. The ID of the Universal Messaging server instance for which you want to retrieve the channel or queue status.
name={channelName|queueName}
Required. The name of the channel or queue for which you want to retrieve status information.
Examples
*To view the status of channel "channel3" on the server instance with ID "Universal-Messaging-umserver" installed in the installation with alias name "sag01":
sagcc get administration component sag01 Universal-Messaging-umserver channels
status name=channel3
*To view the status of queue "queue1" on the server instance with ID "Universal-Messaging-umserver" installed in the installation with alias name "sag01":
sagcc get administration component sag01 Universal-Messaging-umserver queues
status name=queue1