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 » General IBM MQ Support » Trusted mode or not (amqzlaa)

Post new topic  Reply to topic
 Trusted mode or not (amqzlaa) « View previous topic :: View next topic » 
Author Message
Gideon
PostPosted: Wed Sep 21, 2011 10:42 am    Post subject: Trusted mode or not (amqzlaa) Reply with quote

Chevalier

Joined: 18 Aug 2009
Posts: 403

I configured my qmgr for trusted mode, but I still see amqzlaa processes

I log into mqm, and display that the MQ_CONNECT_TYPE is properly set in the profile

Code:
# su - mqm

MQSI 7.0.0.1
/opt/IBM/mqsi/7.0

$ echo $MQ_CONNECT_TYPE
FASTPATH


I show that the MQIBindType is properly set in the qm.ini, (qmgr restarted before adding queues):

Code:
$
$ cd /var/mqm/qmgrs/WQM1
$ cat qm.ini
#*******************************************************************#
#* Module Name: qm.ini                                             *#
#* Type       : WebSphere MQ queue manager configuration file      *#
#  Function   : Define the configuration of a single queue manager *#
#*                                                                 *#
#*******************************************************************#
#* Notes      :                                                    *#
#* 1) This file defines the configuration of the queue manager     *#
#*                                                                 *#
#*******************************************************************#
ExitPath:
   ExitsDefaultPath=/var/mqm/exits/
   ExitsDefaultPath64=/var/mqm/exits64/
#*                                                                 *#
#*                                                                 *#
Log:
   LogPrimaryFiles=3
   LogSecondaryFiles=2
   LogFilePages=4096
   LogType=CIRCULAR
   LogBufferPages=4096
   LogPath=/var/mqm/log/WQM1/
   LogWriteIntegrity=SingleWrite
Service:
   Name=AuthorizationService
   EntryPoints=13
ServiceComponent:
   Service=AuthorizationService
   Name=MQSeries.UNIX.auth.service
   Module=/usr/mqm/lib64/amqzfu
   ComponentDataSize=0
TuningParameters:
   DefaultQBufferSize=104857600
   DefaultPQBufferSize=104857600
Channels:
   MQIBindType=FASTPATH
   MaxChannels=1000
   MaxActiveChannels=1000
$


I start the qmgr and runmqlsr:

Code:
$
$ strmqm WQM1
WebSphere MQ queue manager 'WQM1' starting.
5 log records accessed on queue manager 'WQM1' during the log replay phase.
Log replay for queue manager 'WQM1' complete.
Transaction manager state recovered for queue manager 'WQM1'.
WebSphere MQ queue manager 'WQM1' started.
$
$ runmqlsr -m WQM1 -t tcp -p 1414 &
[1]     3015018
$ 5724-H72 (C) Copyright IBM Corp. 1994, 2009.  ALL RIGHTS RESERVED.

$ dspmq
QMNAME(WQM1)                                              STATUS(Running)
QMNAME(WQM2)                                              STATUS(Ended immediately)
QMNAME(WQM3)                                              STATUS(Ended immediately)
QMNAME(WQM4)                                              STATUS(Ended immediately)
$ ps -ef | grep runmqlsr
     mqm 3015018 3276944   0 18:33:20  pts/0  0:00 runmqlsr -m WQM1 -t tcp -p 1414
     mqm 2884312 3276944   0 18:33:37  pts/0  0:00 grep runmqlsr
$


But I still see amqzlaa. I thought this process only appeared if the qmgr was not trusted

Code:
$
$ ps -ef | grep amqzlaa
     mqm 2949362 4129108   0 18:33:01      -  0:00 amqzlaa0 -mWQM1 -fip0
     mqm 2884314 3276944   0 18:33:56  pts/0  0:00 grep amqzlaa


What should I do to make this truested ?

Thanks
Back to top
View user's profile Send private message Send e-mail
Gideon
PostPosted: Wed Sep 21, 2011 12:15 pm    Post subject: Reply with quote

Chevalier

Joined: 18 Aug 2009
Posts: 403

My Apologies

I asked the same question on this board three years ago

The answer then, and now is that the command server, channel initiator, etc are set to MQCNO_SHARED_BINDING, and therefore at least a sinble amqzlaa process will come up (showing that there are non-trusted apps)

I apologize for not searching the board first
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » Trusted mode or not (amqzlaa)
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.