ESX Virtualization

VMware ESXi, vSphere, VMware Backup, Hyper-V... how-to, videos....

Nakivo Backup and Replication - #1 Backup solution for Virtual, physical, cloud, NAS and SaaS

Menu
  • Certification
      • VCP-DCV vSphere 8
          • vcp2024-125.
        • Close
    • Close
  • VMware
    • Configuration Maximums
    • vSphere
      • vSphere 8.0
      • vSphere 7.0
      • vSphere 6.7
      • vSphere 6.5
      • vSphere 6.0
      • Close
    • VMworld
      • VMware EXPLORE 2024
      • VMware EXPLORE 2023
      • VMware EXPLORE 2022
      • VMworld 2019
      • VMworld 2018
      • VMworld 2017
      • VMworld 2016
      • VMworld 2015
      • VMworld 2014
      • VMworld 2013
      • VMworld 2012
      • VMworld 2011
      • Close
    • Close
  • Microsoft
    • Windows Server 2012
    • Windows Server 2016
    • Windows Server 2019
    • Close
  • Categories
    • Tips – VMware, Microsoft and General IT tips and definitions, What is this?, How this works?
    • Server Virtualization – VMware ESXi, ESXi Free Hypervizor, VMware vSphere Server Virtualization, VMware Cloud and Datacenter Virtualization
    • Backup – Virtualization Backup Solutions, VMware vSphere Backup and ESXi backup solutions.
    • Desktop Virtualization – Desktop Virtualization, VMware Workstation, VMware Fusion, VMware Horizon View, tips and tutorials
    • How To – ESXi Tutorials, IT and virtualization tutorials, VMware ESXi 4.x, ESXi 5.x and VMware vSphere. VMware Workstation and other IT tutorials.
    • Free – Free virtualization utilities, ESXi Free, Monitoring and free backup utilities for ESXi and Hyper-V. Free IT tools.
    • Videos – VMware Virtualization Videos, VMware ESXi Videos, ESXi 4.x, ESXi 5.x tips and videos.
    • Home Lab
    • Reviews – Virtualization Software and reviews, Disaster and backup recovery software reviews. Virtual infrastructure monitoring software review.
    • Close
  • Partners
    • NAKIVO
    • StarWind
    • Zerto
    • Xorux
    • Close
  • This Web
    • News
    • ESXi Lab
    • About
    • Advertise
    • Archives
    • Disclaimer
    • PDFs and Books
    • Close
  • Free
  • Privacy policy

Atlantis USX in my lab – Installation and configuration

By Vladan SEGET | Last Updated: February 17, 2017

Shares

The Atlantis USX deployment is dead easy. It's a simple virtual appliance which gets deployed to your host via vSphere client. File > Deploy OVF template is your friend. You'll chose the obvious network informations and disk types (thin/thick/zeroeagerthick)… That's the easy part…. but what's next is not difficult but needs some planning. You'll need vmkernel port adapter in each host with a label and also virtual machine port group for the USX VM storage interface.

Don't forget the check out the Part 1: Atlantis USX in my lab – Introduction

Obviously lab environments does not always match real production environments, but we do our best. If you only have flat network or you got only 1Gb network it's ok for the test, but what you need to test the Hybrid volume types is minimum three hosts.

The default login/password combination is admin/poweruser.

Atlantis USX installation

After login in it's the time to hook the solution to our vCenter(s). They call it “VM Manager”.

Atlantis USX

To add your vCenter, click the Plus icon and fill in the IP and login informations.

Atlantis USX

You then choose the second point – Select hypervisors and storage. Make sure to hit the floppy to save your settings… -:) You can click to enlarge…

Atlantis USX

Third point is the network. You can create two network types (storage and management).

atlantis12

Fourth point is name template. The name template is necessary point as based on that template, the service VMs or the USX Volumes are named. The system and the scripting which runs under the cover needs that….

Atlantis USX

Before going to the point 5 – creating volume I should point out that you may (or may not) needs to go and take a look at the settings.

Atlantis USX

The advanced settings might be your interest as it gives you some more options which are otherwise hidden during the volume wizard assistant. During the creation of the volumes.

The preferences page gives you possibility also to tweak the maximum values that are allowed for the storage allocation for local storage, flash and memory. Quite exhaustive…

Atlantis USX

If you  you can go and create a volume.

Atlantis USX

On the next page you have other options (those might differ in case you did not go into preferences page, like I did). You can check out the Atlantis computing blog on which preferences to check (uncheck) here. You'll find a whole series on the deployment as well.

Atlantis USX

Note that if you're using lab software (which is quite limited in my case) you might get an error that there is no host with enough memory. Then if no errors you should see some nice progress bars when deploying the volume…

Atlantis USX

So in my case the service VMs got deployed first…. Here is the shot from my vSphere client.

Atlantis USX

First the service VMs gets deployed. Each one on different host. Those VMs are quite beefed (16 vCPUs….)

Then the “reconfiguring service VM” message is on…

Atlantis USX

and the VM gets some more convenient resources… (4 vCPU).

Atlantis USX

Followed by PowerOn and Bootstrap…

Atlantis USX

Next, the volume VM gets deployed, automatically. All this orchestration happens behind the scenes without user's interaction. Next time I should have probably shoot a small video -:).

Atlantis USX

Note: I had to modify the reservation for the volume VM otherwise it would not power on. (which is no good in prod.) But in my lab which is memory constrained it was the only way to move on… So manual start of the VM and off we goes…

Atlantis USX

Once the VM fully initialized you should get a view like this where you can mount the volume to your selected ESXi hosts as an NFS share…

Atlantis USX

Message confirming that will appear…

Atlantis USX

And to confirm, just check the storage any of those ESXi to which we asked to mount the NFS datastore…

Atlantis USX

So as you can see, the process is quite straightforward and without much hassle. It took me definitely more time to take the screenshots than to configure and mount the volume… -:)

Note the hardware acceleration column. It says supported. It's because I installed a VAAI plugin provided by Atlantis which can accelerate some VM operations like cloning etc… It's a simple vib which needs to be installed in each of your ESXi hosts which are connected to the NFS datastore. The installation is simple, you have the choice between CLI or you can use vSphere update manager for the job.

01. First, copy the plugin VIB file to the ESXi host, either by placing the VIB on an accessible HTTP server, or by using pscp or scp to copy the file to the ESXi host.
02. Set the acceptance level to accepted for the ESXi packages.

esxcli software acceptance set –level=accepted

03. Install the bundle using the following command:

esxcli software vib install –viburl=https://<path to vib>/AtlantisILIO_VAAI_Plugin_2.0-1.vib

Note that reboot of the host is necessary after installing the VIB.

Deploying VMs into this new volume does not need any write up as it does not differ from standard process of deploying a VM to shared storage or VSAN.

The Atlantis USX hyperconverged solution is relatively easy to Install and (or) implement. There is a lot of the “behind the covers” scripting and orchestrating going on behind the scenes and as an admin there is not much to worry about. Particular attention must be however taken when working with hosts which does not carry much RAM (my lab case) so then you're fairly limited in terms of volume creation. Because less RAM you have, lower capacity volumes you'll be able to create. If you don't have RAM capacity then you won't be able to create a volume. A message saying that there is no host with enough memory….

The final screen showing the volume details through the USX dashboard.

Atlantis USX Deployment

You also have an access to a analytics screen showing detaliled informations about your environment. A monitoring of CPU, Network throughput, Memory utilization, IOPs offload, disk throughput, disk utilization, etc…

Atlantis USX

Generaly I liked this solution by its relative simplicity of deployment, as the deployment process is reduced to the minimum. The 5 step to complete screen helps a lot in which taks to accomplish first and which one to carry on a next one. I haven't been able to create every possible volume type or try the large majority of the USX features (teleport,  fastclone, HA ….) as my lab environment does not allow that.

Don't forget the check out the Part 1: Atlantis USX in my lab – Introduction.

Shares
5/5 - (1 vote)

| Filed Under: Home Lab Tagged With: Atlantis USX installation

About Vladan SEGET

This website is maintained by Vladan SEGET. Vladan is as an Independent consultant, professional blogger, vExpert x16, Veeam Vanguard x9, VCAP-DCA/DCD, ESX Virtualization site has started as a simple bookmarking site, but quickly found a large following of readers and subscribers.

Connect on: Facebook. Feel free to network via Twitter @vladan.

Private Sponsors

Featured

  • Thinking about HCI? G2, an independent tech solutions peer review platform, has published its Winter 2023 Reports on Hyperconverged Infrastructure (HCI) Solutions.
  • Zerto: One Platform for Disaster Recovery, Backup & Cloud Mobility: Try FREE Hands-On Labs Today!
Click to Become a Sponsor

Most Recent

  • Nakivo Backup and Replication v11.1 BETA adds more Proxmox friendly features
  • Vulnerability in your VMs – VMware Tools Update
  • FREE version of StarWind VSAN vs Trial of Full version
  • Commvault’s Innovations at RSA Conference 2025 San Francisco
  • VMware ESXi FREE is FREE again!
  • Installation of StarWind VSAN Plugin for vSphere
  • Protect Mixed environments with Nakivo Physical Machine recovery (bare metal)
  • No more FREE licenses of VMware vSphere for vExperts – What’s your options?
  • Tails – Your Private OS on USB Stick
  • StarWind V2V Converter Now has CLI

Get new posts by email:

 

 

 

 

Support us on Ko-Fi

 

 

Buy Me a Coffee at ko-fi.com

Sponsors

Free Trials

  • DC Scope for VMware vSphere – optimization, capacity planning, and cost management. Download FREE Trial Here.
  • Augmented Inline Deduplication, Altaro VM Backup v9 For #VMware and #Hyper-V – Grab your copy now download TRIAL.

VMware Engineer Jobs

VMware Engineer Jobs

YouTube

…

Find us on Facebook

ESX Virtualization

…

Copyright © 2025 ·Dynamik-Gen · Genesis Framework · Log in