Author |
Message |
Topic: vgextend drbdpool on RDQM HA setup? |
ryddan
Replies: 5 Views: 8403
|
Forum: General IBM MQ Support Posted: Thu Dec 17, 2020 4:32 am Subject: vgextend drbdpool on RDQM HA setup? |
Thanks for your help trying this.
Seems like it should work then.
I normally add a new empty disk to volume group
Prepare disk first : pvcreate /dev/sdX
then
vgentend VolumeGroup /dev/sdX
... |
Topic: vgextend drbdpool on RDQM HA setup? |
ryddan
Replies: 5 Views: 8403
|
Forum: General IBM MQ Support Posted: Mon Dec 14, 2020 7:26 am Subject: vgextend drbdpool on RDQM HA setup? |
The LV (logical volume)can only be extended on RDQM if you backup everything on it and then restore data.
https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_9.2.0/com.ibm.mq.con.doc/q133350_.htm ... |
Topic: vgextend drbdpool on RDQM HA setup? |
ryddan
Replies: 5 Views: 8403
|
Forum: General IBM MQ Support Posted: Thu Dec 03, 2020 6:07 am Subject: vgextend drbdpool on RDQM HA setup? |
Is it possible to extend drbdpool?
I need to create a new QueueManager on RDQM but there is not enough space in drbdpool. |
Topic: MQSeries on OS390 |
ryddan
Replies: 4 Views: 5724
|
Forum: General IBM MQ Support Posted: Tue Jan 28, 2003 3:44 am Subject: MQSeries on OS390 |
I looked up the error code. Perhaps your message data is to big for the queue or the length field is incorrect.
292 (MQFB_DATA_LENGTH_NEGATIVE)
A segment length field was negative in the applicat ... |
Topic: Shared listners(OS/390 queue-sharing) with clusters |
ryddan
Replies: 0 Views: 5843
|
Forum: Clustering Posted: Tue Aug 20, 2002 3:33 am Subject: Shared listners(OS/390 queue-sharing) with clusters |
In the Cluster manual(p.16) it says
"Do not use shared listners in conjunction with clusters. If you do, queue managers may receive messages pertaining to queues for which they do not have a CLUSRC ... |
Topic: Msgs staying on Cluster XMITQ |
ryddan
Replies: 7 Views: 14192
|
Forum: Clustering Posted: Wed Jul 31, 2002 12:34 am Subject: Msgs staying on Cluster XMITQ |
We had this problem on Windows NT with MQ 5.2 cluster. Then we uppdated with CSD04 and now it works fine. |
Topic: best practice: programmatically remove queue from cluster |
ryddan
Replies: 7 Views: 16330
|
Forum: Clustering Posted: Tue Jul 30, 2002 11:24 pm Subject: best practice: programmatically remove queue from cluster |
You could stop the cluster receiver channel. No cluster queues will receive messages after that. |
Topic: MQSeries NT Client Autoinstall to OS/390 |
ryddan
Replies: 4 Views: 8587
|
Forum: General Discussion Posted: Fri Feb 22, 2002 5:49 am Subject: MQSeries NT Client Autoinstall to OS/390 |
Shared Q:s on OS/390 and dynamic IP should do what your are asking. You don´t need Dynamic IP if your QMGR:s is in same MVS I think. Shared Q:s can only be non persistence.
|
Topic: SAVEQMGR fails on remote QMGR |
ryddan
Replies: 2 Views: 7676
|
Forum: General IBM MQ Support Posted: Wed Nov 14, 2001 1:02 am Subject: SAVEQMGR fails on remote QMGR |
I can't get SAVEQMGR(NT) to work on a remote QMGR(NT). I have the MQ Client installed. AMQSPUTC works fine to remote QMGR.
I get the error:
MQOPEN failed for SYSTEM.ADMIN.COMMAND.QUEUE, CC=2 RC=2087 ... |