jvm_configchange

Propagates the mentioned configuration to all the JVM targets of the JVM Pool target mentioned or updates the given JVM targets.

In jvm_pools and jvms parameter options one of the parameter is mandatory. At least one of the configuration parameters in the dump directory, or log level, or bci enabled is required to be updated.

Format

emcli jvm_configchange
		[-jvm_pools=<JVM Pool Targets separated by ;>]
		[-jvms=<JVM Targets separated by ;>]
		[-heap_or_jrf_dump_directory=<Directory path>]
		[-log_level=<Log level>]
		[-bci_enabled=<true|false>]
		[-monitoring_enabled=<Y|N>]
		[-debug]
	
[ ] indicates that the parameter is optional.

Options

  • -jvm_pools

    One or more fully qualified JVM Pool Targets separated by a semi colon (;).

  • -jvms=

    One or more fully qualified JVM Targets separated by semi colon (;).

  • -heap_or_jrf_dump_directory=

    Fully qualified directory path.

  • -log_level=

    Log level options; 1-ERROR, 2-WARN, 3-INFO, 4-DEBUG, 5-TRACE, 6-ALL.

  • -bci_enabled=

    To enable or disable bytecode instrumentation options; true or false.

  • -monitoring_enabled=

    To enable or disable Jvm monitoring options; Y or N.

  • -debug

    Runs the verb in verbose mode for debugging purposes.

Example

Example 1

emcli jvm_configchange
	-jvm_pools="/EMGC_EMGC_DOMAIN/EMGC_DOMAIN_jvmpool"
	-jvms="/EMGC_EMGC_DOMAIN/EMGC_DOMAIN_jvmpool/Server1_jvm"
	-heap_or_jrf_dump_directory="/tmp/"
	-log_level="2"
	-bci_enabled="true"
	-monitoring_enabled="Y"