See information about the latest product version
Execution group-specific command environment: Linux and UNIX systems
Extend or change the Linux or UNIX environment used when running a specific execution group.
To enable function that becomes available in WebSphere® Message Broker fix packs, use the -f parameter on the mqsichangebroker command. For more information, see mqsichangebroker command.
If you want to run your own additional environment settings, add a script (or scripts) in the $MQSI_WORKPATH/config/<my_broker_name>/<my_eg_label>/profiles directory.
Ensure that the broker name, and any execution groups that you create, contain only characters that are valid on your file system. You might also have to create the required directory structure.
All files placed into the $MQSI_WORKPATH/config/<my_broker_name>/<my_eg_label>/profiles directory that have a .sh extension, are processed when the execution group <my_eg_label> on broker <my_broker_name> starts.
Scripts in the $MQSI_WORKPATH/config/<my_broker_name>/<my_eg_label>/profiles directory are run after the mqsiprofile script, and any scripts placed in the common/profiles directory have been run.
$MQSI_WORKPATH/common/log/<my_broker_name>.<my_eg_uuid>.profilelog
Execution group profile scripts are not removed automatically when an execution group is deleted. If you no longer need the profile files that you have created, deleted them manually.