Hi
Do I need to create a group mqbrkrs on a Solaris 8 system for running MQSeries with WebSphere application server?
MQ 5.2
WebSphere 5
Also I have a startup script (inherited) that will not run.
1. Authorization failure on the su -mqm
2. Don't I need an & sign after runmqlsr ?
first part of script follows
#!/bin/sh
case "$1" in
'start')
su - mqm -c "/opt/mqm/bin/strmqm queuename"
su - mqm -c "/opt/mqm/bin/runmqlsr -m queuename -t tcp -p1414"
;;
'stop')
Thanks
Brian
Do I need to create a group mqbrkrs on a Solaris 8 system for running MQSeries with WebSphere application server?
MQ 5.2
WebSphere 5
Also I have a startup script (inherited) that will not run.
1. Authorization failure on the su -mqm
2. Don't I need an & sign after runmqlsr ?
first part of script follows
#!/bin/sh
case "$1" in
'start')
su - mqm -c "/opt/mqm/bin/strmqm queuename"
su - mqm -c "/opt/mqm/bin/runmqlsr -m queuename -t tcp -p1414"
;;
'stop')
Thanks
Brian