Universal Messaging 10.11 | Administration Guide | Using Command Central to Manage Universal Messaging | Using the Command Line to Manage Universal Messaging | JVM Options Configuration | Update JVM Options
 
Update JVM Options
Updates the JVM options 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-JVM-OPTIONS {--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 JVM options.
COMMON-JVM-OPTIONS
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 JVM options.
Examples
To update the JVM options for the server instance with ID "Universal-Messaging-umserver" installed in the installation with alias name "sag01", using the file "javasysprop.xml":
sagcc update configuration data sag01 Universal-Messaging-umserver
COMMON-JVM-OPTIONS -i C:\javasysprop.xml
The XML file has the following format:
<?xml version="1.0"?>

-<jvmOptions>

<option>-XX:+TraceClassLoading</option>

</jvmOptions>