Author |
Message |
Topic: systemd |
fbronx
Replies: 15 Views: 38716
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Feb 25, 2016 2:16 am Subject: systemd |
When I'm using this script in ExecStart, it still doesn't work on reboot ...
#!/bin/sh
whoami
. setmqenv -p /opt/mqm75 -l
/opt/mqm75/bin/strmqm $1 |
Topic: systemd |
fbronx
Replies: 15 Views: 38716
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Feb 23, 2016 5:16 am Subject: systemd |
I'm using my admin user. We use Centrify here ... Could this be the problem? Although it's weird that it works when I start/stop the service manually. |
Topic: systemd |
fbronx
Replies: 15 Views: 38716
|
Forum: IBM MQ Installation/Configuration Support Posted: Sun Feb 21, 2016 10:45 pm Subject: systemd |
$ ps -ef | grep mq
mqm 1906 1 0 Feb19 ? 00:00:02 /opt/mqm75/bin/amqzxma0 -m PIGEON
mqm 2092 1906 0 Feb19 ? 00:00:01 /opt/mqm75/bin/amqzfuma -m PIGEON ... |
Topic: systemd |
fbronx
Replies: 15 Views: 38716
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Feb 19, 2016 6:15 am Subject: systemd |
No change:
[system]$ . setmqenv -s
[system]$ dspmq
QMNAME(PIGEON) STATUS(Status not available)
[system]$
|
Topic: systemd |
fbronx
Replies: 15 Views: 38716
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Feb 19, 2016 5:55 am Subject: systemd |
This is the output of dspmqver:
[mqm75]$ dspmqver
Name: WebSphere MQ
Version: 7.5.0.5
Level: p750-005-150424
BuildType: IKAP - (Production)
P ... |
Topic: systemd |
fbronx
Replies: 15 Views: 38716
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Feb 19, 2016 2:28 am Subject: systemd |
I'm trying to add a Websphere MQ queuemanager start / stop to systemd on Red Hat 7.
We run WebSphere MQ 7.5.0.5
I've created a mq@.service as follows:
[Unit]
Description=Websphere MQ ... |
Topic: mqweb.org |
fbronx
Replies: 0 Views: 16351
|
Forum: Links Posted: Thu Feb 27, 2014 2:57 am Subject: mqweb.org |
[url=http://www.mqweb.org]mqweb.org is the project website of the open source project MQWeb. All information about MQWeb can be found on this website ... |
Topic: RC=3049 (MQRCCF_CCSID_ERROR) with MQ Perl |
fbronx
Replies: 0 Views: 5738
|
Forum: IBM MQ API Support Posted: Mon Apr 06, 2009 5:14 am Subject: RC=3049 (MQRCCF_CCSID_ERROR) with MQ Perl |
I've got 2 queuemanagers on a Solaris10. One runs with ccsid 1208 and one in 819. When I try to inquire a queue on the queuemanager with ccsid 1208 I always get a rc 3049. I've tried to set the CodedC ... |
Topic: MQ Explorer in RAD7 |
fbronx
Replies: 1 Views: 3032
|
Forum: General IBM MQ Support Posted: Tue Jan 22, 2008 6:21 am Subject: MQ Explorer in RAD7 |
How can I integrate MQ Explorer 6 into RAD 7? Is there some documentation on this ? |
Topic: MQAI / PCF to Z/OS gives 2068 |
fbronx
Replies: 3 Views: 6412
|
Forum: IBM MQ API Support Posted: Mon Nov 19, 2007 7:12 am Subject: MQAI / PCF to Z/OS gives 2068 |
What level of WMQ do you have on z/OS?
Version 6 |
Topic: MQAI / PCF to Z/OS gives 2068 |
fbronx
Replies: 3 Views: 6412
|
Forum: IBM MQ API Support Posted: Mon Nov 19, 2007 4:54 am Subject: MQAI / PCF to Z/OS gives 2068 |
When I issue a mqExecute to a qmgr on Z/OS I always get an 2068 as return code. This is the mqExecute code:
mqExecute(m_conn,
MQCMD_INQUIRE_Q,
MQHB_NONE,
adminBag, ... |
Topic: MQ Explorer plugins for moving messages |
fbronx
Replies: 1 Views: 3335
|
Forum: General IBM MQ Support Posted: Fri Sep 14, 2007 12:57 am Subject: MQ Explorer plugins for moving messages |
Before I start developing my own plugin, I wander if a plugin for moving messages from a queue to anoter queue already exist. Is there a repository of plugins available (with or without sample code)?
... |
Topic: PCFMessage fails with 2085 for MQCMD_INQUIRE_CLUSTER_Q_MGR |
fbronx
Replies: 1 Views: 4395
|
Forum: IBM MQ API Support Posted: Fri Sep 07, 2007 12:07 am Subject: PCFMessage fails with 2085 for MQCMD_INQUIRE_CLUSTER_Q_MGR |
I get a reason code 2085 (Unknown object name) when I try to send the pcf command MQCMD_INQUIRE_CLUSTER_Q_MGR.
PCFMessageAgent agent = new PCFMessageAgent(qmgr);
PCFMessage request = new P ... |
Topic: Integrate MQ Explorer into WSAD |
fbronx
Replies: 1 Views: 3338
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Aug 22, 2007 12:02 am Subject: Integrate MQ Explorer into WSAD |
Is there a way to integrate Websphere MQ Explorer into an existing WSAD? |
Topic: MQ Explorer with intermediate qmgr |
fbronx
Replies: 3 Views: 4556
|
Forum: General IBM MQ Support Posted: Wed Aug 08, 2007 5:32 am Subject: MQ Explorer with intermediate qmgr |
The connection is solved, but when I try to browse a queue on the target qmgr, I don't see a browse item in the popup menu when I right click on the queue. |