Websphere MQ Version 6.0.1.0
This post describes the installation and configuration of IBM MQ 6 (6.0.1.0) on Solaris 10 (5.10)
Important
May be installed on a global zone
OR
If installed on a non-global zone, should be installed on a whole root zone(Cannot be installed on a sparse root zone)
Installation to be done as 'root'
Steps to be followed
1. Add the group called 'mqm'
groupadd mqm
2. Add the user 'mqm' - member of group 'mqm'
useradd -g mqm -d /export/home/mqm -m mqm
3. Run the command
project -l
If no project for group 'mqm' exist, use projadd
4. untar the installer(for example C87RWML.tar)
tar -xvf C87RWML.tar
5. Run './mqlicense.sh'
Read the license and accept the same
6. run the following command
pkgadd -d. (including the dot at the end)
This displays the list of all packages
Select the option 'all'
Note: Errors like the following may be ignored
Executing post install scripts
Insufficient privilege error
YOU HAVE SUCCESSFULLY INSTALLED WEBSPHERE MQ
Runs on default port 1414
To start using MQ:
1. Configure Q Manager
crtmqm (Create MQ Manager)
crtmqm HACSTG01
2. Start MQ Manager
strmqm (Start MQ Manager)
strmqm HACSTG01
3. Start MQ Listener
runmqlsr -m HACSTG01 -t TCP &
For many other administrative tasks open the MQ Command Prompt - This is an interactive program
runmqsc HACSTG01
You can create local/ remote/ trans, etc queues using the command 'DEFINE'
DEFINE QLOCAL(IMO.NM.IN)
Using Windows based MQ Explorer to administer MQ
Create an OS user(in the group mqm) with which the explorer will connect - (for example name can be mqadmin)
This should be the same name as the Windows account using which we are running the MQ Explorer.
Create a channel using runmqsc
SRVCON -channeltype
Channel name - SYSTEM.ADMIN.SRVCONN=
2 comments:
This post is probably where I got the most useful information for my research. Thanks for posting, maybe we can see more on this.
Are you aware of any other websites on this
IBM-MQ WEBSPHERE Online training
IBM Websphere Online Training, http://www.21cssindia.com/courses/ibm-websphere-online-training-252.html The 21st Century Software Solutions of India offers one of the Largest conglomerations of Software Training, IT Support, Corporate Training institute in India - +919000444287 - +917386622889 - Visakhapatnam,Hyderabad IBM Websphere Online Training, IBM Websphere Training, IBM Websphere, IBM Websphere Online Training| IBM Websphere Training| IBM Websphere| "Courses at 21st Century Software Solutions
Talend Online Training -Hyperion Online Training - IBM Unica Online Training - Siteminder Online Training - SharePoint Online Training - Informatica Online Training - SalesForce Online Training - Many more… | Call Us +917386622889 - +919000444287 - contact@21cssindia.com
Visit: http://www.21cssindia.com/courses.html"
Post a Comment