App Connect

 View Only
  • 1.  Not able to take backup of multi integration node on ACE11

    Posted 13 days ago

    Hi Team,

    I am trying to take backup of multi integration node by using mqsibackupbroker . I am able to take single instance backup .Please suggest.

    [ace@inst1 ACE11]$ mqsibackupbroker INODE -d /tmp 
    BIP8385E: This command is not currently available in IBM App Connect Enterprise. 
     
    As an alternative, you can investigate the options available in the configuration files (node.conf.yaml and server.conf.yaml), which control integration nodes and integration servers, or the administrative REST API that is provided by IBM App Connect Enterprise.
    ace@inst1 ACE11]$ mqsilist
    BIP1292I: The multi-instance or High Availability integration node 'BRK' on queue manager 'QM' has stopped. 
    BIP9851E: The multi-instance or High Availability integration node 'ACE11' on queue manager 'A' is active on another host. 
    BIP1376I: Integration node 'INODE' is an active multi-instance or High Availability integration node that is running on queue manager 'QM1'. The administration URI is 'http://inst1.eidikointernal.com:4418' 
    BIP8071I: Successful command completion.
    [ace@inst1 ACE11]$ mqsibackupbroker TMPBRK -d /tmp
    BIP1252I: Creating backup file '/tmp/TMPBRK_250213_015014.zip' for integration node 'TMPBRK'.
    BIP8071I: Successful command completion.


    ------------------------------
    harsha raju
    ------------------------------


  • 2.  RE: Not able to take backup of multi integration node on ACE11

    Posted 12 days ago

    Based on the documentation

    "To ensure that the backup is complete and correct, either take a backup when the integration node is not processing a configuration change (such as a deployment or change property) or when the integration node is stopped."

    try stopping the broker or integration node (mqsistop brokername) and run that backup command.



    ------------------------------
    vishal kumar kalava
    ------------------------------



  • 3.  RE: Not able to take backup of multi integration node on ACE11

    Posted 11 days ago

    Thanks for your reply Vishal, 

    I tried after stopping the integration node only.

    I encountered this problem in version 11.0.0.4, I am able to successfully take a backup of the multi-instance node in version 11.0.0.9.



    ------------------------------
    harsha raju
    ------------------------------



  • 4.  RE: Not able to take backup of multi integration node on ACE11

    Posted 11 days ago

    Harsha,

    You may have checked this already but, just for validation make sure you are at the right installation while taking the backup, 

    if you have created the integration node under 11.0.0.4, run mqsiprofile again under the right installation directory as below for ex: 

    go to /opt/ESB/mqsi/iib-11.0.0.4/server/bin  then run : "./mqsiprofile" then try running the back up command also check under /opt/ESB/mqsi/iib-11.0.0.4/server/bin, see if the mqsibackupbroker is present. 

    Also you can run the mqsibackupbroker command with trace flag to see any details for ex below:

    mqsibackupbroker INODE -d /tmp/ -v /tmp/output_INODE.txt

    Also i see, in the release 11.0.0.9 there are some fixes released related to the error "BIP8385E: This command is not currently available in IBM App Connect Enterprise. "

    Explore the new features in App Connect Enterprise version 11.0.0.9 - Integration

    Thanks



    ------------------------------
    vishal kumar kalava
    ------------------------------