# VMware ONES Deployment

### Download OVA Package

* Work with Aviz Sales/Support contact to create an account on Aviz Networks Support Portal
* Login to <https://support.aviznetworks.com> with your account credentials
* Click on the **Downloads** section, under **ONES**, and click to download **ONES Release 4.0**

### VM Compatibility&#x20;

ONES-4.0.0 OVA support below Versions of VMware Family

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-type="number"></th><th data-hidden data-type="number"></th></tr></thead><tbody><tr><td>VMware ESXI</td><td>ESXi 7.0 U2</td><td></td><td>null</td><td>null</td></tr><tr><td></td><td>ESXi 7.0</td><td></td><td>null</td><td>null</td></tr><tr><td></td><td>ESXi 6.5</td><td></td><td>null</td><td>null</td></tr><tr><td>VMware Fusion</td><td>Fusion 13.x</td><td></td><td>null</td><td>null</td></tr><tr><td></td><td>Fusion 12.2.x</td><td></td><td>null</td><td>null</td></tr><tr><td></td><td>Fusion 12.x</td><td></td><td>null</td><td>null</td></tr><tr><td>VMware Workstation</td><td>Workstation 17.x</td><td></td><td>null</td><td>null</td></tr><tr><td></td><td>Workstation 16.2.x</td><td></td><td>null</td><td>null</td></tr><tr><td></td><td>Workstation 16.x</td><td></td><td>null</td><td>null</td></tr></tbody></table>

### Import OVA to ESXI Server

* Login to ESXI >> Create / Register VM

<figure><img src="https://content.gitbook.com/content/cd2rizc8cOY7cJKDEOsa/blobs/oiPdzd9XTpcgLJMXqSl9/Screenshot%202024-01-10%20at%2010.10.39%E2%80%AFPM.png" alt=""><figcaption></figcaption></figure>

* Choose **Deploy a virtual machine from an OVF or OVA file** >> **NEXT**

<figure><img src="https://content.gitbook.com/content/cd2rizc8cOY7cJKDEOsa/blobs/vhVNNJDIEzwqO19K9k02/Screenshot%202024-01-10%20at%2010.12.45%E2%80%AFPM.png" alt=""><figcaption></figcaption></figure>

* Give it a Valid Name >> **Click to select Files or drag/drop (upload from the download folder)**&#x20;

<figure><img src="https://content.gitbook.com/content/cd2rizc8cOY7cJKDEOsa/blobs/Dz1rXpNU0dcrv2VffAla/image.png" alt=""><figcaption></figcaption></figure>

* Choose the **downloaded OVA package >> NEXT**

<figure><img src="https://content.gitbook.com/content/cd2rizc8cOY7cJKDEOsa/blobs/SshuKd2q0B9CdsHVvRm5/image.png" alt=""><figcaption></figcaption></figure>

* Choose preferred storage to run **ONES-4.0 VM >> NEXT**

<figure><img src="https://content.gitbook.com/content/cd2rizc8cOY7cJKDEOsa/blobs/DMT50c8x3fnil176CZbX/Screenshot%202024-04-24%20at%201.12.03%E2%80%AFAM.png" alt=""><figcaption></figcaption></figure>

* Choose a Network Adapter to provide DHCP IP to **ONES App (Management interface/Eth0)** >> **NEXT**

<figure><img src="https://content.gitbook.com/content/cd2rizc8cOY7cJKDEOsa/blobs/35syXOpFegIdQT9fUtKR/Screenshot%202024-04-24%20at%201.12.42%E2%80%AFAM.png" alt=""><figcaption></figcaption></figure>

* Verify all the inputs >> **FINISH**

<figure><img src="https://content.gitbook.com/content/cd2rizc8cOY7cJKDEOsa/blobs/Taxoh9aHFrKio452v5ja/Screenshot%202024-04-24%20at%201.14.28%E2%80%AFAM.png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://content.gitbook.com/content/cd2rizc8cOY7cJKDEOsa/blobs/RpUeKzSE1GDocqRMou6d/Screenshot%202024-04-24%20at%201.34.11%E2%80%AFAM.png" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
After the OVA upload to ESXi is complete and the status indicates "Successful," the user will then be able to use ONESVM.
{% endhint %}

* ONES is **Ready to use** >> **Power On the ONES VM**

<figure><img src="https://content.gitbook.com/content/cd2rizc8cOY7cJKDEOsa/blobs/2QMAbYB4Rfa5SItOsSgk/image.png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://content.gitbook.com/content/cd2rizc8cOY7cJKDEOsa/blobs/ZSPwu6IJdrD0lcxSaE7m/image.png" alt=""><figcaption></figcaption></figure>

### Credentials to access ONES OVA VM

Once logging into the server CLI using below credentials, please continue with the next steps that is Ones Agent Installation&#x20;

```
Username: aviz
Password: Aviz@123
```

### Expand HDD

{% code title="Expanding the HDD " lineNumbers="true" %}

```python
python3 vm-hdd-expand.py
```

{% endcode %}

{% hint style="info" %}
vCPU & RAM can be expended without any dependency
{% endhint %}
