Home
WebSphere MQ for AIX configuration
- Before beginning the installation process ensure that you have first created the mqm user and group, and set the password.
- If installation fails as a result of insufficient space in the file system we can increase the size as follows, using the command smit C sna. (Use df to display the current status of the file system. This will indicate the logical volume that is full.)
-- Physical and Logical Storage -- File Systems -- Add / Change / Show / Delete File Systems -- Journaled File Systems -- Change/Show Characteristics of a Journaled File System- Start any channel using the command:
runmqchl -c channel.name- Sample programs are installed in /usr/mqm/samp.
- Error logs are stored in /var/mqm/qmgrs/qmgrname/errors.
- We can start an AIX trace of the WebSphere MQ components using the command:
trace -a -j30D,30E -o trace.fileWe can stop AIX trace by entering:
trcstopFormat the trace report using the command:
trcrpt -t /usr/mqm/lib/amqtrc.fmt trace.file > trace.report- When you are using the command interpreter runmqsc to enter administration commands, a + at the end of a line indicates that the next line is a continuation. Ensure that there is a space between the last parameter and the continuation character.
Parent topic:
Example configuration - IBM WebSphere MQ for AIX
ic13510_
Home