Topic Last Modified: 2012-11-12

This section contains procedures for disaster recovery operations, as well as for maintaining the Backup Service which synchronizes the data in paired Front End pools.

Disaster recovery procedures, both failover and failback, are manual. If there is a disaster, the administrator must manually invoke the failover procedures. The same applies to failback after the pool is repaired.

The disaster recovery procedures in the rest of this section assume the following:

Important:
In the following procedures, the PoolFQDN parameter refers to the FQDN of the pool that is affected by disaster, not the pool that affected users are being redirected from. For the same set of affected users, it refers to the same pool in both failover and failback cmdlets (that is, the pool that first homed the users before the failover).

For example, assume a case in which all users homed on a pool P1 were failed over to the backup pool, P2. If the administrator wants to move all the users currently serviced by P2 to be serviced by P1, the administrator must perform the following steps:
  1. Fail back all the users originally homed on P1 from P2 to P1 using the failback cmdlet. In this case, the PoolFQDN is P1’s FQDN.

  2. Fail over all the users originally homed on P2 to P1 using the failover cmdlet. In this case, the PoolFQDN is P2’s FQDN.

  3. If the administrator later wants to fail back those P2 users back to P2, the PoolFQDN is P2’s FQDN.

Note that step 1 above must be performed before step 2 to preserve pool integrity. If you try step 2 before step 1, the step 2 cmdlet will fail.

In This Section

See Also