# Nutanix Acropolis Hypervisor (AHV)

## Installation

### Using Prism Element

1. Unpack ova file.

```
tar -xvf storware.backup.recovery-oVirt.ova
```

1. Log in to Nutanix Prism. Go to Image Configuration on the left pane and click Upload Image.

   ![](/files/2Xw4TtQwXRu4JK1tcKYU)
2. Provide a name for the image. Select Image Type as DISK and upload the file that is extracted from Step 2.

   ![](/files/kliQGgTKB7iKCUFzBLPN)
3. Wait for the Image Create and Image Update tasks to complete.

   ![](/files/EOpjQZ1KRYPywP23CmLj)
4. Go to VM pane and click Create VM.

   ![](/files/seHIJ2cm4Tle0rIuoJFW)
5. In the Create VM dialog box, provide details about the VM name and Time zone. Allocate 4 vCPU and 8 GB RAM as per the documented guidelines. Leave the Boot Configuration as the default Legacy BIOS. Click Add New NIC, and assign the VLAN for the VM.

   ![](/files/hcWm64zyF8gXulWSr8kw)
6. Under Disk option, click Add New Disk. Select Type as DISK. Select Operation as Clone for Image Service. Select BUS type as SCSI (default). Select the Image that we created in Step 5 (Size of the OS disk is 59 GiB as of version 19.10.) Click ADD and Save.

   ![](/files/0WzwLc4cfU8KVwtKqkJ6)
7. Once the VM is built, click Power On to start the VM.

   ![](/files/345eH628qFqdQqHRTKY3)
8. Once the VM is ON, connect to the VM using virtual console (from Prism) and configure networking with "NetworkManager TUI" tool.

   * SSH to VM with default credentials: Username: root Password: vPr0tect
   * Run the command "nmtui" for the options to setup hostname, IP Address, Netmask, Gateway, and DNS details.

   ![](/files/FTMxH03NwBQAHC3L8vJ5)

## Deinstallation

1. Remove VM from the virtual environment.
2. If the backup destination is outside VM, then remove backup files from the backup destination.


---

# Agent Instructions: 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:

```
GET https://docs.storware.eu/backup-and-recovery-7.2/deployment/installation/virtual-appliance/nutanix-virtual-appliance.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
