Creating the broker runtime environment on z/OS

This is part of the larger task of creating a broker on z/OS.

Before you start

Before starting this step, you must have completed the following task:
Check that you have access to the installation libraries. For example, use the following command to display information about the directory structure:
ls -l /usr/lpp/wmqi
This command displays lines like the following example:
drwxr-xr--   2 A8LIGH2  MQM         8192 Aug 20 16:22 lib
In this example, MQM is the group associated with the file or directory structure. Those who will be using the files, for example the WebSphere Event Broker administrators, and the started task user IDs, should be in the group of the files. Use the id userid command to display the groups a user ID is in. If a user ID is not in the group, you can:
  • Add the user ID to the group using standard ESM facilities.
  • Change the group of the file using the example command below:
    chgrp -R WMQI /usr/lpp/wmqi

You might need super user authority to issue this command.

Related concepts
Brokers
Broker domains
Related tasks
Creating a broker on z/OS
Creating the broker directory on z/OS
Information required to create a broker
Related reference
mqsicreatebroker command