Author |
Message
|
kpitty |
Posted: Thu Aug 05, 2004 11:26 pm Post subject: Licence Problem (AMQ7153) for WebSphere MQ iinstall on Linux |
|
|
Newbie
Joined: 05 Aug 2004 Posts: 3
|
Having installed WebSphere MQ 5.3 on Red Hat 8 I've encountered the following problem when attempting to create a queue manager via the crtmqm command:
AMQ7153: A licence could not be installed for this copy of WebSphere MQ.
I've checked several topics on this site e.g. http://www.mqseries.net/phpBB2/viewtopic.php?t=16311&highlight=amq7153 but not yet found a solution to my problem.
Any help would be appreciated.
In anticipation,
Keith Pitty |
|
Back to top |
|
 |
drona_wipro |
Posted: Fri Aug 06, 2004 1:21 am Post subject: |
|
|
Apprentice
Joined: 07 May 2004 Posts: 35 Location: London
|
check whether it works by doing this..
1. Continuing to operate as root, type:
echo "runningprocs/D" | adb -k /stand/vmunix /dev/mem
This lists the number of processors that must be licensed.
2. Licence the processors by issuing:
setmqcap x
where x is the number of processors listed during the previous step.
***************************************************
AMQ7153 A license could not be installed for this
copy of WebSphere MQ.
Explanation: A Production, Beta or Trial Period license
could not be installed for this copy of WebSphere MQ.
This is because the ’nodelock’ file in the
’qmgrs/@SYSTEM’ directory could not be created or
updated.
User Response: Check the ownership and permissions
of the ’qmgrs/@SYSTEM’ directory. _________________ chandra mouli
IBM Certified Specialist on MQSeries/WMQ
IBM Certified Specialist on WebSphere MQ Integrator(WMQI) |
|
Back to top |
|
 |
kpitty |
Posted: Sun Aug 08, 2004 5:28 pm Post subject: |
|
|
Newbie
Joined: 05 Aug 2004 Posts: 3
|
Thanks for your suggestion, Chandra. Unfortunately the command adb is not recognised when I run it. |
|
Back to top |
|
 |
kpitty |
Posted: Sun Aug 08, 2004 5:42 pm Post subject: |
|
|
Newbie
Joined: 05 Aug 2004 Posts: 3
|
I'm not sure what I did differently, but I've just successfully created a queue manager. I assumed that the number of processes was 1 and used setmqcap 1 accordingly. Then I logged on as mqm and ran crtmqm and it worked! |
|
Back to top |
|
 |
kman |
Posted: Mon Aug 09, 2004 7:13 pm Post subject: |
|
|
Partisan
Joined: 21 Jan 2003 Posts: 309 Location: Kuala Lumpur, Malaysia
|
hmmm. I am not sure that was final. I thought the mq capacity unit is calculated differently. Maybe I am wrong. But it should have been,
1 cpu = 2 capacity units.
So it should have been setmqcap 2.
As long as it works, it is just fine. But keep this in mind.
You can also take a look at the AMQERR01.LOG to see how much it was set. |
|
Back to top |
|
 |
|