Thursday, 4 July 2024

IBM ACE/IIB Commands

 

2. Below command is to list all the SFTP security identities configured for the broker 

mqsireportdbparms ACEORNG-TEST -n sftp::*


2. JvmMaxHeapSIze for EG in ACE

To fetch current details/values

 mqsireportproperties NODE -e EGName -o ComIbmJVMManager -r

jvmMaxHeapSize='268435456'

jvmMinHeapSize='33554432'


To change/update the valuse

mqsichangeproperties NODE -e EGNAME -o ComIbmJVMManager -n jvmMaxHeapSize -v 2147483648

BIP8491W: The changes have been accepted and persisted by the integration server 'EGNAME '. An integation server restart is required for the changes to become active.

BIP8071I: Successful command completion.








No comments:

Post a Comment

Sending file as multi-part MIME over http in ACE - esql

  How to send a file over http as a multipart mime? Below are the steps to do that - 1. Make sure you have the data encryption in place for ...