JVM Options Configuration Commands
Restart the Universal Messaging server instance after running the commands for the configuration changes to take effect.
Retrieve the JVM options for a
Universal Messaging server instance using the
sagcc get configuration data node_alias Universal-Messaging-umserver COMMON-JVM-OPTIONS command.
Update the JVM options for a
Universal Messaging server instance using the
sagcc get configuration data node_alias Universal-Messaging-umserver COMMON-JVM-OPTIONS -i absolute path to the XML file containing the updated configuration command.
Examples
To retrieve the JVM options for a
Universal Messaging server instance:
sagcc get configuration data local Universal-Messaging-umserver1
COMMON-JVM-OPTIONS
To update the JVM options for a
Universal Messaging server instance:
sagcc update configuration data local Universal-Messaging-umserver1
COMMON-JVM-OPTIONS -i C:\javasysprop.xml
The XML file containing the updated JVM options has the following format:
<?xml version="1.0"?>
-<jvmOptions>
<option>-XX:+TraceClassLoading</option>
</jvmOptions>