generate-vshpere-report-using-powershell

How to generate a vSphere report using PowerShell

15 Jun 2016 by Jason Fenech     9     Automation and Management, vSphere
 

Occasionally you’ll find yourself urgently needing a report, but cannot create one fast. The purpose of this post is to teach you how to generate a vSphere report using PowerShell, to easily automate the task. The script addresses this need by quickly retreiving VM related information such as memory usage and OS type which it then converts into an HTML document.

storage-protocols-datastores-part-2

Of Storage, Protocols and Datastores – Part 2

01 Jun 2016 by Jason Fenech     0     Storage
 

In the first part of this series we looked at storage architectures namely SAN and NAS and a couple of corresponding protocols such as iSCSI and NFS. We also covered the types of datastore that can be set up within a VMware environment. In today’s post, I’ll be going over the process of creating NFS shares and iSCSI luns on Windows Server 2012 to later set them up as datastores.

VMware-how-to-intalled-esxi-6

How to install vSphere ESXi on a bare metal server

30 Mar 2016 by Jason Fenech     15     vSphere
 

    In today’s post, I’ll be showing you how to install VMware’s vSphere ESXi 6.0 hypervisor on a bare metal server as a real-world example. A bare metal server is simply a server that has yet to have an OS installed on it.   These are the steps I’m going to take you through in this post, so let’s get going. Is my hardware compatible? Download ESXi Create a bootable medium Install ESXi Finalize the installation Configure ESXi using the vSphere client Update (21/6/2017): Visit my Deploying vSphere ESXi 6.5 to learn how to deploy the latest version of ESXi. – Is my hardware compatible? This, perhaps, is the most important step as it ensures that your hardware is ESXi ready. Failing this, ESXi may fail to install or you might run into unexpected issues further down the line. Additionally, you won’t be getting support from VMware if your hardware… Read More»

comparing-vcenter-server-and-vcsa

vCenter Server for Windows and vCSA compared

17 Feb 2016 by Jason Fenech     17     vSphere
 

In this article Jason highlights the main differences between vCenter Server for Windows, and vCenter Server Appliance (vCSA). You will find a description of feature set common to both, as well as the pros and cons of using one over the other. The focus is on version 6.0 which at the time of writing is VMware’s latest release for both flavors of vCenter Server.

setting-up-vapp-in-vcenter-server

How to Set up VMware vApp in vCenter Server in 4 steps

09 Feb 2016 by Jason Fenech     0     vSphere
 

VMware vApps are perhaps one of the most underutilized features of vCenter Server. A vApp is an application container, like a resource pool if you will but not quite, containing one or more virtual machines. Similarly to a vm, a vApp can be powered on or off, suspended and even cloned. Find out how to best Set up VMware vApp in vCenter Server.

vSphere-Update-Manager-Series_2

All You Need to Know About vSphere Update Manager – Part 2

20 Jan 2016 by Jason Fenech     8     vSphere
 

  In the first post from this series, I talked about vSphere Update Manager and the role it plays in securing vSphere environments by keeping your hosts and resource updated with the latest updates and patches. In today’s post, I’ll be taking you through the actual installation process for VUM 6.0. Some of the topics discussed include baselines and upgrade an ESXi host. Without further ado, let’s dive in.   How to Install vSphere Update Manager (VUM) Before you begin, make sure that .NET Framework 3.5 is installed otherwise the VUM installation wizard alerts you to it and will try to install it automatically. There’s a chance this will fail,  so you’d be better off installing it manually prior to running the VUM installation wizard.       Next, get hold of the vCenter Server ISO image (ex. VMware-VIMSetup-all-6.0.0-3040890.iso) which you can download from VMware’s site unless you already have it, which is… Read More»

vSphere-Update-Manager-Series-Part-1

All You Need to Know About vSphere Update Manager – Part 1

13 Jan 2016 by Jason Fenech     24     vSphere
 

  Patch management is an integral component of any organization’s security policy. The aim is to mitigate security threats through preventive maintenance. Needless to say, patching up systems in a timely fashion in response to freshly discovered vulnerabilities and ensuing exploits, is vital. Ignore it at your own peril but it’s a safe bet to say that your system will end up compromised sooner or later if you do so. In part one of this 2-part series, I’ll be discussing VMware’s vSphere Update Manage (VUM) covering both the requirements and deployment models. In part 2, I will take you through the installation steps and a few usage scenarios.   What is vSphere Update Manager (VUM)? vSphere Update Manager (VUM) is VMware’s take on centralizing patch and version management for ESXi hosts, virtual applications (vApps) and virtual machines. If you’re familiar with patching Microsoft software, you can think of VUM in terms of… Read More»