Answer Posted / bhupal
1.Log in as Root
2.Find os type by using UNMAE -NA
3.Find the Linux version
cat /ETC/REDHAT -Release/
4.Find the free disk space
DF -K, DF -h
5.create mqm group
Groupadd Mqm
6.Create mqm user
Useradd mqm -g mqm
7.Get Ibm mq bulid file
8.unzip ibm mq build file
gunzip <build name>
9.untar ibm mq
untar -xvf <buildname>
10.accept product licence
. /mqlicence.sh - accept
11.install rpm package by using rpm utilities
RPM -ivf <package name>
12.set profile path
./ setmqinst -i -p/opt/mqm
13.execute the cmd dspmqver
14.list out the rpm packages by using cmd
rpm -qa | grep mqm
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
please let me know the command to create topic and subscription in cluster... mq series?
Explain the difference between mq version 6 and 7?
What is the message server in mqseries?
Define channel in ibm websphere mq?
What is asynchrony in mq?
Explain the difference between dead letter queue and backout queue in websphere mq?
Explain dead letter queue in ibm mq series?
Where do we find the cluster information in websphere mq?
Define process definition?
Difference between full & partial repository in websphere mq?
What is mq?
What is the significance of mq series?
Which algorithm is followed in retrieving the messages from the queue?
What are the different types of logs in websphere mq?
What is the message client in mqseries?