Unofficial Online VMware User Group

Based on your feedback Alan Renouf has announced the first Unofficial Online VMware User Group.

The Agenda at the moment is as follows:

  • Introduction
  • Presentation and Demonstration of The Virtualization EcoShell Initiative by Scott Herold
  • Virtual Coffee break (bring your own coffee)
  • Overview and Demonstration of vSphere new features by a VMware Employee
  • Finish and details of next Unofficial Online VMUG

Read the rest of this entry »

Deploying ESX3.5 using EDA v0.87 inside VMware Workstation 6.5

As a follow-on to my post Deploying ESX3.5 using EDA v0.85 inside VMware Workstation 6.5 i have decided to document the steps i took to deploy an ESX 3.5 host using the new version of EDA, v0.87.

The actual software versions i used are;

  • VMware Workstation 6.5.2 build-156735
  • EDA v0.87 Note: Not the patched version
  • VMware ESX 3.5 Update 3 build-123630

There is quite a big difference in how the EDA v0.87 VM is created to how it was created using EDA v0.85, so I have documented my steps below.

Read the rest of this entry »

My Top 5 Twitter Users – April 09

My apologies for the slight delay in producing the results..blame it on the good weather at the weekend.

Anyway, i will make you wait no longer… My Top 5 Twitters Users for April 09 based on tweets being Useful, Interesting or Funny are;

1st – Jason Boche
2nd – Duncan Epping
3rd – Kiwi Si
4th – John Troyer
5th – Eric Sloof

Well done and thank you to you guys for sharing all of your information and occasionally brightening up my day.

For further information checkout my previous post – My Top 5 Monthly Twitter Users – It could be you!

QR Codes – Contact details with a twist

Whilst looking into making The SLOG available on mobile devices i came across something that i had seen in CSI and also in the magazines of a recent flight. Its called a QR Code (QR = Quick Response).

Read the rest of this entry »

VMware ESX 3 and Virtual Center 2 Logs

I really could have done with this information when i had An error occurred during configuration of the HA Agent on the host rather than having to trawl through loads of discussions on the VMware Communities.

There are now two really useful documents which can be found at the VIOPS website, one is called ESX 3 Server Log Map and the other is VirtualCentre 2 Logs. These documents contain all the information you need to know about VMware ESX 3.* and vCenter 2.* log files and their locations.

Read the rest of this entry »

SLOG on the Go!

I’ve just installed a plug-in that will now allow The SLOG to be read on mobile devices, so you can now read my Blog where ever you have WIFI or Phone Network Coverage.. You Lucky people!!
Read the rest of this entry »

TechXpress – Virtualising T1 Apps – April 2009

Last week was my second TechXpress seminar held in Auckland. The presentation was about Virtualising T1 Apps, specifically SQL and Exchange.

It coincided well with the VMware Communities Round Table Podcast #42 where virtualising SQL was discussed at length. Prior to the Podcast John Troyer set the panel and listeners some homework to read a recently released White paper, so over the last week my head has been well and truly crammed with virtualising SQL information.

Once again, great presentation and nice relaxed atmosphere.

Cloud Computing in Plain English

I have just sumbled across “TWO” really easy to understand video thanks to Mike D Petrillo’s Blog and @HighTechDad on Twitter. I’m starting to hear more and more people talking about the Cloud and i’m finding that a lot people are not really exactly sure what “Cloud Computing” is.

My Top 5 Monthly Twitter Users – It could be you!

As part of my new Blog, i have introduced a section called My Top 5 Twitter Users. Currently it has a list of 5 users that i regularly find myself reading their Tweets.

As of today i am going to “Favor” all the Tweets that i find interesting, funny and generally useful to me. At the end of the Month i will add up all of my Favored Tweets and put the Top 5 Twitters that appear in that list onto my Blog.

Unfortunately there isn’t a prise or anything lined up for the winner of each month, I’m really just doing it to keep my Blog content dynamic and to let me readers know who  in my eyes  is worth following on Twitter.

You’ll also be pleased to hear that I’ve excluded myself from this list. Clearly all of my Tweets are interesting, funny and generally useful and it wouldn’t be fair on all of the Twitter Users if i was to win every months. 🙂

If you arn’t following me then please feel free to add me: @SimonLong_

Hardware Abstraction Layer (HAL)

Whilst reading a VMware document on using SQL inside VMware Virtual Infrastructure i realised that i wasn’t 100% sure on what the Hard Abstraction Layer ( HAL) actually is, so i decided to do some reading up, here is my take on it.

What is the Hardware Abstraction Layer or HAL?

The HAL is a part of an Operation System that talks directly to the machine’s Hardware.

The Windows OS is able to support multiple hardware platforms without having to have different OS versions for each hardware platform thanks to the HAL. During the installation of an OS the HAL is chosen depending on the hardware platform, because of this you are normally unable to remove the HDD from one PC and move it to a PC which has different hardware.

A HAL tip when you are installing VMware VM’s using  Windows Server 2003

Windows 2003 Server unlike Server 2008 doesn’t have the ability to dynamically adjust the HAL to accommodate extra vCPU’s after installation. So if you’re creating a new VM which may possibly need to have an extra vCPU added to it in the future, it is best practice to install the OS on a VM with 2 vCPU’s as this will install the SMP (Symmetric Multiprocessor) HAL rather than the UP (Uniprocessor) HAL. Once your install of 2003 server is complete you can change your VM’s vCPU’s back down to one. You now have the option to add another vCPU whenever its needed.

*If i have misunderstood what the Hardware Abstraction Layer is, please message me direct or leave a comment.