Install Websphere Message Broker V7 on AIX

Install Websphere Message Broker V7 on AIX:

FTP all the relevant files to your AIX machine, this software includes:

1. Websphere MQ for AIX

2. Websphere Message Broker for AIX

Websphere MQ must first be installed before attempting to install WMB as WMB requires lib files from MQ.

Step 1: Open a command window and extract Websphere MQ, next run: sudo smitty

Step 2: Define the file path location of MQ for AIX: /installs/WebsphereMQ

Step 3: Define the “ALL” software needs to be installed and change the license agreement to “YES”

Step 4: Successful install of Websphere MQ

Install Webphere Message Broker:

Step 1: Open command line and navigate to the messagebroker1_runtime folder

Step 2: Run the following commnad: sudo ./setupaix -console

Step 3: Go through the Broker Wizard and confirm that Broker was installed successfully.

After installation navigate to: /opt/mqsi/7.0/bin

Run the following command: sudo ./ mqsicreatebroker WBRK_DEV -q WMQ_DEV

Confirm that broker has been created successfully.

Confirm that you MQ QueueManager listerner was created and started, if it was not started use the following command:

runmqlsr -t tcp -p 1414 -m WMQ_DEV

See link for more information:

http://publib.boulder.ibm.com/infocenter/wmqv6/v6r0/index.jsp?topic=/com.ibm.mq.csqzah.doc/qc10410_.htm

Run the following command to start the broker: sudo ./mqsistart WBRK_DEV

Run the following command to see if broker and QM has started: sudo ./mqsilist

If all this has been done, add a remote broker definition to your Websphere Message Broker Toolkit and also a Remote Queue Manager to your Websphere MQ or Broker Explorer.

One thought on “Install Websphere Message Broker V7 on AIX

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s