Microsoft has released a Business Intelligence framework for all the ITSM-aware Operations Managers out there, some very nice tools inside to visualize the BI metrics lurking in the murky depths of your OpsMGr Datawarehouse database!

Downloadable Whitepaper and example reports and dashboards here.

{ 0 comments }

So she took her love for to gaze awhile

by admin on December 15, 2009

Eva Cassidy’s live version of Fields of Gold by Sting.
Scary good. I can even forgive the guitar solo.

{ 0 comments }

Watch your timeouts guys and gals …

by admin on December 8, 2009

Was recently beating my head against the wall trying to troubleshoot some COM+/MSDTC related timeouts on one of our production SQL servers.

The non-transactional queries involved in the display of the websites public frontends were going beautifully, but in the admin backend, some transactions were simply timing out, before the data could be committed to the DB’s. This occured on random webservers on different times throughout the day. Very frustrating issue needless to say.

Our issue was eventually resolved by increasing the DTC transaction timeouts from the default value of 60 secs to 540 seconds. No more timeouts and happy customers once more!

Got some great pointers and tips from a site that I wanted to share – http://vyaskn.tripod.com/watch_your_timeouts.htm – has some very useful info on troubleshoooting the components involved in COM+/MSDTC, SQL, IIS , ASP.NET etc. Worth a look!

{ 0 comments }

VMware ESXi 4.0 on Dell hardware CPUID issue

by admin on November 11, 2009

Trying out the new ESXi 4.0 hypervisor on a 64-bit Dell SC1420 server, I ran into this issue:

“ESXi Unsupported BIOS setting CPUID is limited” – and the ESXi kernel exited to a debugger.

Hmm …

A bit of Googling around and appareantly, Dell stops the ESXi kernel from reading the CPUID properly, but the solution is simple:

  • At the initial bootloader screen, press TAB to edit the boot options
  • Hold down the left-arrow key to move the cursor back to the beginning of the boot options, and then add nocheckCPUIDLimit” after “vmkernel.gz”, so the whole thing becomes “mboot.c32 vmkernel.gz nocheckCPUIDLimit —”
  • Hit ENTER.

Thanks to this guy, for clearing that up, lot’s of good ESX info at that site – check it out!

UPDATE: In the new ESXi 4.0 bootloader, more modules have been added to the list, including a vmkboot.gz, which now loads before the vmkernel.gz module.
This means the correct loader syntax would actually read: mboot.c32 vmkboot.gz nocheckCPUIDLimit — vmkernel.gz — [etc]. Hope this clears up any minor issues.

{ 0 comments }

Visible Ops – control is good – mkay!

by admin on November 11, 2009

Simply the best introduction/manual for implementing proper process control in your IT department – read it first and then read the ITSMF ITIL intro, it’s the best 5-10 hours you will spend in your whole IT career – seriously!

{ 0 comments }