Universal Messaging 10.11 | Administration Guide | Using Command Central to Manage Universal Messaging | Using the Command Line to Manage Universal Messaging | Java System Properties Configuration | Update Java System Properties
 
Update Java System Properties
Updates the Java system properties for a Universal Messaging server instance.
Important:
After you run the command, you must restart the Universal Messaging server for the changes to take effect.
Syntax
sagcc update configuration data nodeAlias Universal-Messaging-instanceName
COMMON-JAVASYSPROPS {--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 for which you want to update the Java system properties.
COMMON-JAVASYSPROPS
Required. The ID of the configuration type of which you want to update an instance.
--input|-i file.xml
Required. The absolute path to the XML file that contains the updated system properties.
Examples
To update the Java system properties for the server instance with ID "Universal-Messaging-umserver" installed in the installation with alias name "sag01", using the file "jvmoptions.xml":
sagcc update configuration data sag01 Universal-Messaging-umserver
COMMON-JAVASYSPROPS -i C:\jvmoptions.xml