biemond-orawls icon indicating copy to clipboard operation
biemond-orawls copied to clipboard

Updating jvm parameter in Hiera doesnt update in server start tab

Open cbrdy opened this issue 7 years ago • 0 comments

Hi @biemond,

I added few parameters for my managed server and ran puppet and its not getting updated in the server start tab ? Am I missing anything. This is what I have in hiera. 'demantra' is the managed server here.

  'demantra':
    ensure:                                                          'present'
    arguments:
           - *server_vm_args_memory
           - *server_vm_args_max_memory
           - *server_jvm_parameters
           - '-Xloggc:/logs/domains/base_domain/demantra/gc-`date +%F_%H-%M-%S`.log'
           - '-Dweblogic.Stdout=/logs/domains/base_domain/demantra/demantra.out'
           - '-Dweblogic.Stderr=/logs/domains/base_domain/demantra/demantra_err.out'
    listenaddress:                                                   *node1_address
    listenport:                                                      '7021'
    listenportenabled:                                               '1'
    logfilename:                                                     '/logs/domains/base_domain/demantra/demantra.log'
    machine:                                                         'Machine01'
    jsseenabled:                                                     '1'
    log_filecount:                                                   '10'
    log_number_of_files_limited:                                     '1'
    log_rotate_logon_startup:                                        '1'
    log_rotationtype:                                                'byTime'
    log_http_filename:                                               '/logs/domains/base_domain/demantra/access.log'
    log_http_format_type:                                            'common'
    log_http_format:                                                 'date time cs-method cs-uri sc-status'
    tunnelingenabled:                                                '0'
    require:                                                         Wls_machine[Machine01]
    before:                                                          Wls_exec[SNMPAgent]

Added *server_jvm_parameters where it is this value '-XX:+PrintGCDetails -XX:+PrintTenuringDistribution -XX:+HeapDumpOnOutOfMemoryError'

cbrdy avatar Sep 26 '17 18:09 cbrdy