Author |
Message
|
pals70423 |
Posted: Mon Jul 20, 2009 2:52 am Post subject: |
|
|
Novice
Joined: 15 Jul 2009 Posts: 15
|
i have successfully installed the following in my linux server
rpm -i MQSeriesRuntime-5.3.0-1.i386.rpm
rpm -i MQSeriesSDK-5.3.0-1.i386.rpm
rpm -i MQSeriesServer-5.3.0-1.i386.rpm
the next step in the manual is to set the CCSID
i gave crtmqm command but i am geeting the error
AMQ7077: You are not authorized to perform the requested operation.
The installable i have is MQ53 Server_Linux Intel.tar where as my processor is amd athalon.can i install the mqserver with this processor.
Please hwlp me with this issue |
|
Back to top |
|
 |
Vitor |
Posted: Mon Jul 20, 2009 2:55 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
pals70423 wrote: |
Please hwlp me with this issue |
If you were running a supported version you'd be able to ask IBM for help - do your clients know the support for their production system is coming from a bunch of volunteers?
Have you tried not running the command as root as previously suggested? Or are you ignoring that advice as well? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
sumit |
Posted: Mon Jul 20, 2009 8:49 am Post subject: |
|
|
Partisan
Joined: 19 Jan 2006 Posts: 398
|
pals70423 wrote: |
I am running the command as root user |
You should never use root user for MQ administration. It could either be mqm or another id which is part of mqm group.
Hit the mq documents again. _________________ Regards
Sumit |
|
Back to top |
|
 |
pals70423 |
Posted: Tue Jul 21, 2009 12:20 am Post subject: |
|
|
Novice
Joined: 15 Jul 2009 Posts: 15
|
Hi can any one let me know the password for the mqm user |
|
Back to top |
|
 |
Vitor |
Posted: Tue Jul 21, 2009 12:22 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
pals70423 wrote: |
Hi can any one let me know the password for the mqm user |
Now why would anyone on this forum know the password you've used for your mqm user? Or admit it if we did?
If you don't know it speak to your sys admin like you would any other forgotten password. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
WMBDEV1 |
Posted: Tue Jul 21, 2009 12:26 am Post subject: |
|
|
Sentinel
Joined: 05 Mar 2009 Posts: 888 Location: UK
|
pals70423 wrote: |
Hi can any one let me know the password for the mqm user |
Do you know the password for mine?
You should be able to su to it from the root account or reset it also (but id definatly check with your admins first as they should know it really!) |
|
Back to top |
|
 |
pals70423 |
Posted: Tue Jul 21, 2009 6:05 am Post subject: |
|
|
Novice
Joined: 15 Jul 2009 Posts: 15
|
hi All,
I am trying to create queue manager using the below commnad
crtmqm -q venus.queue.manager
and i am nt getting any error message or success message wheras the screen is blank.when i open a new terminal and check for the process running by giving
ps -fu mqm
i am getting below output
mqm 14672 14670 0 15:22 ? 00:00:00 strmqm SAMPLE
mqm 14830 1 0 15:44 ? 00:00:00 crtmqm -q venus.queue.manager
mqm 14831 14830 0 15:44 ? 00:00:00 crtmqm -q venus.queue.manager
mqm 14832 14831 0 15:44 ? 00:00:00 crtmqm -q venus.queue.manager
mqm 14834 14831 0 15:44 ? 00:00:00 crtmqm -q venus.queue.manager
mqm 15085 1 0 16:39 ? 00:00:00 crtmqm -q venus.queue.manager
mqm 15086 15085 0 16:39 ? 00:00:00 crtmqm -q venus.queue.manager
mqm 15087 15086 0 16:39 ? 00:00:00 crtmqm -q venus.queue.manager
mqm 15089 15086 0 16:39 ? 00:00:00 crtmqm -q venus.queue.manager
mqm 15632 1 0 19:43 ? 00:00:00 crtmqm -q venus.queue.manager
mqm 15633 15632 0 19:43 ? 00:00:00 crtmqm -q venus.queue.manager
mqm 15634 15633 0 19:43 ? 00:00:00 crtmqm -q venus.queue.manager
mqm 15635 15633 0 19:43 ? 00:00:00 crtmqm -q venus.queue.manager
mqm 15636 15633 0 19:43 ? 00:00:00 crtmqm -q venus.queue.manager |
|
Back to top |
|
 |
Vitor |
Posted: Tue Jul 21, 2009 6:12 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
So the installation has a problem, and the crtmqm command is hanging.
If you were using a supported version of WMQ you could raise a PMR.
Are you certain that WMQv5.3 works on the Linux distro you're using? And the Linux kernel is set correctly for WMQ? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
pals70423 |
Posted: Tue Jul 21, 2009 10:46 pm Post subject: |
|
|
Novice
Joined: 15 Jul 2009 Posts: 15
|
Hi,
The MQ server installed in production linux server has intel processor ,it is an 32 bit processor
model name : Intel(R) Xeon(TM) CPU 3.20GHz
whereas i am trying to install the server in the below processor
model name : AMD Athlon(tm) 64 X2 Dual Core Processor 5200+
The installable that i have is MQ53Server_LinuxIntel.tar.does the mq server can be installed in my linux server with AMD athlon and if so kindly update me with the Prerequisite that needs to be checked.Please kindly help me with this issue |
|
Back to top |
|
 |
exerk |
Posted: Tue Jul 21, 2009 11:02 pm Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
pals70423 wrote: |
...The installable that i have is MQ53Server_LinuxIntel.tar... |
This answers your question  _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Jul 22, 2009 12:54 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
pals70423 wrote: |
Please kindly help me with this issue |
How about using an install for the chip set you're installing onto? If you can find a v5.3 install for that.
Of course, if you were using a supported version you might find one you could download. And of course you still might. Somewhere. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
pals70423 |
Posted: Thu Jul 23, 2009 3:04 am Post subject: |
|
|
Novice
Joined: 15 Jul 2009 Posts: 15
|
Hi ,
can MQ server can be installed in the system having folowing configuration.Preferably MQ server 5.3 version
Intel(R) Core(TM)2 CPU 6300 @1.86GHZ 1.58GHZ,1.99 GB of RAM  |
|
Back to top |
|
 |
exerk |
Posted: Thu Jul 23, 2009 3:51 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
pals70423 wrote: |
Hi ,
can MQ server can be installed in the system having folowing configuration.Preferably MQ server 5.3 version
Intel(R) Core(TM)2 CPU 6300 @1.86GHZ 1.58GHZ,1.99 GB of RAM  |
Once more, and with feeling... _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
manicminer |
Posted: Thu Jul 23, 2009 4:25 am Post subject: |
|
|
 Disciple
Joined: 11 Jul 2007 Posts: 177
|
pals70423 wrote: |
Hi,
The MQ server installed in production linux server has intel processor ,it is an 32 bit processor
model name : Intel(R) Xeon(TM) CPU 3.20GHz
whereas i am trying to install the server in the below processor
model name : AMD Athlon(tm) 64 X2 Dual Core Processor 5200+
The installable that i have is MQ53Server_LinuxIntel.tar.does the mq server can be installed in my linux server with AMD athlon and if so kindly update me with the Prerequisite that needs to be checked.Please kindly help me with this issue |
You possibly have a combination of hardware + operating system issues here.
There is NO difference (at least from application software point of view, in most circumstances) between an Intel and AMD system, there is no reason why, in theory, you cannot install the "Intel" version of MQ on either of those pieces of hardware.
HOWEVER, it does depend on the operating system is installed. The compatible versions of operating system will be listed on the IBM website (at least they are for supported versions). If I remember correctly 5.3 doesn't support 64-bit OS.
To stand ANY chance of getting it to work you will need to install MQ on a appropriately supported operating system (which will be quite an old one by now). And please ensure you have installed the latest CSD before you try creating or modifying queue managers on that system.
Although really, as many have mentioned, you shouldn't be installing 5.3 at all. _________________ Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime. |
|
Back to top |
|
 |
|