DataPower

DataPower

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.  Backup Automation

    Posted Thu June 15, 2023 05:10 AM

    Hi Team,

    How can we automate the process of taking automatic secure backup of an appliance on alternate days or so.
    Do we have to use scheduled processing rules or do you suggest other better options.



    ------------------------------
    Thanks
    ------------------------------


  • 2.  RE: Backup Automation

    Posted Thu June 15, 2023 08:22 AM

    I would not use scheduled processing rules to schedule a backup.

    Use some external scheduler such as cron on Linux or Task Scheduler on Windows. Use the XMI Management Interface to send a SOMA command to execute the secure backup. 

    Two other things to keep in mind when using secure backup/restore. Make sure you keep a copy of your key/cert pair off-box and make sure others know where this is in case you are not available to perform the restore. Also, when you perform a secure restore, the admin id is reset to the default password. All other credentials are not changed.



    ------------------------------
    Charlie Sumner
    ------------------------------



  • 3.  RE: Backup Automation

    Posted Fri June 23, 2023 10:59 AM

    Hello Sumner,

    Thanks for your post. How we are downloading the backup files (Secure Backup files) in secure way. FTP protocol is blocked in most of the organizations. 

    <?xml version="1.0" encoding="UTF-8"?> 
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"> <env:Body> 
    <dp:request xmlns:dp="http://www.datapower.com/schemas/management"  domain="default">   
    <dp:do-action>       <SecureBackup>          <cert>MyCert</cert>         
     <destination>ftp://ftpuser:passw0rd@ipaddress:port/BackupDir</destination>          
     <include-iscsi>on</include-iscsi>          
    <include-raid>on</include-raid>       
    </SecureBackup>    
    </dp:do-action> 
    </dp:request> </env:Body> 
    </env:Envelope>

    Thanks,



    ------------------------------
    Dharmendra Himanshu
    Chicago IL
    8728257912
    ------------------------------



  • 4.  RE: Backup Automation

    Posted Fri June 16, 2023 12:04 PM

    You may consider using DataPower Operations Dashboard (DPOD).

    You can use it for backups, firmware upgrades as well as for monitoring, troubleshooting, alerting, etc.

    A short overview video is available on https://ibm.biz/dpod-docs



    ------------------------------
    Amit Munwes
    ------------------------------