> For the complete documentation index, see [llms.txt](https://docs.storware.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.storware.eu/backup-and-recovery-71/protecting-virtual-machines/virtual-machines/huawei-fusion-compute.md).

# Huawei FusionCompute

* Supported version: 8.x.
* The node can be installed outside of the environment, but not behind a NAT.
* Incremental backup uses the CBT functionality of VRM. This means that currently, incremental backup can only be performed on VMs with installed VMTools (You can find instructions on how to install VMTools on VRM's Help page).

![](/files/QgoPwQfjUWoD53oi4vow)

## Creating a FusionCompute HypervisorManager

* Fill in the URL field:
  * https
  * address of VRM server, hostname, or IP, with port (default is 8443)
* Fill in the admin username and password for VRM.

![](/files/KJIkMY63Qn7qdwZKhs9Q)

## Backup and Restore

* Backup and restore use LANSSL transfer mode for communication with CNAs.
* Requires a connection to each Hypervisor (data transfer during the backup/restore process will be performed directly between the node and the CNA/Hypervisor on which the VM is running).

### Backup process

* A snapshot of the VM is performed. (type 'normal' when the VM is without VMTools or type 'CBTbackup' if the VM has VMTools installed).
* The metadata of VM is backed up in json format.
* Each disk is then backed up sequentially, using LANSSL transfer mode. During this process, the node communicates with the specific CNA directly.
* If the incremental backup is performed: additionally the CBT map for each disk is backed up.
* The last snapshot is kept on the hvm for incremental backup.

### Restore process

* The node sends a request to the VRM to create a new VM based on the metadata stored during the backup process. The VRM automatically creates the required disks.
* For each disk, the node sends data using LANSSL transfer mode directly to the CNA, restoring the backup content.

### Restore settings

\*Restore to hypervisor manager

* Select the storage to which disks will be restored
* Cluster and host selection:
  * If the host is selected then the VM will be restored to that host and bound to it.
  * If the host is set to None, then a cluster must be selected and the VM will be restored to that cluster
* You can specify the name for the restored VM.

![](/files/0xZyh2srcmy2lNdivCLx)


---

# 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://docs.storware.eu/backup-and-recovery-71/protecting-virtual-machines/virtual-machines/huawei-fusion-compute.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.
