Posted: Fri Aug 20, 2004 3:47 am Post subject: Starting Queue Manager on UNIX
Centurion
Joined: 16 Mar 2004 Posts: 120 Location: Kansas City
To start a queue manager on UNIX, I have to issue the command:
strmqm QMNAME
and then issue the following 2 commands to make it work:
strmqcsv QMNAME
runmqlsr -t tcp -m QMNAME
What I really need is for it to come up automatically and start running following a boot of the machine.
Can I request that the UNIX administrator add these commands to the startup ? AM I exposed to a possible problem of trying to start the listener and command server before the queue manager is all the way up ?
Thanks in advance !
You could ask you UNIX admin to create a RC.STARTUP script and add the mq commands you need in there. Also, add the MQ shutdown command in a RC.SHUTDOWN script so that when the UNIX box is rebooted MQ comes down clean.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum