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

VMware Mirage Installation – the lab setup

By Vladan SEGET | Last Updated: August 22, 2022

Shares

Vmware Mirage has been demoed during the latest VMworld 2012 in Barcelona. I have attended and also I did an interview with a demo there with Tom Nikl. If you have missed that, you can read the original article here – VMware Mirage – VMworld Barcelona Demo.

VMware Mirage Architecture is composed from several components which each of those is installed on particular place – in the datacenter, on the client computers etc. Let's see which components are used in the VMware Mirage architecture.

VMware Mirage Architecture.

Mirage client – deployed on the client's computers. The Mirage Client pushes the data from the client to the datacenter where the Mirage Server is deployed. It can be from the LAN or over the WAN. If deployed over the WAN, there are some helper components called Branch Reflectors, but we'll see later on how those can be used. Windows XP Professional with SP2 or SP3, 32-bit can be used, OR windows 7 Pro or Enterprise editions (32 and 64bit).

The client does not has to be a domain member, but the Fast user switching must be disabled. How to do that?

Click Start, click Control Panel, and then click User Accounts.
Click Change the way users log on or off.
If it is not already selected, click to select the Use the Welcome screen check box.

NOTE: The Use Fast User Switching check box is unavailable until you click to select the Use the Welcome screen check box.

Click to select the Use Fast User Switching check box, and then click Apply Options.

Here is the view of the VMware Mirage base architecture. As you can see, the solution can be clustered leveraging several Mirage servers.

VMware Mirage Architecture

Mirage Management Server – it's the main piece of the infrastructure. It manages the storage, and the desktop templates or reference machines. By using several Mirage servers, you can create cluster which is managed by another component (non used in this article) called Mirage Management server. For our lab deployment we'll use only 4 components (Mirage Client, Mirage Management Server, Mirage Server and Mirage Management Console).

Mirage Management Console – through this console, which can be installed on the Admin's laptop, you're able to connect to Mirage server and do the management tasks.

So in my small lab environment I'm using only those four components. VMware Mirage can be deployed quite easily. Let's recap on what's necessary.

VMware Mirage System Requirements.

Step 1 : VMware Mirage Server – can be deployed on Windows Server 2008 R2 Standard Edition, 64-bit.  A Microsoft domain membership is required. Ok, I deployed from a template in my lab VM, which I made a member server of my local Microsoft domain. I'm not detailing those steps since I suppose that everyone can do that. I used fixed IP and made sure that I have a reverse DNS working.

Step 2: Second step is to install SQL Server 2008 R2 Express Edition (download from this link) and install it on the VMware Mirage server. You can accept the defaults during the installation.

VMware Mirage - Installation SQL Server 2008 R2 Express Edition

One thing to do after the installation of the SQL Server 2008 R2 Express,  is to setup the “SQL Server Browser” windows service to Automatic. (After installation this service is disabled and stopped).

You can do it through the Windows MMC for services.

Step 3: Add firewall exception – an inbound rule – to enable the communication of Mirage server with Mirage clients. To open port number 8000.

VMware Mirage how-to install

Step 4: Now we can start installing Mirage. In the trial download, there are several files, so it's important the order in which we install the solution. First execute the file mirage.management.server.x64.msi

After the initial two screens, you'll be asked about the SQL Server and SQL instance names. That's where you will look at my screenshot where I'm telling you that “you” ll need that…”

Info: VMware Mirage is available for purchase at VMware.

As for the storage, you don't have to worry about that if you don't have enough space, or not configured any iSCSI, or other storage space with enough capacity right now, because you can easily add another storage node later through the management console.

You should end up with screen like this. Make sure that you enter the netbios name on the left and the SQL instance name on the right (Hint: you can also see the SQL instance name when you look through windows services…).

VMware Mirage - Installation of Mirage Management Server

And the next screen, you'll define the Service account information. In my case, I'm using the default domain admin account, but you might probably want to separate those roles in order to separate those privileges.

VMware Mirage - Installation in my lab

Step 5:  Let's continue with the setup of VMware Mirage server VM. We will install a second component which is the Mirage Management Console. The file is called mirage.management.console.x64.msi

Mirage Management ConsoleThere aren't any options to set, so just accept the defaults and go ahead and install the management console. The program will add an icon on the desktop. So we now have installed the first two components on the mirage management server, but we could also installs the console on other system. For our exercise we'll just stick with that.

Make sure that you know the IP address of the mirage management server as we'll need it for the installation of the client.

Step 6: Installation of Mirage Server – you'll need the third file which is also part of the bundle. It's the mirage.server.x64.msi file. By executing this, you'll install a component which installs windows service called vmware mirage.

VMware Mirage Server

The reboot of the VM is necessary – restart the VM.

This completes the installation of the Mirage Management Server. In the next part, we'll do the rest of the setup. What's next?

VMware Mirage – The Series:

Part 1: (This post) – VMware Mirage Installation – the lab setup
Part 2: VMware Mirage Setup – MMC and Client Setup
Part 3: VMware Mirage – Migrating XP to Windows 7

VMware Mirage is available for purchase at VMware.

Update 2: Check out my detailed posts from my VCP6-DTM Study Guide Page:

  • Install and Configure VMware Mirage Components
  • Manage Layers
  • Manage Endpoints
Shares
5/5 - (1 vote)

| Filed Under: How To Tagged With: VMware Mirage 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

  • Veeam Backup & Replication v13 Beta: A Game-Changer with Linux
  • What is Veeam Data Cloud Vault and how it can help SMBs
  • Nakivo Backup and Replication – Malware Scan Feature
  • Zerto 10 U7 released with VMware NSX 4.2 Support
  • XorMon NG 1.9.0 Infrastructure Monitoring – now also with Veeam Backup Support
  • Heartbeat vs Node Majority StarWind VSAN Failover Strategy
  • 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!

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