IBM QRadar SOAR

IBM QRadar

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

 View Only
  • 1.  How long should resDrStatus take to run?

    Posted Thu May 20, 2021 10:21 AM
    I am following the IBM documentation to upgrade our DR system at https://www.ibm.com/docs/en/rsoa-and-rp/38?topic=playbooks-disabling-resilient-dr and that involves
    disabling resilient:
    sudo systemctl disable resilient
    Stopping resilient
    sudo systemctl stop resilient
     
    And sync'ing master with receiver applicance
    sudo bash resDrStatus -w

    How long should the resDrStatus command take?

    ------------------------------
    Tim Gray
    ------------------------------


  • 2.  RE: How long should resDrStatus take to run?

    Posted Fri May 21, 2021 02:13 AM
    Hi Tim,

    resDrStatus doesn't sync the two servers, it checks that they are both in sync, see https://www.ibm.com/docs/en/rsoa-and-rp/38?topic=monitor-viewing-status-from-command-line. You can run that command when the two servers are in normal operations to ensure they are both in sync. If with -w it doesn't complete it likely indicates that the two servers are not in sync.

    You should tackle that problem before commencing. See https://www.ibm.com/docs/en/rsoa-and-rp/38?topic=guide-using-health-monitor which suggests, depending on the output from the command, that you may need to check on the status of the filesync service as one of the possible next steps.

    ------------------------------
    BEN WILLIAMS
    ------------------------------