# Connector Installation - Nutanix AHV

This document will guide you to create a Cloudbrink Connector (either single or active-standby pair) in AHV. Steps 6 through 16 must be completed twice in order to create two instances for the active-standby pair.

### Prerequisites

* The Connector virtual machine qcow2 disk file should have been provided separately, which can be re-used for any number of Cloudbrink Connectors
* A Cloud-Init script for static IP and one-time Connector Key should also have been provided separately
* Nutanix Prism Element admin account to upload the disk image and create virtual machines

### Connector VM Requirements

* Compute: 4 CPU and 8GB RAM
* Storage: 30 GB Disk
* Networking: Outbound ports 443 (TCP), and 9993-4 (UDP) to Cloudbrink SaaS and Edge IPs

### Connector VM – High Level Instructions

* Upload the provided qcow2 disk file to the AHV Image Service
* Deploy one (non-HA) or two (HA) VMs from the image with the following settings:
  * The above compute resources
  * A cloud-init customization script with desired static IP and Connector Key

\<img>cloudbrink logo\</img> Software Defined Mobility Cloudbrink Connector - AHV | \<page\_number>1\</page\_number>

***

## Connector VM - Detailed Instructions

1. **Expand** the provided tar file via your GUI, or the following CLI command:

   ```
   tar -xzvf connector-v*-kvm.tar.gz
   ```
2. Within **Prism Element**, click the **gear icon** in the upper right corner, and then **Image Configuration** along the left column.

<figure><img src="/files/adefEo69bzZGKIQ0a0z2" alt=""><figcaption></figcaption></figure>

3. Click the **+ Upload Image** button within the Image Configuration.
4. Within the **Create Image** window fill out the following fields and then click **Save**: A. **Name**: a friendly name for the Cloudbrink Connector Image B. **Annotation**: (optional) an annotation per business practices C. **Image Type**: DISK D. **Storage Container**: choose per business practices E. **Image Source**: Upload a file F. **Choose File**: connector-v\*.qcow2

<figure><img src="/files/nfvV0tjrbic3GChf8Vu4" alt=""><figcaption></figcaption></figure>

5. Depending upon network speed, wait several minutes for the image to upload and convert to a usable format. Once complete, verify the image is in an **Active** state.

<figure><img src="/files/xYeHQx5U8ICh5czCdU8D" alt=""><figcaption></figcaption></figure>

### Image Configuration

Manage the images to be used for creating virtual disks.

* Upload Image

| NAME               | ANNOTATION | TYPE | STATE  | SIZE   |
| ------------------ | ---------- | ---- | ------ | ------ |
| Cloudbrink-Conn... |            | DISK | ACTIVE | 30 GiB |

6. Expand the **main menu dropdown** in the upper left corner, select **VM**, and the click **+ Create VM** in the upper right corner.
7. Within the **Create VM** pop-up, provide a **name** and **description** per business practices.

<figure><img src="/files/fNPR0Xqabf9cbNvEnsGe" alt=""><figcaption></figcaption></figure>

***

8. Within the **Compute Details** section, change the **vCPU(s)** to **4**, and the **Memory** to **8**.

<figure><img src="/files/VBBVyoXwOa8AUdsd1B7G" alt=""><figcaption></figcaption></figure>

8. Click the **+ Add New Disk** button, then fill out the following fields and click **Add**: A. **Type**: DISK B. **Operation**: Clone from Image Service C. **Bus Type**: SCSI D. **Image**: Select the image created in step 4 E. **Index**: Next Available

<figure><img src="/files/7F3WYy7nfHmR7EdsdU1u" alt=""><figcaption></figcaption></figure>

***

10. Ensure the **Disks** appear as below, and leave the **Boot Configuration** as default.

<figure><img src="/files/U2GK4bXQYFkYELP5zujf" alt=""><figcaption></figcaption></figure>

11. Under Network Adapters, click **+ Add New NIC**.
12. Select the appropriate network under the **Network Name** dropdown, leave the **Connected** radio button toggled, and click **Add**.

<figure><img src="/files/eoCkER7KABo0Kuph7j20" alt=""><figcaption></figcaption></figure>

***

13. Enable the **Custom Script** checkbox, and then select the **Type or Paste Script** radio button.

<figure><img src="/files/A8ok6ze9VNzuv3ULMmZJ" alt=""><figcaption></figcaption></figure>

14. Within the **Type or Paste Script** text box, paste in the Cloud-Init script with the correct **IP address**, **subnet mask**, **default gateway**, and **OTP** values for this Connector.

<figure><img src="/files/xqHPuvIFm5KmJAi6vlZu" alt=""><figcaption></figcaption></figure>

15. Click **Save**.

16. Select the **Connector VM** from the VM table, and then click **Power on** below the table.

<figure><img src="/files/r99eRVxaWHaFLtItnhbI" alt=""><figcaption></figcaption></figure>


---

# 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.cloudbrink.com/configuration/connector-deployment/connector-installation-nutanix-ahv.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.
