Universal Messaging 10.11 | Administration Guide | Using Command Central to Manage Universal Messaging | Using the Command Line to Manage Universal Messaging | Channel Configuration | Update Channels
 
Update Channels
Updates a channel on a Universal Messaging server instance.
Syntax
sagcc update configuration data nodeAlias Universal-Messaging-instanceName
UM-CHANNELS-channelName {--input|-i} file.xml
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 on which you want to update a channel.
UM-CHANNELS-channelName
Required. The ID of the channel you want to update.
For channels inside a folder, you must use two hyphens, "--", to separate the name of the folder and the channel. For example, if you have a channel named "test/myChannel", the argument will have the value UM-CHANNELS-test--myChannel.
--input|-i file.xml
Required. The absolute path to the XML file that contains the configuration properties of the channel.
Examples
To update the channel "channel2" on the server instance with ID "Universal-Messaging-umserver" that is installed in the installation with alias name "sag01", using the "channel_update.xml" file:
sagcc update configuration data sag01 Universal-Messaging-umserver
UM-CHANNELS-channel2 -i C:\Channels\channel_update.xml
The XML file contains the channel attributes and has the following format:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Channel>
<name>channel2</name>
<type>Persistent</type>
<ttl>50000</ttl>
<capacity>50000</capacity>
<deadEventStore/>
<engine>JMS Engine</engine>
......
</Channel>