General Properties Configuration Commands
You can view configuration properties for a specific configuration group by using the
sagcc get configuration data command.
You can update the configuration properties by using the
sagcc update configuration data command.
For information about the configuration properties that the
Universal Messaging realm server supports, see
General Properties.
Usage Notes
Parameter names are case sensitive. For parameter values of enumeration type, set 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 at the first instance of a wrong parameter definition. For example, the command will exit displaying an error if the MonitorTimer property is assigned a string value.
Examples
To view the cluster configuration properties for the
Universal-Messaging-umserver server instance:
sagcc get configuration data sag01 Universal-Messaging-umserver
COMMON-SYSPROPS-Data_Stream_Config
sag01 is the alias name of the installation where Universal-Messaging-umserver server instance is running. Data_Stream_Config is the name of the configuration group.
To update cluster configuration properties for
Universal-Messaging-umserver server instance:
sagcc update configuration data sag01 Universal-Messaging-umserver
COMMON-SYSPROPS-Data_Stream_Config --input c:\datastreamconfig.properties
sag01 is the alias name of the installation where Universal-Messaging-umserver server instance is running.
COMMON-SYSPROPS-Cluster_Config is the configuration instance ID where COMMON-SYSPROPS is the configuration type and Data_Stream_Config is the name of the configuration group.
datastreamconfig.properties is the properties file containing the modified configuration parameters.
The properties file should contain parameter values in the following format:
MonitorTimer=10000
OffloadMulticastWrite=false
SendInitialMapping=true