Universal Messaging 10.11 | Administration Guide | Using Command Central to Manage Universal Messaging | Using the Command Line to Manage Universal Messaging | General Properties Configuration | Update Configuration Properties
 
Update Configuration Properties
Updates the configuration properties for a specific configuration property group.
For information about the configuration properties that the Universal Messaging server supports, see General Properties.
Syntax
sagcc update configuration data nodeAlias Universal-Messaging-instanceName   
COMMON-SYSPROPS-propertyGroupName {--input|-i} file.properties
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 update the configuration properties.
COMMON-SYSPROPS-propertyGroupName
Required. The ID of the configuration type and the name of the property group for which you want to update the configuration properties.
{--input|-i} file.properties
Required. The absolute path to the properties file that contains the modified configuration properties.
Usage Notes
*When the name of the property group contains two or more words, you must join each word by an underscore (_) when you specify propertyGroupName. For example, for the Data Stream Config property group, you will type COMMON-SYSPROPS-Data_Stream_Config.
*Configuration parameter names are case-sensitive. For parameter values of the enumeration type, specify values ranging from 0 to n to map to the corresponding enumeration values in the Command Central user interface.
*The sagcc update configuration data command exits and displays an error when it first meets an incorrectly defined parameter. For example, the command will exit and display an error if the MonitorTimer property has a string value.
Examples
To modify configuration properties in the Data Stream Config property group for the server instance with ID "Universal-Messaging-umserevr" installed in the installation with alias "sag01", using the properties file "datastreamconfig.properties":
sagcc update configuration data sag01 Universal-Messaging-umserver   
COMMON-SYSPROPS-Data_Stream_Config --input c:\datastreamconfig.properties
The properties file contains parameter-value pairs in the following format:


MonitorTimer=10000
OffloadMulticastWrite=false

SendInitialMapping=true