Monday, 17 December 2012
VMware host alert won't clear
Saturday, 1 December 2012
Exchange 2010 DAG failover
Sunday, 21 October 2012
Short filenames can be painful
So I migrated data on a Windows 2008 file server this weekend and it seemed pretty straight forward until I checked services and found the patching proxy service wouldn't start. The services uses squid proxy and it turned out by checking the log file that it uses the 8.3 dos short filenames for paths to the config file. I did dir /x and found two program file paths, Program Files (x86) - PROGRA~1 and Program Files - PROGRA~2. They must have switched shortname when copying, I can only assume the x86 folder was originally created first on the server. It was pretty annoying but thankfully pretty easy to switch them around using "fsutil file setshortname." I can now enjoy the rest of my sunday!
Monday, 9 July 2012
HP network config utility issue
Bit of a strange one configuring nic teams on four DL380's. Two worked fine. Two kept giving me an error "error occured when making a call into the operating system." I tried uninstalling then installing the ncu software but that didn't fix it. Finally I got it working by unticking all the nic services and protocols except the hp teaming service which then allowed me to create the teams. I didn't find out what the actual problem was but this seemed a fairly straightforward work around as the teaming software does this anyway when creating the team.
Tuesday, 15 May 2012
VM Templates and Windows Licensing
I recently had a frustrating problem cloning a vm. It just wouldn't sysprep using either the customisation tool in vsphere or manually in Windows. Doing a little digging I discovered the rearm count was down to zero. Presumably the vm was a clone of a clone of a clone! (This vm has been around longer than I have here!) There's a useful command to check the rearm count if you are planning on cloning a machine and aren't sure of it's history
Cscript c:\windows\system32\slmgr.vbs /dlv
I did find this blog, which is useful:
http://option9.blogspot.co.uk/2009/06/getting-around-windows-rearm-limit-with.html
However I couldn't get the SkipRearm reg key or xml update to work. Luckily I had an alternative machine I could clone this time...
Friday, 11 May 2012
Windows 7 VM's on ESXi
Something to remember, if you have any Windows 7 VM's running on ESXi it runs a whole load smoother if you turn the Aero themes off! Especially when connecting via RDP.