How to set orchestration for a failover or migrations?

How to set orchestration for a failover or migrations

Task

Set orchestration for a failover or migrations

Solution

To set orchestration settings, change the parameter "Rank" and add the parameter "boot_condition". It can be done in the Expert tab while editing the DR plan.

Set orchestration settings

Rank
Order in which a group of machines will be launched. For example, machines with rank 2 will be launched only after all machines with rank 1 are started, and those in turn only after all machines with a rank 0 are started.

Boot-condition
The condition in which the machine is considered to be running. Delay in time is supported, after its expiration the machine is considered to be running. The condition extends to the whole rank. If there are several machines with a time delay, the rank is considered fulfilled after waiting for the longest time.

Syntax:

"boot_condition": {

       "delay_seconds": number of seconds to wait,

       "type": "wait"

     }


Example:

"boot_condition": {

       "delay_seconds": 120,

       "type": "wait"

     }



    • Related Articles

    • How to set a boot condition to my server

      Task Set a boot condition to a server. Solution To set a boot condition, add the parameter "boot_condition". It can be done in the Expert tab while editing the DR plan. Example: "boot_condition": {        "delay_seconds": 300,        "type": "wait" ...
    • How to set a rank to my server in the DR or Migration Plan

      To set a rank change the parameter Rank. It can be done in the Expert tab while editing the DR plan. In this example the machine WS2012R2 will start only after the machine ubuntu1604 starts.
    • How to create a DR plan for the VMware target cloud

      Task Create a DR plan for the VMware target cloud. Solution This an essential step taken in advance when planning your strategy for a possible failover of selected machines to the target cloud and eventual disaster recovery. The DR plan is the ...
    • How to create a DR plan for several machines

      Task Create a DR plan for several machines Solution Check the boxes in front of those machines that you want to replicate. Click on the "Bulk actions" button, then select "Generate DR plan".
    • Initial replication of large machines using Direct Attached Storage for Windows Replication Agent

      Challenge Some machines that should be replicated to set up migration or disaster recovery process exceed the capabilities of customer's network connection in terms of machine size / network bandwidth. Completing initial replication of a 50Tb machine ...