Author |
Message |
Topic: How to identify if MQ refresh security command is been issue |
Inforz
Replies: 13 Views: 14699
|
Forum: General IBM MQ Support Posted: Thu Jun 03, 2021 7:18 am Subject: How to identify if MQ refresh security command is been issue |
Thanks all for the inputs.
Below commands gave the output as we required.
AIX/Linux:
echo | openssl s_client -connect <QMServerName>:<QMPort> -showcerts 2>&1 | openss ... |
Topic: How to identify if MQ refresh security command is been issue |
Inforz
Replies: 13 Views: 14699
|
Forum: General IBM MQ Support Posted: Wed Jun 02, 2021 7:26 am Subject: How to identify if MQ refresh security command is been issue |
What I believe is if queue manager maintains a copy and checks it against each incoming connection, then there should be a way to retrieve it.
Because everytime it takes it own cert copy to valida ... |
Topic: How to identify if MQ refresh security command is been issue |
Inforz
Replies: 13 Views: 14699
|
Forum: General IBM MQ Support Posted: Wed Jun 02, 2021 6:02 am Subject: How to identify if MQ refresh security command is been issue |
I believe your underlying requirement is validating that MQ is using the new certificate after a cert update. This link gives you an option with using openssl s_client.
Could you please share a ... |
Topic: How to identify if MQ refresh security command is been issue |
Inforz
Replies: 13 Views: 14699
|
Forum: General IBM MQ Support Posted: Wed Jun 02, 2021 5:35 am Subject: How to identify if MQ refresh security command is been issue |
I believe your underlying requirement is validating that MQ is using the new certificate after a cert update. This link gives you an option with using openssl s_client.
Have tried the below
... |
Topic: How to identify if MQ refresh security command is been issue |
Inforz
Replies: 13 Views: 14699
|
Forum: General IBM MQ Support Posted: Wed Jun 02, 2021 5:32 am Subject: How to identify if MQ refresh security command is been issue |
Your version of MQ is long since unsupported.
Right and our environment is so.
How any business would want to rely on that is beyond me. You do realise you are totally on your own and IBM wil ... |
Topic: How to identify if MQ refresh security command is been issue |
Inforz
Replies: 13 Views: 14699
|
Forum: General IBM MQ Support Posted: Wed Jun 02, 2021 4:06 am Subject: How to identify if MQ refresh security command is been issue |
Hi,
How to identify if MQ refresh security command is been issued or not in MQ , or the last time this refresh security type(ssl) has been issued.
There has been a severe issue in our working en ... |
Topic: AMQ9557: Queue Manager User ID initialization failed. |
Inforz
Replies: 7 Views: 32094
|
Forum: General IBM MQ Support Posted: Fri Apr 02, 2021 1:05 am Subject: AMQ9557: Queue Manager User ID initialization failed. |
Is the receiver channel running with the blank mcauser or with mcauser('none')?
- It has mcauser set to 'nouser' value.
Is the listener on the receiving qmgr running under the mqm userid? or r ... |
Topic: AMQ9557: Queue Manager User ID initialization failed. |
Inforz
Replies: 7 Views: 32094
|
Forum: General IBM MQ Support Posted: Thu Apr 01, 2021 7:10 am Subject: AMQ9557: Queue Manager User ID initialization failed. |
Is the receiver channel running with the blank mcauser or with mcauser('none')?
Is the listener on the receiving qmgr running under the mqm userid? or running as root (is root in the mqm user group ... |
Topic: qload on solaris |
Inforz
Replies: 21 Views: 27481
|
Forum: General IBM MQ Support Posted: Mon May 11, 2020 10:20 pm Subject: qload on solaris |
Below is the OS version details of the system
SunOS xxxxxxx 5.9 Generic_122300-70 sun4u sparc SUNW,Sun-Fire-V240
Please advise where can I get the required files as seen in the error that I ment ... |
Topic: qload on solaris |
Inforz
Replies: 21 Views: 27481
|
Forum: General IBM MQ Support Posted: Mon May 11, 2020 6:00 am Subject: qload on solaris |
You need the version compiled for Solaris.
If you do not already have the proper executable, download MO03 from the SupportPacs link above. When you unzip it (which you can do on your Windows mach ... |
Topic: MQ Auth granting query |
Inforz
Replies: 3 Views: 8484
|
Forum: General Discussion Posted: Wed Mar 25, 2020 9:58 pm Subject: MQ Auth granting query |
Thanks Hughson and Markt for the suggestions. |
Topic: MQ Auth granting query |
Inforz
Replies: 3 Views: 8484
|
Forum: General Discussion Posted: Thu Mar 19, 2020 3:26 am Subject: MQ Auth granting query |
Hi All,
I need to provide read-only access to a queue manager and all of its MQ objects
I have done permissions granting for each Object and permissions wise, but do we have a single command t ... |
Topic: MB v6 DB connectivity |
Inforz
Replies: 1 Views: 4596
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 04, 2020 2:44 am Subject: MB v6 DB connectivity |
Hi,
Am not sure if this was already asked. Whats the method/command used to check the broker to database connectivity in MB v6 for Solaris OS
Currently just taking over on an assignment to me wh ... |
Topic: SSLPeer value not updating |
Inforz
Replies: 8 Views: 16471
|
Forum: IBM MQ Security Posted: Tue Nov 26, 2019 10:04 am Subject: SSLPeer value not updating |
Hi Hughson, it worked fine. Thanks a lot!!
And I deleted the old physical channel definitions. However, the virtual cluster channels that got created dynamically are not vanishing and they remain i ... |
Topic: SSLPeer value not updating |
Inforz
Replies: 8 Views: 16471
|
Forum: IBM MQ Security Posted: Mon Nov 11, 2019 1:52 am Subject: SSLPeer value not updating |
Thanks Hughson, will give a try and let you know. |