Enabling MQ Listeners

Hi

I've been trying to change the services for MQ listeners using inetaconv and inetadm.

The MQ was already installed and Im trying to change the QManager name. Ive creted the appropriate files (MQSeries-tcp.xml) and am now trying to enable MQSeries and then refresh the service:

inetadm -e svc:/network/MQSeries/tcp:default
svcadm refresh inetd

thes ecommand run ok but when I look at the service:

inetadm -l /network/MQSeries/tcp

I shows, amongst others, the line:

exec="/opt/mqm/bin/amqcrsta -m QMGR"

the problem is that the QMGR is the old Queue manager name not the one I am trying to set up the listener for.

Help.......

i dont know much about mq. however, is the old name being picked up somewhere in /lib/svc/method/<script> ???

I suppose if there should be in better options to "clear the cache" using the /opt/mqm/bin/amqcrsta command.. /opt/mqm/bin/amqcrsta -help ?? :confused: