feature photo

 

 VMware and Citrix Consulting Services

 Affordable, Qualified and Available

 

 Grab yourself an expert who can deliver at

 half the cost.

 

 Available Globally, Learn more here

 

 

 

 

 

 

 

Lee Wynne | May 31st, 2008 | Continued

feature photo

 

 Your Business at your Fingertips

 Anytime, Anywhere on Any Device

 

 Freedom, flexibility and efficiency.

 Empower your workforce today.

 

 Find out more here

 

 

 

 

Lee Wynne | May 31st, 2008 | Continued

feature photo

 

 IT Business Agility

 24 x 7 - Data Center Availability

 

 Site Failure, Comms Room Failure, Server

 Failure or Application Failure.

 Be prepared for anything

 Learn more here

 

 

 

 

Lee Wynne | May 30th, 2008 | Continued

  • Featured Business Solutions
  • 1
  • 2
  • 3

VMware ESX Server

How to set up a free iSCSI or NAS storage system for VMware ESX using Openfiler

 

Everything I am about to demonstrate to you here is free. You won’t have to spend a penny on software to build this architecture, the end result here is a centralised storage system that can be used for iSCSI or NAS storage hosting to all your ESX clients to enable the use of VMotion, HA and DRS services.

 

VMware ESXi is free and can be downloaded here. Openfiler NAS/iSCSI appliance is free and can be downloaded here

 

Let us begin.

 

First of all, we will build or iSCSI or NAS device using ‘Openfiler’. You can download Openfiler from the link above, it is an easy installation (very similar to VMware ESX actually). Here are the required steps to get Openfiler up and running:

 

 

Changing the IP address, default gateway and hostname of the Service Console in ESX Server 3.x

This article describes how to change the service console IP address, gateway address and hostname on your ESX Server 3.x host.  These settings can be changed using the Virtual Infrastructure Client or from the physical or a remote console connection (ILO, RSA, DRAC, etc)

How to use the sysprep components of Virtual Center to automate the provisioning of virtual machines

This article demonstrates how you can upload the components of Microsoft’s sysprep utility to your Virtual Center server and then use it for fast, automated virtual machine provisioning.

Once you have installed Virtual Center and set up your first virtual machine from your standard build documentation, you may want to use this new virtual machine as a template or clone to create many others.

Virtual Center supports the cloning of virtual machines and can also prepare the virtual machine for cloning by using Microsoft’s sysprep utility. 

Here is how it is done: 

Setting up a development environment up with VMware ESX, Virtual Center and a Windows iSCSI Target

Here is a cheap way of building an VMware ESX and Virtual Center development / demo environment with iSCSI which includes all the Virtual Center high availability functions, including HA, DRS and VCB. You will need to following to build this environment:
  1.  2 x VMware ESX servers (obviously:)
  2. 1 x Windows 2003 Server (with a fair amount of storage)
  3. A valid license from VMware or an eval license for VMware’s Virtual Infrastructure 3.

The following procedure assumes that you have 2 ESX servers built already or have the ability to do so, and that Virtual Center is up and ready.Setting up a Windows 2003 Server as a software iSCSI target.  First, you will need the iSCSI components which comes with ‘Windows Unified Storage Server’ embedded OS.

Virtual Center - Adding metrics for your statistics

By default, Virtual Center only displays a limited amount of performance data within its statistics section.  This is how you change it do display much more.

Whats new with VMware ESX 3.5 Update 2

Some interesting features from VMware included in ESX 3.5 Update 2.  Most interesting is the official support for Virtual Machine High Availability and the ability to extend virtual disks while machines are running.  Also included is the ability to clone virtual machines while they are powered on, which may suite well for some organisation when it comes to disaster recovery (cloning a VM and then copying the clone offsite)

Below are details ripped from VMware’s website.

What is Server Virtualisation and why use it?

Virtualization is a method of running multiple independent virtual operating systems on a single physical computer.  It is a way of maximizing physical resources to maximize the investment in hardware.  Since Moore’s law has accurately predicted the exponential growth of computing power and hardware requirements for the most part have not changed to accomplish the same computing tasks, it is now feasible to turn a very inexpensive 1U dual-socket dual-core commodity server into eight or even 16 virtual servers that run 16 virtual operating systems.  Virtualization technology is a way of achieving higher server density. However.

Virtualisation - Agility is most valued by businesses

 If you talk to CIOs who really “get” virtualization, the benefit that excites them the most is not cost savings but agility. I’m talking about the ability to say yes, quickly, to a business side request. Virtualization is helping smart IT leaders morph from “no” people to “yes” people. That’s a huge shift for many IT organizations and companies. But in order to be a yes person, you need to have enough carefully-managed virtual infrastructure on hand.

 

VMware Acquires ‘B-hive’

As you may know, VMware recently began the process of acquiring B-hive, but you may not know much about what B-hive does. From the press release, B-hive “gives infrastructure groups visibility into application performance in virtual environments such as end-user transaction response time, virtual machine utilization and cross-virtual machine dependencies.”  

VMware ESX 3 - Maximum Storage size details, a quick reminder

Physical HBA Storage adapters

  •  16 HBA’s per ESX host (dual port, quad port or 8 port)
  • Provides 32 paths to a single LUN
  • Total amount of paths supported 1024
  • 256 LUNS can be presented to a single ESX server (128 during installation, the remainder can be added later)
  • 256 VMFS partitions per ESX host.

VMFS Sizing 

  • The current maximum size for a single VMFS volume is 64TB
  • A VMFS volume will support a maximum file size of 2TB 
  • Maximum number of files supported 30,000

VMDK Sizing

  • Maximum VMDK size is currently 2TB (with 8MB block size)
  • Maximum VMDK size is currently 256GB (with 1MB block size)

From within a Virtual Machine

  • Maximum virtual HBA’s per virtual machine is 4
  • Maximum targets per virtual HBA 15
  • Maximum VMDK’s (virtual machine disks) per virtual machine 60 (windows and linux) 

Regards,

Lee Wynne 

 

Feel free to join me on linkedin 

 

View Lee Wynne's profile on LinkedIn 

VMware Virtual Center, restarting the virtual center agent on ESX hosts

Issue the following command to restart the virtual center agent on your individual ESX hosts if you are experiencing weird and wonderful issues. 

/etc/rc.d/init.d/vmware-vpxa restart 

Regards,

Lee Wynne 

 

Feel free to join me on linkedin 

 

View Lee Wynne's profile on LinkedIn  

VMware ESX, killing a virtual machine that won’t die.

Sometimes the Virtual Center won’t do the job.  You virtual machine has hung and you need to kill it. Here are 2 examples of how you can kill the vm from within the service console:

  1. The ‘VMWARE-CMD’ command
  • Log on to the service console and issue the following command ‘vmware-cmd /vmfs/volumes/<datastorename>/<vmname>/<vmname>.vmx stop’ you must not use the friendly datastore name.  If you need to know the location of all vm’s type ‘VMWARE-CMD -l’ that will list on vm’s and the location for the corresponding vmx file.
  • If that fails, then try it with the hard option, ‘vmware-cmd /vmfs/volumes/<datastorename>/<vmname>/<vmname>.vmx stop hard’ this command will just try and kill it without shutting it down.

2. Kill it using the PID command

  • Run the following command: ps auxfww | grep <vmname> to locate the correct PID of the virtual machine,  the first number to appear in the output is your vm’s PID. Use the PID number to terminate the process by issuing kill -9 <PID NO>

Regards,

Lee Wynne 

 

Feel free to join me on linkedin 

 

View Lee Wynne's profile on LinkedIn 

An interesting article on XenServer 4.1 v VMware ESX

Recently I’ve had a chance to partake in Partner Training for Citrix XenServer 4.0 (passed the certification test with a 87%) and to be honest… I was simultaneously impressed and disappointed in XenServer 4.0. Yes, I know it has only had a hand full of developers working on the XenSource code prior and now with the Citrix acquisition, they will greatly increase the numbers of developers. But I can’t review what hasn’t been publicly released or is currently the “roadmap” for future release.

SCP file copying in ESX 3

A command I always forget.. 

VMware VI3 Infrastructure case study at Fair Isaac

This is a bit cheesy, but outlines some of the benefits of deploying ESX, Virtual Center and VDI.