ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » crtmqm error after installing CSD 5 and/or 6 on Solaris 9

Post new topic  Reply to topic
 crtmqm error after installing CSD 5 and/or 6 on Solaris 9 « View previous topic :: View next topic » 
Author Message
neocruz
PostPosted: Sun Jun 13, 2004 8:50 pm    Post subject: crtmqm error after installing CSD 5 and/or 6 on Solaris 9 Reply with quote

Acolyte

Joined: 13 Jun 2004
Posts: 54

I've installed MQ 5.3 on Solaris 9. I created the mqm user ID and set the recommended entried in the /etc/system file. After the install I am able to create qmgrs, start them, and stop them, create objects, etc....

The issues comes in when I apply CSD 5 or 6 (tried both). I can't create a qmgr with crtmqm . I get the 893 error.

Here are the steps I take to install the CSD:
1. Stop all mq qmgrs and related processes
2. stop all shared memory and semiphores
3. remove gsk kit (installing with SSL support)
3. As root, use pkgadd -d <*.img> file
4. elect to install "all" when option comes up - gsk and csd 5/6

From there it comes back successful. I run mqver and the csd is showing.

I restart the OS and can't create any qmgrs. I CAN start any qmgrs that were created proir to the csd install but can't create any others.


Here is some of the FDC:

|
| WebSphere MQ First Failure Symptom Report |
| ========================================= |
| |
| Date/Time :- Thursday June 10 13:31:40 CDT 2004 |
| Host Name :- common00216 (SunOS 5.9) |
| PIDS :- 5724B4102 |
| LVLS :- 530 |
| Product Long Name :- WebSphere MQ for Sun Solaris |
| Vendor :- IBM |
| Probe Id :- ZF048020 |
| Application Name :- MQM |
| Component :- zfu_as_searchprincipallist |
| Build Date :- Jun 17 2002 |
| CMVC level :- p000-L020617 |
| Build Type :- IKAP - (Production) |
| UserID :- 00000163 (mqm) |
| Program Name :- amqzlaa0_nd |
| Process :- 00001657 |
| Thread :- 00000003 |
| QueueManager :- RICH |
| Major Errorcode :- Unknown(16) |
| Minor Errorcode :- OK |
| Probe Type :- MSGAMQ0016 |
| Probe Severity :- 4 |
| Probe Description :- AMQ6090: WebSphere MQ was unable to display an error |
| message 16. |
| FDCSequenceNumber :- 0 |
| |
+-----------------------------------------------------------------------------+

MQM Function Stack
zlaMainThread
zlaProcessMessage
zlaProcessMQIRequest
zlaMQCONN
zsqMQCONN
kpiMQCONN
kqiAuthorityChecks
gpiCheckObjectAuthority
zfu_as_checkobjectauthority
zfu_as_calculateauthority
zfu_as_searchprincipallist
xcsFFST

MQM Trace History
----------{ xllSpinLockRelease
----------} xllSpinLockRelease rc=OK
----------{ xcsRequestThreadMutexSem
----------} xcsRequestThreadMutexSem rc=OK
----------{ xcsReleaseThreadMutexSem
----------} xcsReleaseThreadMutexSem rc=OK
---------} xstConnectExtent rc=OK
---------{ xcsGetMem
---------} xcsGetMem rc=OK
---------{ xcsGetMem
---------} xcsGetMem rc=OK
--------} xstAttachSharedMemSet rc=OK
--------{ xcsReleaseThreadMutexSem
--------} xcsReleaseThreadMutexSem rc=OK
-------} xcsConnectSharedMemSet rc=OK
-------{ xcsRequestMutexSem
-------} xcsRequestMutexSem rc=OK
-------{ xcsReleaseMutexSem
-------} xcsReleaseMutexSem rc=OK
-------{ xcsRegComp
-------} xcsRegComp rc=OK
------} hosInitialise rc=OK
------{ hliCreateLocalAnchor
-------{ hosAllocatePrivateMem
--------{ xcsGetMem
--------} xcsGetMem rc=OK
-------} hosAllocatePrivateMem rc=OK
------} hliCreateLocalAnchor rc=OK
------{ hosRequestMutexSem
------} hosRequestMutexSem rc=OK
------{ hosReleaseMutexSem
------} hosReleaseMutexSem rc=OK
-----} hlgInitialise rc=OK
----} alsInitThread rc=OK
---} almInitialise rc=OK
---{ atmInitialise
----{ atmLockTTMutex
-----{ xcsRequestMutexSem
-----} xcsRequestMutexSem rc=OK
----} atmLockTTMutex rc=OK
----{ xcsReleaseMutexSem


Thanks in Advance,
Richard

IBM Certified Specialist, Solutions Expert, Developer
Back to top
View user's profile Send private message
drona_wipro
PostPosted: Mon Jun 14, 2004 12:30 am    Post subject: Reply with quote

Apprentice

Joined: 07 May 2004
Posts: 35
Location: London

Try this..

under root user,

go to /opt/mqm/bin, check that the crtmqm has these permissions(-r-sr-s---)

chmod 6550 crtmqm
chown root:mqm crtmqm

ls -lt (command) has to show like this

-r-sr-s--- 1 root mqm 217456 Sep 20 1997 crtmqm

now try creating qmgr under mqm user

hope it will work
_________________
chandra mouli
IBM Certified Specialist on MQSeries/WMQ
IBM Certified Specialist on WebSphere MQ Integrator(WMQI)
Back to top
View user's profile Send private message Send e-mail
drona_wipro
PostPosted: Mon Jun 14, 2004 12:55 am    Post subject: Reply with quote

Apprentice

Joined: 07 May 2004
Posts: 35
Location: London

See this link..

search with the probe Id: ZF048020

This problem is already solved by IBM

http://www-1.ibm.com/support/docview.wss?rs=172&context=SW900&q1=ZF048020&uid=swg21162105&loc=en_US&cs=utf-8&lang=en+en

This problem was resolved by removing Sun Patch ID 108993-31.
_________________
chandra mouli
IBM Certified Specialist on MQSeries/WMQ
IBM Certified Specialist on WebSphere MQ Integrator(WMQI)
Back to top
View user's profile Send private message Send e-mail
leongor
PostPosted: Mon Jun 14, 2004 4:29 am    Post subject: Reply with quote

Master

Joined: 13 May 2002
Posts: 264
Location: Israel

Set in /etc/system :
set rlim_fd_cur=1024

You can find it here :
http://www.mqseries.net/phpBB2/viewtopic.php?t=15318&highlight=
_________________
Regards.
Leonid.

IBM Certified MQSeries Specialist.
Back to top
View user's profile Send private message
neocruz
PostPosted: Mon Jun 14, 2004 7:32 am    Post subject: Reply with quote

Acolyte

Joined: 13 Jun 2004
Posts: 54

Thanks for all of your help. Setting:

rlim_fd_cur=1024

did the trick. The patch 108993-31 was not on the system and the permissions were correct.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » crtmqm error after installing CSD 5 and/or 6 on Solaris 9
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.