In this multi-part series we will deploy the Identity Appliance, the vCAC Appliance, the Windows IaaS components, ITBM standard, Application Services, and a basic tenant setup.
Notice this deployment is not going to be production ready but will give you hands on pretty quickly.
- Part 1 – Identity Appliance
- Part 2 – vCAC Appliance
- Part 3 – Windows IaaS Install
- Part 4 – Initial Tenant Configuration
- Part 5 – License, Endpoint, Group, Reservation, Blueprint, and Entitlement
- Part 6 – ITBM
- Part 7 – Basic Application Services
Here in Part 3 we go through the basic build out of the Windows IaaS install. This will be focused entirely on a non-production quality deployment (i.e. POC). I’m not distributing any of the components so bare in mind if you want to do that there will be a few more important details. It is expected that you have the standard pre-reqs met, 2008 R2 or 2012 R2, SQL or SQLexpress installed and configured, Joined to AD and a service user account.
Now let’s step through the installation procedure
RDP into your Windows server, I HIGHLY recommend you use the service account that you plan to run the components with during the install process.
Either have downloaded the installation automation script from Brian’s blog post or do it live by launching IE and going to http://blogs.vmware.com/PowerCLI/2014/09/vcac-6-1-pre-req-automation-script-released.html
Launch powershell as administrator, this is required even if the user you are logged in as is an administrator on the system.
set-executionpolicy unrestricted
y to approve
launch the powershell script
Please be patient this will take a fair bit of time, it is detecting and installing all the needed components.
When JAVA or .NET 4.5.1 are needed you will get a menu with options to either download or install from a local folder.
Once complete you will see the following message.
Launch IE and navigate to https://fqdn.of.vcacappliance:5480/i which will bring up the following page. Download the IaaS Installer *DO NOT SAVE AS or CHANGE NAME of this file
In my example I go to https://vcac-va-ng.biteback.records:5480/i
Accept the EULA.
Use the login credentials you setup during the vCAC Appliance install (root, and password you defined).
Select install type.
Pre-req checker will run and give you very specific reports about what you may need to do to complete the install.
Define the login credentials for the service account and the SQL server.
Notice you may get this warning and it is basically saying the users must have “Log on as a batch job” and “Log on as a service”.
Define the endpoint, this is important to remember. I always define the endpoint name to the short name of my vCenter server.
Load, Download, Accept Certificate and set the SSO login credentials.
Confirm and next.
Now the install of your IaaS components are complete. In the next part 4 we will go through the initial tenant configuration.