Site icon Davoud Teimouri – Virtualization and Data Center

Ubuntu OVA – VMware Horizon View

Ubuntu OVA


As you may know, VMware Horizon View supporting some Linux desktop distribution as virtual desktop from VMware Horizon View 7.x, it means that you can deliver Linux desktops to users.

There is many performance recommendations about delivering virtual desktops to users and should be considered by administrators on any operating systems. Most administrators are familiar with Windows OS but few of them are expert in Linux.

There is many guides and tools for Windows optimization such as VMware OS Optimization Tool but there isn’t enough official guides and tools for Linux.

Ubuntu is most popular Linux desktop and server distributions and VMware’s engineers made a virtual appliance for using as virtual desktop by installing Ubuntu desktop on virtual machine. The image contains two scripts, first script will optimize Ubuntu machine for using as virtual desktop and second script will assist you about VMware Horizon View Agent installation.

Ubuntu OVA

Ubuntu OVA

Requirements


Instructions


  1. Download the pre-packaged OVA and deploy to your datacenter
  2. Boot up the VM
  3. Open a console to the VM and login as:
    viewadmin/viewadmin
  4. Internet access is required to run the optimization script:
     sudo dhclient
  5. Update the system by typing:
    sudo apt-get update && sudo apt-get upgrade
  6. Invoke the optimization script by typing:
    su root –c ./horizon-optimizer.sh
  7. Enter the root password
    (viewadmin)
  8. Follow the prompts

Once complete, you can manually install the VMware Horizon Agent following the official instructions here, or you can download the Horizon Agent, and invoke the horizon-linux-installer.sh script by typing:

su root –c ./linux-agent-installer.sh

Proceed to building your Linux Desktop Pools

Features

Limitations

Key Considerations

Troubleshooting

Domain Join
Joining the domain can fail for many reasons.

kinit username@DOMAIN.COM
klist

(to verify you received a ticket)

net ads join -U username%password
net ads testjoin

(should say “Join is OK” if it worked)

realm join -U username@DOMAIN.COM domaincontroller@domain.com
Agent Status

If your Horizon Agent status is Unreachable or Waiting for Agent, review the official troubleshooting guide here.

Additionally, some environments may require you to add the Connection Server IP/FQDN to the /etc/hosts file. This usually indicates an environmental DNS issue.

Download OVA File

The virtual appliance package is available at VMware Labs website.

Conclusion


Ubuntu OVA will help administrators to deliver Linux desktop virtual machine to users with best VDI experiences because of optimization on this image. If users want to try an environment like Windows on Linux, Ubuntu OVA is the best choice for them.

Exit mobile version