Linux RH 8.0
I am trying to start an MQSeries queue manager on bootup
I have placed the commad in rc.local and linked it to rc5.d
end result is I get an AMQ7077 you are not authorised to perform the requested function.
I did everything as root and root is a member of mqm.
What profile does the system start up under ?
files
rc.local
#!/bin/sh
touch /var/lock/subsystem/local
/etc/rc.d/rc5.d/rc.local.sh
-----------------------------------------
rc.local.sh
strmqm
runmqlsr -t TCP -p 1414
-----------------------------------------------
note - the listener does start...
Thanks
Brian