This section describes the required steps to prepare your platform for deploying Omnissa Unified Access Gateway to Nutanix AHV.
Pre-requisites to deploy Unified Access Gateway on Nutanix AHV
Prepare your platform for the PowerShell deployment.
-
Open the Powershell window and install the following package.
Install-Package 7Zip4PowerShell -
Ensure that the subnets and clusters are already created on Prism Central. For more information, see Creating a Subnet and Create a cluster.
Recommended Operating Systems
| Operating System | Recommended OS Version |
|---|---|
| Windows | 10 and 11 |
| Ubuntu | 20.04, 22.04, 24.04 |
Minimum Supported Nutanix Software Versions
- Prism Central (PC): 2024.3
- AOS: 7.0
- AHV: 10.0
Step 1. Upload the UAG vmdk image to Prism Central
-
From the Omnissa Customer Connect, go to Unified Access Gateway (UAG) for vSphere, AWS, Google Cloud, and Nutanix file and click DOWNLOAD NOW.
A zip fileeuc-unified-access-gateway-x.x.x.xxxxxxxxx.ovais downloaded on your local machine. -
Extract the
.vmdkimage from the.ovafile.Windows Ubuntu expand-7zip ova-filename target-location
For example,euc-unified-access-gateway-x.y.0.0-12345678_OVF10.ovais the downloaded file, wherex-yis the version number and12345678is the build number.
To extract the.vmdkfile toC:\uag, run:expand-7zip C:\uag\euc-unified-access-gateway-x.y.0.0-12345678_OVF10.ovatar -xvf ova-filename
For example:tar -xvf euc-unified-access-gateway-x.y.0.0-12345678_OVF10.ova -
Login to Prism Central and upload the
.vmdkimage file. For more information, see Add an image.
Step 2. Prepare the .ini file
To prepare the .ini file, configure the General settings and create a new section for [Nutanix] and include the parameters mentioned in the following table.
For more information about configuring [General] section parameters, see PowerShell deployment parameters.
Nutanix AHV specific settings
| Value | Example | Description |
|---|---|---|
prismCentralUserName | user1.test1.com | Enter the prism central username. |
prismCentralAddress | prism3.prov1.test1.com | Enter the prism central address. |
cluster | cluster1 | Enter the name of the customer where the virtual machine has to be deployed. |
image | uag-vm | Enter the name of the image. |
subnet0, subnet1, subnet2 | subnet0=subneta, subnet1=subnetb, subnet2=subnetc | Enter the name of the Subnet for eth0 interface. subnet1 and subnet2 are required only during multi NIC deployments. Note: To get the network details on Prism Cental, go to Network & Security > Subnets. |
Example of .ini file
[General]
name=uag-vm
defaultGateway=10.xx.xx.xxx
deploymentOption=twonic
requestTimeoutMsec=10000
snmpEnabled=false
sshEnabled=true
sshKeyAccessEnabled=true
sshPasswordAccessEnabled=true
DNS=10.12.120.xxx
[Nutanix]
prismCentralUserName=user1.test1.com
prismCentralAddress=prism3.prov1.test1.com
cluster=cluster1
image=euc-unified-access-gateway-25.03.0.0-14396117930-system.vmdk
subnet0=subneta
subnet1=subnetb
Step 3. Deploy Unified Access Gateway to Nutanix AHV
You can deploy Unified Access Gateway to Nutanix AHV by using the uagdeployntnx.ps1 PowerShell command.
-
From the Omnissa Customer Connect, go to Unified Access Gateway (UAG) 2506 PowerShell Scripts for Nutanix file and click DOWNLOAD NOW.
A zip fileuagdeploy-xx.xx.x.x-xxxxxxxxis downloaded on your local machine. -
Extract the files from the zip file. Ensure that the following PowerShell script is available on your machine.
uagdeployntnx.ps1 -
Open PowerShell window and run the following command:
.\uagdeployntnx.ps1 Nutanix.ini
4. Enter the root user password, admin password, and Prism Central password when prompted. For more information about the root user and admin password requirements, see Password requirements.
After successful deployment, virtual machine is created on Prism Central.

What's Next
- Using the IP information, login to the virtual machine to ensure all services are working as expected.
- Login to the admin UI with
https://uag-ip:9443and configure the settings based on your requirement. See Configure Horizon Settings.
Was this page helpful?