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 does… 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.

vmware-powercli-series-part2-basic-use-syntax

VMware PowerCLI Part 2: Basic Use and Syntax

03 Feb 2016 by Luke Orellana     3     Automation and Management
 

 Now that you’ve installed PowerCLI and learned how to connect to an ESXi host or vCenter Server, its time for the magic to happen. If you’ve never had any experience with PowerShell command line before, you might be thinking what now? How do I know what to type in? Don’t sweat it, PowerCLI is very easy to use and even has a built in help system. Just like Jeffery Snover, inventor of PowerShell, says, “its like programming with hand grenades”. Here are a few tips and tricks to help you get started. Screen Buffer Size One setting you might want to change from the default configuration is the screen buffer size. This setting basically configures the amount of lines that are displayed within the PowerCLI window. If you happen input a command that displays a numerous amount of lines, the information can possibly be cut off at the top. The screenshot below shows… Read More»

vmware-powercli-series-2

VMware PowerCLI: Getting Started Part 1

27 Jan 2016 by Luke Orellana     0     Automation and Management
 

 VMware PowerCLI is a PowerShell interface for managing vSphere. It allows IT Pros to not only perform all vSphere administrative tasks, but also automate them. For example, let’s say you have a 50 node ESXi cluster and need to make a change to one of the iscsi configurations on each host. You could either manually make the change on each node spending a few hours, or use PowerCLI to change the setting for all nodes in a matter of minutes. Making host or VM changes isn’t the only way PowerCLI can be used. It can also be used for quickly gathering data. There are scripts available such as the VMware Health Check script that will email an HTML report on the status of various items on each host like VMs with enabled snapshots or data stores that are almost full. Automation is now starting to become a crucial part in… Read More»