> For the complete documentation index, see [llms.txt](https://kb.hostednetwork.com.au/support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.hostednetwork.com.au/support/services/cloud/disaster-recovery-as-a-service/failover/partial-failover.md).

# Partial Failover

Partial failover is used to engage DRaaS for individual VMs in the event the production site and primary infrastructure is still available, but there is an issue with one or more VMs (eg. single host failure or OS corruption) and the affected VMs need to be temporarily booted in the DR environment.

Partial failover allows VMs booted in the DR environment to continue communicating with the internet and remaining devices in the production site through the use of a Veeam Network Extension Appliance (NEA) in each location. This is deployed during the setup of the Service Provider connection in Veeam B\&R.

During a partial failover, the extension appliances establish a tunnel between each other and use proxy ARP to extend layer 2 connectivity between the production and DR sites.

VMs running in the DR environment continue to route to the internet and the production network via the NEA tunnels, providing a near seamless option for recovering individual machines to the DR environment.

Once the production infrastructure is ready to run the affected VMs again, they can be failed back to the production system with minimal downtime.

### Performing Partial Failover

{% hint style="info" %}
Partial failover requires Network Extension Appliances deployed in both the production and DR environments. Please ensure you have deployed at least 1 appliance during setup of the Service Provider or partial failover will not be successful.

See the Network Extension section of [Getting Started](/support/services/cloud/disaster-recovery-as-a-service/disaster-recovery-as-a-service.md) for more information
{% endhint %}

* From the on-prem Veeam B\&R console, select **Replicas** from the navigation tree<br>

  <div align="left"><figure><img src="/files/aAH0BLZ33o5OrNSSCA6w" alt="" width="182"><figcaption></figcaption></figure></div>
* Right click the VM you wish to failover and select **Failover Now**<br>

  <div align="left"><figure><img src="/files/qy4p4nE8ADuBu92c4IXM" alt="" width="309"><figcaption></figcaption></figure></div>
* Select a restore point and click through to **Finish**<br>

  <div align="left"><figure><img src="/files/74Idsjw1DhhrwkXMeHuj" alt="" width="563"><figcaption></figcaption></figure></div>
* Select a restore point and click through to **Finish**
* Wait for the failover process to complete. While this process is running, the replica VM and Network Extension Appliance will be booted and Veeam will verify connectivity between the cloud and on-prem network appliances is successfully established<br>

  <div align="left"><figure><img src="/files/ERu828QomtcETT6adjdm" alt="" width="553"><figcaption></figcaption></figure></div>
* If the process completed successfully, your VM should now be contactable from the existing on-prem network


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://kb.hostednetwork.com.au/support/services/cloud/disaster-recovery-as-a-service/failover/partial-failover.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
