Java System Properties Configuration

Get Java System Properties

Retrieves the Java system properties for a Universal Messaging server instance.

Syntax

sagcc get configuration data nodeAlias Universal-Messaging-instanceName
COMMON-JAVASYSPROPS

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 Java system properties.
COMMON-JAVASYSPROPS
Required. The ID of the configuration type for which you want to retrieve information.

Examples

To retrieve the Java system properties 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-JAVASYSPROPS

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