Bootstrap FreeKB - IBM MQ - Show queue manager config using the display queue manager command
IBM MQ - Show queue manager config using the display queue manager command

Updated:   |  IBM MQ articles

The display qmgr command can be used to display a queue manager details. This example is based on IBM MQ running on a Linux system, and in this example the name of the queue manager is MANAGER01.

~]# echo "display qmgr" | runmqsc MANAGER01
   QMNAME(MANAGER01)                       ACCTCONO(DISABLED)
   ACCTINT(60)                             ACCTMQI(OFF)
   ACCTQ(OFF)                              ACTIVREC(MSG)
   ACTVCONO(DISABLED)                      ACTVTRC(OFF)
   ADVCAP(ENABLED)                         ALTDATE(2018-04-26)
   ALTTIME(11.04.25)                       AMQPCAP(YES)
   AUTHOREV(ENABLED)                       CCSID(819)
   CERTLABL(example.com)                   CERTVPOL(ANY)
   CHAD(DISABLED)                          CHADEV(ENABLED)
   CHADEXIT( )                             CHLEV(ENABLED)
   CHLAUTH(DISABLED)                       CLWLDATA( )
   CLWLEXIT( )                             CLWLLEN(100)
   CLWLMRUC(999999999)                     CLWLUSEQ(LOCAL)
   CMDEV(DISABLED)                         CMDLEVEL(910)
   COMMANDQ(SYSTEM.ADMIN.COMMAND.QUEUE)    CONFIGEV(ENABLED)
   CONNAUTH(MANAGER01.LDAP.AUTHINFO)       CRDATE(2018-04-11)
   CRTIME(17.41.33)                        CUSTOM( )
   DEADQ(SYSTEM.DEAD.LETTER.QUEUE)         DEFCLXQ(SCTQ)
   DEFXMITQ( )                             DESCR(Manager01 Queue Manager)
   DISTL(YES)                              IMGINTVL(60)
   IMGLOGLN(OFF)                           IMGRCOVO(YES)
   IMGRCOVQ(YES)                           IMGSCHED(MANUAL)
   INHIBTEV(ENABLED)                       IPADDRV(IPV4)
   LOCALEV(ENABLED)                        LOGGEREV(DISABLED)
   MARKINT(5000)                           MAXHANDS(256)
   MAXMSGL(41943040)                       MAXPROPL(NOLIMIT)
   MAXPRTY(9)                              MAXUMSGS(10000)
   MONACLS(QMGR)                           MONCHL(OFF)
   MONQ(LOW)                               PARENT( )
   PERFMEV(ENABLED)                        PLATFORM(UNIX)
   PSMODE(ENABLED)                         PSCLUS(ENABLED)
   PSNPMSG(DISCARD)                        PSNPRES(NORMAL)
   PSRTYCNT(5)                             PSSYNCPT(IFPER)
   QMID(MANAGER01_2018-04-11_17.41.33)     REMOTEEV(ENABLED)
   REPOS( )                                REPOSNL( )
   REVDNS(ENABLED)                         ROUTEREC(MSG)
   SCHINIT(QMGR)                           SCMDSERV(QMGR)
   SPLCAP(ENABLED)                         SSLCRLNL( )
   SSLCRYP( )                              SSLEV(ENABLED)
   SSLFIPS(YES)                         
   SSLKEYR(/shared/qmgrs/MANAGER01/ssl/MANAGER01)
   SSLRKEYC(0)                             STATACLS(OFF)
   STATCHL(LOW)                            STATINT(1800)
   STATMQI(OFF)                            STATQ(OFF)
   STRSTPEV(ENABLED)                       SUITEB(NONE)
   SYNCPT                                  TREELIFE(1800)
   TRIGINT(600000)                         VERSION(09010003)
   XRCAP(YES)

 

Or, you can display certain keys. In this example, just the SSLKEYR (SSL key ring) value is displayed.

~]# echo "display qmgr SSLKEYR" | runmqsc MANAGER01                   
   SSLKEYR(/shared/qmgrs/MANAGER01/ssl/MANAGER01)

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter d816b7 in the box below so that we can be sure you are a human.