RE: MQSeries installation problemBenjamin At which point does it fail - what is in the logs, do you have an FFST ?
amqzfu is the AuthorizationService and is likely to be a file permissions problem - you could check against the system that works whether the files and directories are correct You can also check the qmgr's ini file - something like Service: Name=AuthorizationService EntryPoints=10 ServiceComponent: Service=AuthorizationService Name=MQSeries.UNIX.auth.service Module=/usr/mqm/lib/amqzfu ComponentDataSize=0 If you remove this then you wont use OAM and your problem may go away - of course you might want MQ secured Brian S. Crabtree EAI Consultant ----- Original Message ----- From: Benjamin Zhou To: [EMAIL PROTECTED] Sent: Thursday, May 29, 2003 9:54 AM Subject: Re: MQSeries installation problem Hi Wyatt, thanks your input, we could solve our problem as well. The DCE is one of the two causes. we have a Solaris box with MQ5.2 CSD04 and Websphere. After reinstall without DCE, before slip throught our control, the base worked. But after install csd04, it failed with different error: "unable to load module amqzfu". However, we have another Solaris box with MQ5.2, csd04, MQSI, and workflow, everything works fine. Do you happen to know if there is any cross interference between websphere and MQ, specifically csd04? best regards, Benjamin Zhou State Street Corp. -----Original Message----- From: Wyatt, T. Rob [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 12:26 PM To: [EMAIL PROTECTED] Subject: Re: MQSeries installation problem Ganesh, Two things I would check here... First, when the install is performed a common mistake is to select all options, including the DCE support, even though the server is not in a DCE environment. The second thing is the kernel parms. IBM published new values that superceded the Quick beginnings book at one point. I don't know whether the Quick Beginnings book has been updated so I am including the values as they were published on this mailing list a while back. set msgsys:msginfo_msgmap=1026 set msgsys:msginfo_msgmax=4096 set msgsys:msginfo_msgmnb=4096 set msgsys:msginfo_msgmni=50 set msgsys:msginfo_msgseg=2048 set msgsys:msginfo_msgsz=8 set msgsys:msginfo_msgtql=1024 set semsys:seminfo_semaem=16384 set semsys:seminfo_semmap=1026 set semsys:seminfo_semmni=1024 set semsys:seminfo_semmns=32767 set semsys:seminfo_semmnu=2048 set semsys:seminfo_semmsl=128 set semsys:seminfo_semopm=128 set semsys:seminfo_semume=256 set semsys:seminfo_semvmx=32767 set shmsys:shminfo_shmmax=4194304 set shmsys:shminfo_shmmni=1024 set shmsys:shminfo_shmseg=1024 We also found this to be helpful: set rlim_fd_cur=1024 Regards, -- T.Rob -----Original Message----- From: Ganesh V [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 1:25 AM To: [EMAIL PROTECTED] Subject: MQSeries installation problem Can someone help on this.. We are facing problems with MQSeries after installing WebSphere MQ Server 5.2 on Sun Solaris 5.8 box. Whenever we create a QM, the QM is created but it gives an error 'Segmentation fault'. The status of the QM is 'Ended Normally' as shown below. $ dspmq QMNAME(QM1) STATUS(Ended normally) When we try to start the QM, the following error is thrown. $ strmqm AMQ7002: An error occurred manipulating a file. Thanks, Ganesh. Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com Archive: http://vm.akh-wien.ac.at/MQSeries.archive Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com Archive: http://vm.akh-wien.ac.at/MQSeries.archive Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com Archive: http://vm.akh-wien.ac.at/MQSeries.archive
