hello there,
we have mq appliance m2003 and we need to transfer QMGRs already created on software environment on AIX OS , we take dump of QMGR needed with the command
dmpmqcfg -m MYQMGR -a > /mq/backups/MYQMGR.mqsc
and need to apply this MYQMGR.mqsc on the mq appliance with the same queues,channels and all configs.
i tried the following steps on appliance: the restore command
mqrestore -f MYQMGR.mqsc
also run this command:
runmqsc MWQM < /path/to/target/directory/MYQMGR.mqsc
but return with syntax error and list attributes of qmgr that can be executed only like define, exit,alter,.....
i need the best way to migrate from AIX software to mq appliance by take config dump from AIX qmgr and release it in mq appliance with all its configs.
thanks
------------------------------
mokhtar genena
------------------------------