New URL for this blog moved to carlosvargas.com

New year and new URL. I finally move this blog to http://carlosvargas.com so all the new updates will go in the new website.

Build a lab with Windows Server 2012

Introduction Microsoft has been working on the new release of the Windows Server operating system for a couple of years. Microsoft release the Windows Server 2012 to their OEM partners in August 2012, so now we need to get ready to implement it. Before we can implement the new solutions in productions we will need…

Install Hyper-V Server 2012

In this blog post I will install the Hyper-V Server 2012 Operating System. The steps are the same for Windows Server 2012. Insert the DVD into the DVD Drive of the server Boot up the server and select to boot up from DVD/CD Wait for the Windows Server 2012 screen Press Install Select the version…

vCenter Appliance and Sysprep tools

VMware vCenter Appliance provides the capability to manage your environment from a simple VM without the need to have another Windows server to manage the VMware vSphere Infrastructure. As this appliance is based on SUSE Linux; Where will you copy the Sysprep tools for your VM’s?  The location is /etc/vmware/sysprep  there you can copy the…

VMware support documentation and 3rd party tools list

For all my friends and co-workers that constantly ask can you send me the links for that documentation. I will start compiling a list of all the support documents and tools I currently use for VMware virtualization technologies. Documentation VMware ESXi 5 documentation VMware vSphere 4.1 documentation Videos VMware TechPubs video library VMware Hot Add features VMware…

Generate VMware View 2048bit SSL Cert

VMware View requires an SSL certificate in order to secure the traffic between the virtual desktop and the end point. The instructions in the guide do not include how to generate a 2048bit SSL certificate. Here are the steps to generate the strong key. Generate Key Store keytool -genkey -keysize 2048 -keyalg “RSA” -keystore keys.p12…