How to mq in linux? explain clearly

Answers were Sorted based on User's Feedback



How to mq in linux? explain clearly..

Answer / madasu srinivasulu

first download the s/w
untar the s/w using command tar -xvf
extarct the tar file using command gzip filename
use install tool RPM
accept the license using command ./mqlicense.sh -accept
install the packages using command rpm -ivh <packagesname>
note:
if we see the install packages
rpm -qa!grep mq
if we check end process
rpm -ef!grep -i mq
if we uninstall the packages
rpm -evh <packagenames>

Is This Answer Correct ?    1 Yes 0 No

How to mq in linux? explain clearly..

Answer / 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

More MQSeries Interview Questions

Which types of logs are using in your organization

0 Answers  


Explain the difference between mq version 6 and 7?

0 Answers  


What is the difference between local queue and remote queue in wmq?

0 Answers  


Explain where are the backup files are present after creating the queue manager?

0 Answers  


I am having 4 years of exp in S/w Testing. I am planing to change my technologies. recently I learnt MQ series. I am looking for FAQ's . Please Help me anyone.

0 Answers   IBM,






Tell me how does mq support the integration?

0 Answers  


One server how many qmgrs will create?

3 Answers   IBM, TCS,


what is channel indoubt state ? how to resolve

3 Answers   Bank Of America,


What is mqseries cluster?

0 Answers  


List some reserved queue names of ibm websphere mq?

0 Answers  


please let me know the command to create topic and subscription in cluster... mq series?

0 Answers   IHS,


Define channel in ibm websphere mq?

0 Answers  


Categories