Posted by mattr on June 25, 2010 at 11:43 am
Well I finally relented and bought an iPad … partly because I am currently in Australia and saved the best part of £200 over what I would have paid in the UK, and also because the recent halt on the HP Slate after their acquisition of Palm signalled to me that any viable Windows alternative was now way off.
I am not going to write a mammoth report on it, as people with more time than I have already done so, but in terms of functionality and usability it does not disappoint. The fact my four year old is able to pick it up and use it from scratch is a testament to this.
I didn’t bother with the 3G version as like many others I have a MiFi unit which works very well.
If you are looking at one I would heartily recommend them.
Matt
(Written on an iPad using the WordPress app)
Continue Reading
Posted by mattr on May 3, 2010 at 5:26 pm
I have never owned a Mac, but from seeing them in use in the past the rendering is definitely easier on the eye that Windows even with ClearType enabled.
I was trying out Safari for Windows the other day and it reminded me of the font difference so I had a quick search for how the rendering was done to see if it could be reproduced. Google soon offered up various suggestions, but the main one was for a little app called GDI++
On the developer’s website is a brief history of the app stating that development had actually ceased but describing its core function:
‘gdi++.dll is a replacement for the Windows default font rasteriser, which gives you a better font smoothing capability, just like Mac OS X. It hacks one of the most important core dlls for graphics, gdi32.dll.’
Now fortunately others have continued the app so various improvements have been made – the last version I could find was gdi0870 which I have found to be stable.
Once you have extracted the zip file run the gditray.exe and it will start the app. In the system tray, you will see a little G icon – right click and select Enable. The rendering starts immediately but you may find you have to restart applications or move your mouse over certain areas. If you do want to use the program all the time you can add the program to the Start Menu.
The difference is pretty cool:
Before:

After:

If you use Chrome you need to tweak the exe to include the –no-sandbox at the end of the shortcut to allow it to render with GDI++
So for those Windows users who fancy a different looking UI, or Mac users who have to spend their working day in front of a PC this may be a nice looking extra for you.
Continue Reading
Posted by mattr on April 15, 2010 at 10:59 pm
With the advent of vSphere my company has been looking at how best to make the move from ESX 3. One obvious path under consideration was to look at migrating to ESXi, both from the perspective of reduced patching (the default view being a lower attack surface with the removal of the Service Console) and the fact that roadmaps have often alluded to it being the final destination for ESX anyway.
With that in mind, I took to having a look at ESX4i in more depth to fathom where it would fit into our environment. We are very much an HP house, housing both standard and blade servers, so one of the core management systems we use is HP Systems Insight Manager. Its primary purpose is hardware monitoring – knowing when the hardware is either failing or failed being a must for our service assurance.
It was therefore a surprise when I first managed to add my test ESXi server to our existing SIM server (version 5.3), that certain components were not showing up. Most concerning was the lack of a disk subsystem. No array information, no disk breakdown – nothing.
Now I don’t know about other companies, but by far the most common failure in a server for us tends to be a disk. Therefore for SIM not to see it appeared somewhat dangerous. Puzzled by this, I investigated further – my first thought was that perhaps it was a GUI issue and that the underlying monitor was present but not displayed.
So I wandered up to the test server in the CER and disengaged one of the drives to see what happened. The HP SIM display did not change – no email alert, no status change on the GUI – even after ten minutes. By contrast the default alerts inside my test vCenter server, which was seeing the entire disk array inside the Hardware Status tab, immediately started sending alerts and changing status on screen.
This was supremely confusing – obviously for the vCenter to be able to detect the disk and any alerts the correct CIM information was being produced on the ESXi host (I was using the correct HP flavour of ESXi) yet SIM was oblivious to a problem.
Sorry to say after some more fiddling with authentication on SIM, trawling through numerous HP forums and even starting a Google Wave on the subject, I had to call it a day and put the ESXi question on ice.
Then back in late March, I saw something on Twitter announcing the release of SIM version 6 – there were various references made to improved support for ESX4 so I was anxious to see if the monitoring components had been upgraded.
So a swift guest build later (SIM 6 supports 64 bit so a Windows 2008 R2 was my choice) I was busy installing the new version. Now SIM is still not that intuitive when it comes to ESXi – it uses WBEM as a method to query the system so the authentication needs to be set there.
Before setting up a discovery job, a change needed to be made to the event filtering. Under Options > Events > Event Filter Options the ‘Accept unregistered events’ needs to be enabled. Don’t ask me why but the HP document suggests it needs to be there for ESXi.

I then set up a discovery job to look for the server (note the port used for access below – you will need to add this under the Advanced protocols credentials > WBEM/WMI tab:

Once this had been saved the job was started– the feedback is vastly improved in version 6, and you see each type of discovery it is trying and whether it is good or bad. The one you are looking for is the WBEM entry.
Once complete I switched to the All Systems view to see if the server had appeared. It had and I was greeted with the following extra display window.

NB. The auto-discovery is also much improved in SIM 6 – if you discover a host it automatically works out what is hosted on it and adds it as well if required. Very nice.
On clicking any of these categories I was pushed to a status window for the host where I was delighted to see the following – noting the comparison between v6 and 5.3 …
 |
 |
| SIM 6 |
SIM 5.3 |
Success! Full access to the complete hardware layer in ESXi through SIM … looks like we can put ESXi back on the upgrade table
Continue Reading