MQ

MQ

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  MQ MFT Transfers Backup and Recovery

    Posted Fri February 12, 2021 12:51 AM
    Looking for some best practices and suggestions for backing up and restoring MQ MFT Transfer jobs, monitors, transfers, templates, etc.?

    Thanks,
    Guy

    ------------------------------
    Guy Petty
    ------------------------------


  • 2.  RE: MQ MFT Transfers Backup and Recovery

    Posted Fri February 12, 2021 09:38 AM
    Hi Guy,

    Resource monitor configuration can be backed up using fteListMonitors command.  If you are using MQ 9.0 or 9.1 - you can backup one monitor at a time using command like 
    fteListMonitors -ma AGENT1 -mn MONITOR1 -ox filename1.xml

    If you are using MQ 9.2, then you can use fteListMonitors -od <dir name> to backup all resource monitor configurations as xml files. The same xml file can be used to recreate the resource monitor with fteCreateMonitor with -ix option.

    Unlike resource monitors, MFT does not provide a mechanism to backup transfer and transfer templates. But you can simply backup the command/scripts used to create the transfers/templates/scheduled transfers and recreate them. More details here: https://www.ibm.com/support/knowledgecenter/SSFKSJ_9.2.0/com.ibm.mq.ref.adm.doc/list_monitors_cmd.html

    Hope this helps.
    Shashi


    ------------------------------
    Shashikanth Rao Thambrahalli
    IBM
    Bangalore
    ------------------------------



  • 3.  RE: MQ MFT Transfers Backup and Recovery

    Posted Fri February 12, 2021 02:17 PM
    Excellent Shashikanth, thank you!

    Regards,
    Guy

    ------------------------------
    Guy Petty
    ------------------------------