emcli jvmpool_configchange

Updates the mentioned configuration to all the JVM Pool targets mentioned.

At least one of the configuration parameter in the poll is enabled, poll interval or JVM pool name is required to be updated.

jvm_pools should have single value when jvmpool_name is having valid JVM pool name.

Format

emcli jvmpool_configchange
	-jvm_pools=<JVM Pool Targets separated by ;>
	[-poll_enabled=<true|false>]
	[-poll_interval=<Time in milli seconds>]
	[-jvmpool_name=<JVM Pool new name>]
	[-debug]
	
[ ] indicates that the parameter is optional.

Options

  • -jvm_pools

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

  • -poll_enabled=

    To enable or disable, polling value should be either true or false.

  • -poll_interval=

    Value should be time in milli seconds.

  • -jvmpool_name=

    New name of the JVM Pool which does not exists in system.

  • -debug

    Runs the verb in verbose mode for debugging purposes.

Example

Example 1

emcli jvmpool_configchange
	-jvm_pools="/EMGC_EMGC_DOMAIN/EMGC_DOMAIN_jvmpool"
	-poll_enabled="true"
	-poll_interval="100000"
	-jvmpool_name="NewPoolName"