Section 8 of the VCP6-DCV blueprint Objective 8.1: Deploy ESXi Hosts Using Autodeploy Describe the components and architecture of an Auto Deploy environment Use Auto Deploy Image Builder and PowerCLI scripts Implement Host Profiles with an Auto Deploy of an ESXi Host Install and configure Auto Deploy Understand PowerCLI cmdlets for Auto Deploy Deploy multiple ESXi Hosts using Auto Deploy Given a scenario, explain the Auto Deploy deployment model needed to meet a business requirement Objective 8.
Read MoreSection 9 of the VCP6-DCV blueprint Objective 9.1: Configure Advanced vSphere HA Features Modify vSphere HA advanced cluster settings Configure a network for use with HA heartbeats Apply an admission control policy for HA Enable/disable advanced vSphere HA settings Configure different heartbeat datastores for an HA cluster Apply virtual machine monitoring for a cluster Configure Virtual Machine Component Protection (VMCP) settings Implement vSphere HA on a Virtual SAN cluster Explain how vSphere HA communicates with Distributed Resource Scheduler and Distributed Power Management Objective 9.
Read MoreAbout to start to study for the VCP6 once again. So I figured I would start over with the guide as much of the blueprint has changed. As I progress through the sections this page will be updated with new content. Section 1: Configure and Administer vSphere 6.x Security Section 2: Configure and Administer Advanced vSphere 6.x Networking Section 3: Configure and Administer Advanced vSphere 6.x Storage Section 4: Upgrade a vSphere Deployment to 6.
Read MoreSo I am in the process of doing some vSphere 6 testing and needed to test a redeployment of one of my VCSA’s. The problem is when I went to redeploy it I got the following error. Decoding the error, I pretty much figured that the object already existed in the SSO database and I needed to delete the existing object. Here is how you do that. Log in as root to the appliance shell of the Platform Services Controller appliance with which the vCenter Server Appliance is registered.
Read MoreWith all this talk about VMware vs KVM I figured that I would attempt to load a base install of KVM to see what it was all about. Here is a quick vagrant runbook that will quickly get a 3 linux servers deployed and installed with KVM to play with. There are 3 nodes..MGMT01,KVM01 and KVM02. I use MGMT01 VMM to manage KVM01 and KVM02. The code can be found here.
Read MoreI wanted to share this handy script i created when you have a need to build out a new vCenter. This script can be extremely handy as it will take care of creating the datacenter, cluster, adding hosts, creating datastores and then applying the appropriate host profile. It is all done via CSV files so it is extremely customizable. Files to modify to customize your configuration createdatacenter.csv - Contains the name of the datacenter to create.
Read MoreESXi 5.5 Update 3a and its associated patch have been released. If you have been following KB2133118 in regards to the the Snapshot Consolidation causing Virtual Machines to crash a fix is now available. If you are currently running ESXi 5.5 U3 you can use update manager to install the patch. If you are looking to install ESXi 5.5 U3 from scratch or update from a previous version you should make sure you update to 5.
Read MoreESXi 6.0 Update 1a has been released. If you have been following KB2124669 in regards to the the NETDEV WATCHDOG issue causing an ESXi host to hang. The update is now available. If you are currently running ESXi 6.0/6.0U1 you can use update manager to install the update. If you are looking to install ESXi 6.0 U1 from scratch or update from a previous version you should make sure you update to use the latest ISO.
Read MoreSo I am in the process of rolling out a new 2012R2 DHCP Server Cluster, and I thought i would share my scripts with the community. I have also rolled it into a Vagrant package so you can easily test it on your own, and execute the scripts by themselves against your environment to deploy. Here is a link to the GitHub repository containing all the code. The code is also fairly simple, it pulls in data from a few .
Read MoreI am currently troubleshooting some issues with the Horizon event database having some performance issues. Working with support they pointed me to KB2094580. By Default the view event database is not indexed. I was curious as to way I always had issues pulling up events in the Horizon View Administrative interface, but as soon as I followed the steps, it was almost immediate now, where i use to have to wait an extremely long time.
Read More