Author |
Message |
Topic: Question on Active Directory setup |
crashdog
Replies: 2 Views: 108
|
Forum: General IBM MQ Support Posted: Tue Jan 12, 2021 5:53 am Subject: Question on Active Directory setup |
Problem solved. It appears that nested groups work in MQ 9.2 though. I guess I have to read through the release notes more thoroughly to see when what changed...
The issue was that the users where no ... |
Topic: Question on Active Directory setup |
crashdog
Replies: 2 Views: 108
|
Forum: General IBM MQ Support Posted: Mon Jan 11, 2021 9:59 am Subject: Question on Active Directory setup |
Hello,
I've setup a connection from MQ to a Active Directory (LDAP) server. I can set authority records for my AD users and for AD groups. Now I'm looking for a way to verify that MQ can resolve who ... |
Topic: MQ client connection from external 3rd parties |
crashdog
Replies: 10 Views: 430
|
Forum: General Discussion Posted: Fri Dec 18, 2020 1:27 am Subject: MQ client connection from external 3rd parties |
In finance / banking "know your customer" or KYC has been a subject for quite some time now. You usually don't let any unknown entity connect to your infrastructure.
For MQ clients you ne ... |
Topic: MQ client connection from external 3rd parties |
crashdog
Replies: 10 Views: 430
|
Forum: General Discussion Posted: Thu Dec 17, 2020 12:27 pm Subject: MQ client connection from external 3rd parties |
But isn't it some times a necessity to allow 3rd parties (partners and customers) to connect ? Do you differentiate between SVRCONN and SDR/RCVR connections ?
Geographical distance ? The 3rd party c ... |
Topic: MQ client connection from external 3rd parties |
crashdog
Replies: 10 Views: 430
|
Forum: General Discussion Posted: Thu Dec 17, 2020 5:41 am Subject: MQ client connection from external 3rd parties |
As long as they connect with a secure network, valid certificates and strong ciphers, I don't see any issues.
But over an unsecured internet connection probably a no go.
The other question is how ... |
Topic: vgextend drbdpool on RDQM HA setup? |
crashdog
Replies: 5 Views: 1671
|
Forum: General IBM MQ Support Posted: Thu Dec 17, 2020 4:43 am Subject: vgextend drbdpool on RDQM HA setup? |
Yes, reboot is no issue. I also set the preferred node and it switched just fine.
[mqm@t-mqhub1 ~]$ rdqmadm -m TMQHUBHA1 -p -n t-mqhub2.md80.ch
The preferred replicated data node has bee ... |
Topic: vgextend drbdpool on RDQM HA setup? |
crashdog
Replies: 5 Views: 1671
|
Forum: General IBM MQ Support Posted: Thu Dec 17, 2020 3:47 am Subject: vgextend drbdpool on RDQM HA setup? |
The question is what you really want to achieve. You mentioned in your first post that you want to create a new rdqm. Not extend the space for an existing rdqm.
I just tried to extend drdbpool on m ... |
Topic: vgextend drbdpool on RDQM HA setup? |
crashdog
Replies: 5 Views: 1671
|
Forum: General IBM MQ Support Posted: Thu Dec 10, 2020 3:22 am Subject: vgextend drbdpool on RDQM HA setup? |
You can extend any logical volume (LV) on rhel with the command lvextend.
look here for details : https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/configuring_and_managi ... |
Topic: rdqm.ini |
crashdog
Replies: 9 Views: 2393
|
Forum: General IBM MQ Support Posted: Thu Oct 01, 2020 7:56 am Subject: rdqm.ini |
It depends a bit on how you set it up. Physical NICs or virutal NICs. In later case one IP for the replication and heartbeat will be sufficient. If you have physical NICs it also depends on how they'r ... |
Topic: rdqm.ini |
crashdog
Replies: 9 Views: 2393
|
Forum: General IBM MQ Support Posted: Thu Oct 01, 2020 6:45 am Subject: rdqm.ini |
Do you have a working 9.2.0.0 RDQM installation on RHEL 7 or 8?
I will be installing 9.2. on RHEL 7.8 in the next 2 weeks on my office systems. In my homelab I failed to get it running. Also on RHEL ... |
Topic: rdqm.ini |
crashdog
Replies: 9 Views: 2393
|
Forum: General IBM MQ Support Posted: Wed Sep 30, 2020 8:54 am Subject: rdqm.ini |
Just out of curiosity, which MQ version will you be using ? I've not been able to get RDQM working using LTS version including 9.2.0.0. I've only gotten CD versions to work. Of which I tried 9.1.4.0 a ... |
Topic: JMS TLS with MQ 9.1.0.0 RC 2400 |
crashdog
Replies: 1 Views: 7961
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 04, 2020 7:03 am Subject: JMS TLS with MQ 9.1.0.0 RC 2400 |
After lots of try 'n' error I got it running. Not sure which tweak actually was the lucky one. I will look closer into it and if I may post the fix.
Cheers,
Gerhard |
Topic: JMS TLS with MQ 9.1.0.0 RC 2400 |
crashdog
Replies: 1 Views: 7961
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 04, 2020 4:28 am Subject: JMS TLS with MQ 9.1.0.0 RC 2400 |
Hi all,
I'm trying to get a JMS TLS connection working. The MQ server side is 9.1.0.0 on the client side I've also got an MQ Server 9.1.0.0 on Windows 10.
I've created a jks and an encrypted channel ... |
Topic: Problems with RDQM setup MQ 9.2.0.0 on CentOS and RHEL 7.8 |
crashdog
Replies: 22 Views: 5210
|
Forum: General IBM MQ Support Posted: Wed Sep 02, 2020 5:56 am Subject: Problems with RDQM setup MQ 9.2.0.0 on CentOS and RHEL 7.8 |
you got it  |
Topic: Problems with RDQM setup MQ 9.2.0.0 on CentOS and RHEL 7.8 |
crashdog
Replies: 22 Views: 5210
|
Forum: General IBM MQ Support Posted: Wed Sep 02, 2020 5:04 am Subject: Problems with RDQM setup MQ 9.2.0.0 on CentOS and RHEL 7.8 |
That's not really how it works... You have 3 nodes (VMs). Basically you only need two network cards per node, one for the floating ip and one for the replication.
The primary and alternate nics are o ... |