Author |
Message
|
dscotta |
Posted: Thu Oct 03, 2002 5:38 am Post subject: what is setmqcap used for? |
|
|
Newbie
Joined: 06 Sep 2002 Posts: 5 Location: San Antonio, TX
|
The Quick Beginnings for Sun Solaris 5.3 reads:
"Once you have installed Websphere MQ for Solaris, you need to run the setmqcap command, inputting the number of processors you have paid for."
In our install script we do a 'uname -X' to get the number of processors and enter it with the setmqcap.
My questions: What is setmqcap used for? Will it be used for auditing purposes? We don't purchase processors, we purchase capacity units, which are not asked for. We track CU's on a spreadsheet to verify we only use what we paid for. Does anyone know how setmqcap will be used, if at all?
Thanks,
Dave |
|
Back to top |
|
 |
2189 |
Posted: Thu Oct 24, 2002 5:54 am Post subject: |
|
|
Apprentice
Joined: 22 Oct 2002 Posts: 31
|
Not sure if this helps but got this from the Solaris readme:
The message issued if the setmqcap command is not run is:
Purchased processor allowance not set (use setmqcap). If you have not
purchased enough capacity units for your server, the message
"Insufficient license units" is displayed.
Also found this link which has some useful info about licencing:
How to Order MQSeries Licenses
http://www.state.ma.us/itd/eab/commbridge/MQLicenses.htm _________________ 2189 errors make me  |
|
Back to top |
|
 |
dscotta |
Posted: Fri Oct 25, 2002 8:08 am Post subject: |
|
|
Newbie
Joined: 06 Sep 2002 Posts: 5 Location: San Antonio, TX
|
Thanks, Brandon.
I had seen documentation like you refer to, and we were able to supply information which kept us from getting the error message, but I wanted to make sure the information we put in wasn't going to be used as part of some automatic audit. The reason is that when purchasing capacity units, the rules can vary depending on the volume of the purchase, whether the license is used for prod or test, etc. In the world of purchasing, everything can be negotiable, as a contracting friend of mine insists. I was just curious why the setmqcap was there and what function, if any, it performed. |
|
Back to top |
|
 |
kpvin |
Posted: Mon Jan 12, 2004 4:25 am Post subject: mqsetcap error |
|
|
 Novice
Joined: 02 Jan 2004 Posts: 17
|
I am trying to install IBM WebSphere MQ Server 5.3 on HP_UX. I follwed
the steps mentioned in the installation mannual(pdf). I had installed
MQServer successfully without any errors. When I tried to execute
mqsetcap its giving me the error mentioned below:
/usr/lib/dld.sl: Can't find path for shared library: libmqmzse.sl
/usr/lib/dld.sl: No such file or directory
Abort(coredump)
How can this be resolved?
Thanks in advance,
rekha |
|
Back to top |
|
 |
vennela |
Posted: Mon Jan 12, 2004 7:32 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
What version of HP-UX are you running. Did you install the MQ software for that particular version of OS. |
|
Back to top |
|
 |
kpvin |
Posted: Mon Jan 12, 2004 8:31 pm Post subject: |
|
|
 Novice
Joined: 02 Jan 2004 Posts: 17
|
Thanks for the reply.
I installed WebSphere MQ Server 5.3 for HP_UX 11 Version. For the next query correct me if I am wrong ..you mean MQ Software installed on that HP_UX server before?? This is fresh installation. |
|
Back to top |
|
 |
Prahasith |
Posted: Mon Jan 12, 2004 8:45 pm Post subject: |
|
|
 Disciple
Joined: 16 May 2003 Posts: 184 Location: Kansas City
|
check libmqmzse.sl exist in "/opt/mqm/lib"
If not you need to apply ptf u440843 on your server machine |
|
Back to top |
|
 |
kpvin |
Posted: Mon Jan 12, 2004 8:50 pm Post subject: |
|
|
 Novice
Joined: 02 Jan 2004 Posts: 17
|
Yes libmqmzse.sl do exists in "/opt/mqm/lib". |
|
Back to top |
|
 |
Prahasith |
Posted: Mon Jan 12, 2004 9:25 pm Post subject: |
|
|
 Disciple
Joined: 16 May 2003 Posts: 184 Location: Kansas City
|
Add the following to the mqm userid profile:
SHLIB_PATH=/opt/mqm/lib |
|
Back to top |
|
 |
sshaker |
Posted: Wed Jun 23, 2004 12:37 pm Post subject: |
|
|
 Disciple
Joined: 20 Sep 2002 Posts: 185
|
can u pl let me know how to set the variable for AIX environment? _________________ shaker |
|
Back to top |
|
 |
vennela |
Posted: Wed Jun 23, 2004 1:47 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
To set an ENV variable in UNIX you can use the command
export
For example
export CLASSPATH=/opt/mqm/java/lib/com.ibm.mq.jar:/opt/mqm/java/lib/mqjms.jar |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Jun 23, 2004 1:53 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
vennela wrote: |
To set an ENV variable in UNIX you can use the command
export |
Technically, this depends on which shell you are using at the time.
But mostly export is the right command to use. In some shells, though, it's "setenv".
If "export" doesn't work, try "man setenv". _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|