Posts

Showing posts with the label installation

What's New in Horizon Mirage 4.4

Image
In my previous posts on Horizon Mirage, Installation on Mirage 3.6 What's New in Horizon Mirage 4.2 What's New in Horizon Mirage 4.3 You would have find some of the things like e.g. leaving blank for SQL server entry if you are using the default instance name. Also Best Practice to upgrade Horizon Mirage can be found in a KB here . In Horizon Mirage 4.4, you will enter the SQL server name without the SQL instance name if you have use the default instance name e.g. MSSQLSERVER (in this case it's call unnamed instance not sure why).  This is required as shown during installation of Horizon Mirage Management Server and Horizon Mirage Server as shown below:   In Horizon Mirage there are a few changes.   The main new added is the Edge server.  Now instead of placing your Mirage Server in the DMZ and be compromise with security attacks or require a need of using VPN, now you have a Edge server to handle that piece just like what in Horizon View Security s...

VMware Horizon Mirage Installation

Image
Below is an video on how you can install and setup a VMware Horizon Mirage server.  Do note that this video was done using Mirage 3.6 SP1.  The installation does not change however the installation interface but differ just a little bit. You may refer to the Administration Guide for the installation guide found here . Please note that you can configure the server after all are installed instead of what I did in the video to have license imported before carrying on the installation of Mirage Server. Make sure your Mirage Server do have enough space for storing the images and cache.  I have to do that in the middle of the video as I forgot about it. The installation order should be as follows: Mirage Management Server Mirage Management Console Mirage Server Mirage Web Access (optional) For SQL database, if you are using the default instance name, you do not have to fill in the sql instance name else you would hit an error. If you are doing Windows upgrad...

vCenter 5.1 Update Manager: Installation

Image
After the installation of vCenter 5.1, you can then proceed with the Update Manager if yu do use it and its strongly you use it to scan and check for update and apply these updates or patches to your VMware environment. Refer to the vCenter Update Manager documentation page .  Here you will find the installation guide and the requirements for the database rights requirement.  I am using MS SQL in my demo here.  For other database please refer to the installation document.  In short for MS SQL, you need either a sysadmin role or db_owner of the database for the upgrade or installation.  In a corporate environment, typically sysadmin role is not allowed that leads to only the db_owner. Also the requirement for MSDB is need as sysadmin or dbo_owner during installation or upgrade only. Create vCenter Update Manager database with the rights.  The revoke of dbo role for the vumuser is at the bottom of the script commented out. ==========================...

vCenter 5.1 with SSO: Installation

Image
To upgrade, you can refer to the Best Practice KB here . If you have any problem hit installing SSO, you can refer to this KB .  If you hit an error for vCenter installation after installing SSO, vCenter Inventory Service successfully, you may want to refer to this KB .   If you encounter an error during vCenter Installation and its show in vm_ssoreg.log "java.lang.IllegalArgumentException: The local OS identity source is not registered with the SSO installation" Resolution: You might need to quit and rejoin your domain for the vCenter server if time on both the vCenter and Domain Controller is within not more than 5 minutes difference. For a more detailed installation including certificates installation you may refer to this other blog . To start with, I have make this guide simply easy for someone who have not done any vCenter installation before and using MS SQL for the database. Here is a video on the installation and below are the detailed instructions and ...

vCloud Director 1.5: Setup Guide

Image
I am very new to vCloud Director and in such have a hard time learning how to install this.  I have to rely on reading the installation guide but this cannot beat anything that have been written by someone who have gone through the installation and listed down some of the requirements.  This was all done in my home lab in such, the FQDN here may not apply for production case. I am no linux nor oracle expert so I am going to stick most of my work on Windows wherever possible.  As vCD has released to 1.5 that comes with SQL support, I am lucky that I can drop oracle completely.  As for the requirement for linux, I have used RHEL 5.5. Do not that RHEL is supported for 5.4, 5.5 and 5.6 also know as RHEL 5 update 4 to update 6. Here are some of the reference I used to get my vCloud Director working. Installation of vCD on RHEL (vCloud Director 1.5 Installation Guide, Pg 26-17) Installing vCloud Director 1.5 on SQL 2008 (vCloud Director 1.5 Installa...