Posted by: hbr in vscsiStats, troubleshooting, script, esx on
Sep 25, 2012
In my post on sizing up the storage for block size usage, I wrote a script to get the data into a manageable form. This script runs fine from the command line but you probably want to have some sort of trend to analyze.
Posted by: hbr in x64, receiver, linux, Citrix, 64bit on
Dec 27, 2011
Nothing should be easier than downloading a binary package from the internet, install it and run the executable. But in case of Citrix Receivers on Linux, this has always been somewhat of an issue. With the previous versions there was always some issues with Motif or certificates that were missing. With version 12 of the Receiver for Linux this is no different. With all the excuses Citrix has, they still manage to deliver almost complete installers that only need “a little bit of manual tweaking” to get to work.
Posted by: hbr in vsto, vba, script, powershell, office on
Oct 7, 2011
It was long overdue but we finally made the move away from Visual Basic for Applications (Microsoft Office scripting). We implemented Sharepoint 2010 and were still using the old fashioned VBA code that originated from Office 2003. So we got Visual Studio out and started translating the VBA code into Visual Basic dotnet.
Posted by: hbr in vscsiStats, script, python, esx on
Feb 9, 2011
vscsiStats is a new VMware tool that helps give insight in disk IOs and latency and stuff like that. It’s a very useful tool but it dumps data in histograms. Using these in Excel is quite a pain because Excel knows histograms (with add-ins) but only one at a time. If you want a graph a whole LUN or other lower level part of the storage over time, you need to reformat the data. And luckily, ESX, like most Linux versions nowadays, comes with a python interpreter. Now I know a lot of different scripting languages but python wasn’t one of them. So I decided to write a small python script to do the reformatting for me to allow me to draw nice 3D graphics of block size over time.
I had a discussion last week with a colleague about archiving messages in outlook. I have a 7GB mailbox on the server because I never delete mail. That may seem overdone but it has served me well a couple of times in discussions we had. Besides, I see absolutely no point in archiving mail away from the mail server to another store on some fileserver that eventually lands on the same central storage.
This is part 2 of a quick guide to importing a VM into Lab Manager using Orchestrator. In case you missed it, part 1 is available on http://virtuall.eu/blog/import-a-vm-in-lab-manager-using-orchestrator.