JVM Options Configuration

Get JVM Options

Retrieves the JVM options for a Universal Messaging server instance.

Syntax

sagcc get configuration data nodeAlias Universal-Messaging-instanceName
COMMON-JVM-OPTIONS

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 retrieve the JVM options.
COMMON-JVM-OPTIONS
Required. The ID of the configuration type for which you want to retrieve information.

Examples

To retrieve the JVM options for the server instance with ID "Universal-Messaging-umserver" installed in the installation with alias name "sag01":

sagcc get configuration data sag01 Universal-Messaging-umserver 
COMMON-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>