<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>J.F.V.I - Virtualisation and Enterprise Technology news, tips and rants</title>
	<atom:link href="http://jfvi.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://jfvi.co.uk</link>
	<description>Tales from the front line of Virtualisation</description>
	<lastBuildDate>Wed, 22 May 2013 06:48:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Beating the SPoF out of VMware monitoring with SCOM 2012 &amp; Veeam MP 6</title>
		<link>http://jfvi.co.uk/2013/05/21/beating-the-spof-out-of-vmware-monitoring-with-scom-2012-veeam-mp-6/</link>
		<comments>http://jfvi.co.uk/2013/05/21/beating-the-spof-out-of-vmware-monitoring-with-scom-2012-veeam-mp-6/#comments</comments>
		<pubDate>Tue, 21 May 2013 21:30:48 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Automation]]></category>
		<category><![CDATA[Virtualisation]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[SCOM]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[vCenter]]></category>

		<guid isPermaLink="false">http://jfvi.co.uk/?p=437</guid>
		<description><![CDATA[If there is one thing that all VMware monitoring solutions have in common , it is a connection to vCenter. The vCenter Web Service is a single point of contact between the outside world and the key performance API’s. What you do with that data once you have collected it varies from application to application [...]]]></description>
				<content:encoded><![CDATA[<p>If there is one thing that all VMware monitoring solutions have in common , it is a connection to vCenter. The vCenter Web Service is a single point of contact between the outside world and the key performance API’s. What you do with that data once you have collected it varies from application to application , but they will all make that underlying connection to vCenter.</p>
<p>&#160;</p>
<p><img style="float: none; margin-left: auto; display: block; margin-right: auto" src="http://ayllax.com/wp-content/uploads/2011/04/point-of-failure-376x218.jpg" /></p>
<p>This puts vCenter into a bit of a special position within the infrastructure , namely a Single Point of Failure (SPoF)&#160; As the ecosystem has grown up around vSphere , admins have become more and more reliant on vCenter – their backups depend on it , their monitoring depends on it and in some cases their orchestration layer depends on it. That’s a serious number of dependencies to have on a single box. Protecting vCenter from a hardware point of view is quite straightforward , just deploy it as a virtual machine. If you are going down the vCenter appliance route – this is your only choice. </p>
<p>Even if you do cover many of the bases when it comes to protection of the vCenter, there are still a few cases where you might loose it , e.g. storage corruption , back end database failure or even worse a catastrophic failure of the management cluster. When things are all going pear shaped , you still want someone to keep an eye on the business while you are fixing it.</p>
<p>This is where System Center really comes to the rescue – because it is an end to end monitoring framework , its going to be looking at the big picture , sometimes from the application stack downwards. The Health of the virtual infrastructure is simply a component of the picture. Letting the corporate central Operations Centre folk keep an eye on things while you concentrate on fixing the root cause of the outage is going to lead to a faster fix all round , with the subject matter experts doing what they do best !</p>
<p>However , if vCenter is down – how can we monitor the estate ? None of the tools will connect to a web service that isn’t there. With the Veeam Management Pack, we can make use of the Recovery Action feature and some PowerShell , in order to automate our own Veeam Virtualisation Extensions to go and talk directly to the hosts if they can’t talk to vCenter. Lets walk through an example.</p>
<p>&#160;</p>
<p><a href="http://jfvi.co.uk/wp-content/uploads/2013/05/image10.png"><img title="image" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; border-left: 0px; display: block; padding-right: 0px; margin-right: auto" border="0" alt="image" src="http://jfvi.co.uk/wp-content/uploads/2013/05/image_thumb10.png" width="215" height="244" /></a></p>
<p>Here is my little test setup – I have a couple of vCenters , with a few hosts and VM’s underneath. I’m monitoring it in SCOM 2012 quite happily.</p>
<p><a href="http://jfvi.co.uk/wp-content/uploads/2013/05/image1.png"><img title="image" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; display: block; padding-right: 0px; border-top-width: 0px; margin-right: auto" border="0" alt="image" src="http://jfvi.co.uk/wp-content/uploads/2013/05/image_thumb1.png" width="244" height="125" /></a></p>
<p>The Veeam Extensions service is merrily talking away to vCenter, bringing in events , metrics and topology information. </p>
<p>Merrily that is until ( fanfare : Dun dun Dah! ) disaster strikes, or in my case I suspend my vCenter appliance.</p>
<p align="center"><a href="http://jfvi.co.uk/wp-content/uploads/2013/05/image2.png"><img title="image" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-top-width: 0px" border="0" alt="image" src="http://jfvi.co.uk/wp-content/uploads/2013/05/image_thumb2.png" width="386" height="176" /></a></p>
<p>&#160;</p>
<p>At this point with the standard version of the management pack, You would see the following alert &amp; you would be left without vSphere level monitoring until you could bring vCenter back to life. No host hardware information , no datastore health.</p>
<p>&#160;</p>
<p><a href="http://jfvi.co.uk/wp-content/uploads/2013/05/image3.png"><img title="image" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; display: block; padding-right: 0px; border-top-width: 0px; margin-right: auto" border="0" alt="image" src="http://jfvi.co.uk/wp-content/uploads/2013/05/image_thumb3.png" width="367" height="149" /></a></p>
<p>I have managed to persuade the R&amp;D Wizards at Veeam to let me in on a very sneak preview of some upcoming functionality that should be appearing in the not to distant future. In the improved version , the alert above will trigger a <a href="http://blogs.technet.com/b/momteam/archive/2007/09/20/using-diagnostic-actions-and-recovery-actions.aspx">Recovery Action</a> . This action will run a PowerShell script to change connection points from the vCenter , to the hosts directly. SCOM has been configured with a credential profile for a root level account on each host.</p>
<p>&#160;</p>
<p><a href="http://jfvi.co.uk/wp-content/uploads/2013/05/image4.png"><img title="image" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; display: block; padding-right: 0px; border-top-width: 0px; margin-right: auto" border="0" alt="image" src="http://jfvi.co.uk/wp-content/uploads/2013/05/image_thumb4.png" width="431" height="189" /></a></p>
<p>&#160;</p>
<p>Once this script is complete , the VESS connection looks like this. The vCenter connection has been disabled (unchecked) – no harm in that, as it’s offline anyway. And direct-to-Host connections have been automatically created by the monitor Recovery Action, using our PowerShell interface.</p>
<p>&#160;</p>
<p><a href="http://jfvi.co.uk/wp-content/uploads/2013/05/image5.png"><img title="image" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; display: block; padding-right: 0px; border-top-width: 0px; margin-right: auto" border="0" alt="image" src="http://jfvi.co.uk/wp-content/uploads/2013/05/image_thumb5.png" width="244" height="223" /></a></p>
<p>A short while afterwards , this change is reflected in the SCOM Topology.</p>
<p>&#160;</p>
<p><a href="http://jfvi.co.uk/wp-content/uploads/2013/05/image11.png"><img title="image" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; border-left: 0px; display: block; padding-right: 0px; margin-right: auto" border="0" alt="image" src="http://jfvi.co.uk/wp-content/uploads/2013/05/image_thumb11.png" width="179" height="244" /></a></p>
<p>note how we are looking at the hosts as individuals. Without&#160; vCenter , there isn’t any vmotion so virtual machines will remain on the hosts they started when vCenter became unavailable. Monitoring teams can continue to keep an eye on the health of virtual machines and hosts for the duration of the outage.</p>
<p>&#160;</p>
<p><a href="http://jfvi.co.uk/wp-content/uploads/2013/05/image12.png"><img title="image" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; border-left: 0px; display: block; padding-right: 0px; margin-right: auto" border="0" alt="image" src="http://jfvi.co.uk/wp-content/uploads/2013/05/image_thumb12.png" width="605" height="109" /></a></p>
<p>&#160;</p>
<p>Once vCenter is available again , the collectors run the recovery action in reverse in order to resume monitoring via vCenter.</p>
<p>&#160;</p>
<p><a href="http://jfvi.co.uk/wp-content/uploads/2013/05/image8.png"><img title="image" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; display: block; padding-right: 0px; border-top-width: 0px; margin-right: auto" border="0" alt="image" src="http://jfvi.co.uk/wp-content/uploads/2013/05/image_thumb8.png" width="563" height="214" /></a></p>
<p>&#160;</p>
<p>Notice how the vCenter &amp; datacenter names for the virtual machines have changed back.</p>
<p>&#160;</p>
<p><a href="http://jfvi.co.uk/wp-content/uploads/2013/05/image13.png"><img title="image" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="image" src="http://jfvi.co.uk/wp-content/uploads/2013/05/image_thumb13.png" width="637" height="117" /></a></p>
<p>&#160;</p>
<p>As an added bonus , we are able to execute tasks on underlying virtual machines even when vCenter is not available ( such as power on / power off ) – giving us the ability not only to look at the environment , but administer it , even when the centralised administration function is not available. Admins can control power states and manage snapshots without having to manually connect to each host in turn. The rest of the System Center suite has no dependency on vCenter either , The Veeam MP is able to drive data into System Center Orchestrator and System Center Service Manager to maintain host / vm CMDB.</p>
<p>&#160;</p>
<p><a href="http://jfvi.co.uk/wp-content/uploads/2013/05/image14.png"><img title="image" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; border-left: 0px; display: block; padding-right: 0px; margin-right: auto" border="0" alt="image" src="http://jfvi.co.uk/wp-content/uploads/2013/05/image_thumb14.png" width="235" height="244" /></a></p>
<p>By using Microsoft System Center Operations Manager 2012 , along with Powershell automation , we are enabling an Enterprise systems management team to continue to function during periods of vCenter outage. Keep watching for further releases and watch those SPoF’s !</p>
]]></content:encoded>
			<wfw:commentRss>http://jfvi.co.uk/2013/05/21/beating-the-spof-out-of-vmware-monitoring-with-scom-2012-veeam-mp-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Homelab with Ultimate WAF! &#8230; in the cloud :)</title>
		<link>http://jfvi.co.uk/2013/03/13/homelab-with-ultimate-waf-in-the-cloud/</link>
		<comments>http://jfvi.co.uk/2013/03/13/homelab-with-ultimate-waf-in-the-cloud/#comments</comments>
		<pubDate>Wed, 13 Mar 2013 21:23:39 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Virtualisation]]></category>

		<guid isPermaLink="false">http://jfvi.co.uk/?p=413</guid>
		<description><![CDATA[It seems the world of homelabs has had a few innovations recently , especially with the advent of near silent hardware like the Intel NUC. However , what if you want to go beyond that ? We cant all afford colo hosting or have a lab at our place of work. Wouldn&#8217;t it be great [...]]]></description>
				<content:encoded><![CDATA[<p>It seems the world of homelabs has had a few innovations recently , especially with the advent of near silent hardware like the <a href="http://www.vclouds.nl/2013/02/27/how-to-build-a-low-cost-low-power-and-fast-esxi-home-lab/">Intel NUC</a>. However , what if you want to go beyond that ? We cant all afford colo hosting or have a lab at our place of work. Wouldn&#8217;t it be great if you could just rent some cloud resources for it ? the problem is that most virtual server hosting firms wont actually let you have an ESX environment unless you really shell out for the big bucks. It seems there is now an answer &#8211; <a href="http://www.baremetalcloud.com">baremetalcloud</a> providing on demand , dedicated hardware. Thanks to some strong words , softly spoken by Lab Guru Mike Laverick , he&#8217;s managed to secure a bit of a discount for the first 100 folks to give it a spin. The platform supports pretty much anything you want , including the most excellent <a href="http://www.labguides.com/autolab/">Autolab </a>( as sponsored by <a href="http://www.veeam.com">Veeam </a>) which could you Less than a dollar an hour to run. Given the average cost of a home lab that you have to pay for when you are not using it , this could work out quite effective. Head over to <a href="http://www.mikelaverick.com/2013/03/not-ready-bare-metal-cloud-for-your-auto-lab/">Mike&#8217;s site</a> for a detailed guide and use the promo code [b]MAGICMIKE100[/b] for a potential discount !</p>
]]></content:encoded>
			<wfw:commentRss>http://jfvi.co.uk/2013/03/13/homelab-with-ultimate-waf-in-the-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back to blogging&#8230;</title>
		<link>http://jfvi.co.uk/2012/09/13/back-to-blogging/</link>
		<comments>http://jfvi.co.uk/2012/09/13/back-to-blogging/#comments</comments>
		<pubDate>Thu, 13 Sep 2012 10:07:34 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Virtualisation]]></category>

		<guid isPermaLink="false">http://jfvi.co.uk/?p=407</guid>
		<description><![CDATA[After recent harasment by some friends of mine , I&#8217;ve decided that I really need to get back to some more regular updates. It has been reasonably tough over the fast few months as work has kept me pretty busy. I&#8217;ve spent my summer in a few different parts of the world , most recently [...]]]></description>
				<content:encoded><![CDATA[<p>After recent harasment by some friends of mine , I&#8217;ve decided that I really need to get back to some more regular updates. It has been reasonably tough over the fast few months as work has kept me pretty busy. I&#8217;ve spent my summer in a few different parts of the world , most recently South Africa &#8211; working with the Veeam Teeam based down there , meeting customers and eating some interesting game meats at a restaurent called&#8230;. crocadile anyone ?</p>
<p><a href="http://jfvi.co.uk/wp-content/uploads/2012/09/2012-1.jpg"><img class="aligncenter size-medium wp-image-408" title="2012 - 1" src="http://jfvi.co.uk/wp-content/uploads/2012/09/2012-1-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>Over the course of the last year or so , I&#8217;ve delivered a good number of presentations for work , but recently was asked to do something a little different. As part of an event, I was required to produce a Demo Video of one of our products , in this case , our management pack for Microsoft SCOM. This in itself is nothing new , we have a whole host of similar videos. The twist on this was that it had to be short , real short &#8211; in this case 3 minutes or so. This gave me a bit of a tricky situation &#8211; risk going fast and have the customer feel like they were in training for &#8220;the Matrix&#8221; , or only show what might prove to be an unrepresentative portion of the product.</p>
<p>After a little internal brainstorming with the rest of the technical team , I settled on a few keys points and started to record. Just like an iPhone advert, &#8220;some sequences may have been shortened&#8221; <img src='http://jfvi.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>This is my first attempt at producing a video like this with camtasia , I hope to try and do some more &#8211; perhaps showcasing a few of the upcoming cool new features in the product.</p>
<p><iframe width="560" height="315" src="http://www.youtube.com/embed/_C_ElxrZNRU" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://jfvi.co.uk/2012/09/13/back-to-blogging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make a new Years Resolution : Go to a User Group!</title>
		<link>http://jfvi.co.uk/2011/12/15/make-a-new-years-resolution-go-to-a-user-group/</link>
		<comments>http://jfvi.co.uk/2011/12/15/make-a-new-years-resolution-go-to-a-user-group/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 09:26:07 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Automation]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Virtualisation]]></category>
		<category><![CDATA[London VMUG]]></category>
		<category><![CDATA[User Group]]></category>

		<guid isPermaLink="false">http://jfvi.co.uk/2011/12/15/make-a-new-years-resolution-go-to-a-user-group/</guid>
		<description><![CDATA[Well the year is starting to wrap up – Twitter avatars look a little snowier and analysts are digging deep into their prediction boxes in the attic to see what 2012 is going to “be the year of &#60;insert technology&#62;”. &#160; If you make no other resolutions in the coming 2 weeks or so , [...]]]></description>
				<content:encoded><![CDATA[<p>Well the year is starting to wrap up – Twitter avatars look a little snowier and analysts are digging deep into their prediction boxes in the attic to see what 2012 is going to “be the year of &lt;insert technology&gt;”.</p>
<p>&#160;</p>
<p>If you make no other resolutions in the coming 2 weeks or so , make this one , “I will attend a user group meeting” – for example the next London VMware User Group meeting is on the 26th of January, so its a nice early one to tick off the list. If you’d like to sign up for the meeting , head on over to <a href="http://www.myvmug.org/e/in/eid=273">here</a> and sign up. If you feel you need a little more convincing on why a user group is for you, then read on.</p>
<p>&#160;</p>
<p><strong><u>7 Reasons why you should go to a usergroup</u></strong></p>
<p><strong><u></u></strong></p>
<p>1. Its an educational event – Not only is there a chance to pick up some handy info from the sponsors and members presentations , for instance “how to build 1000 hosts in 10 minutes with VMware auto deploy” by <a href="http://www.virtu-al.net/">Alan Renouf</a> from VMware , or dabble in “A little orchestration after lunch&quot; with <a href="http://www.vspecialist.co.uk/">Michael Poore</a> – you could even brush up on those skills to complete a certification such as with Gregg Robertson’s VCP5 Tips &amp; Tricks session.</p>
<p>2. Its a social event – a chance to meet with people who share similar sets of day to day issues as yourself , so its the perfect place to bounce an idea around with a peer group of very bright people</p>
<p>3. Its a fun event – from Alaric’s jokes at the welcome to the laughs and war stories at the pub afterwards its good humour all the way – just because we work in IT doesn’t mean that we’re socially crippled!</p>
<p>4. Its a free event! even lunch and a swift half at the pub later is covered</p>
<p>5. Its an interactive event – Its not just a day of PowerPoint overload , you can get involved with the hands on lab sessions , on this occasion sponsored by the guys over at Embotics, I’m sure you’ll have built a self service cloud portal before you can say “boo!” </p>
<p>6. Its a networking event – People pay quite a lot of money to marketing companies to be able to have “breakfast” with like minded peers for the purpose of networking – being in IT we’re much more practical , we’ll do it for free at the usergroup! Find out the gossip , who’s hiring &amp; who wants to be hired. You might just find that next rockstar position you’ve been promising yourself!</p>
<p>7. Its a community driven event – think you can do better than the guy on stage ? got something worth saying ? well you have the opportunity to prove it at a user group – We love the sponsors, but what makes it a *user* group is the member driven content – it could be a panel / open roundtable or just an aspect of your day to day techie life that you think you’ve done well and would like to tell people about</p>
<p>&#160;</p>
<p>Hopefully there is something that will strike a chord above – and I’ll see you on the 26th!</p>
]]></content:encoded>
			<wfw:commentRss>http://jfvi.co.uk/2011/12/15/make-a-new-years-resolution-go-to-a-user-group/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Tablet for &#163;16 ? ( Its not what you think ! )</title>
		<link>http://jfvi.co.uk/2011/11/29/a-tablet-for-16-its-not-what-you-think/</link>
		<comments>http://jfvi.co.uk/2011/11/29/a-tablet-for-16-its-not-what-you-think/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 09:27:09 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tablet]]></category>
		<category><![CDATA[Trust]]></category>
		<category><![CDATA[Wacom]]></category>
		<category><![CDATA[Webex]]></category>
		<category><![CDATA[Whiteboard]]></category>

		<guid isPermaLink="false">http://jfvi.co.uk/2011/11/29/a-tablet-for-16-its-not-what-you-think/</guid>
		<description><![CDATA[I used to spend my life in conference calls – its a symptom of working for a global organisation , where your boss and co workers are separated by thousands of miles. It got so frequent I almost felt like I was hearing the familiar bleep every time someone left the room. Occasionally calls would [...]]]></description>
				<content:encoded><![CDATA[<p><img style="display: block; float: none; margin-left: auto; margin-right: auto" src="http://rebelyogi.com/wp-content/uploads/2009/08/blue_pill1.jpg" /></p>
<p>I used to spend my life in conference calls – its a symptom of working for a global organisation , where your boss and co workers are separated by thousands of miles. It got so frequent I almost felt like I was hearing the familiar bleep every time someone left the room. Occasionally calls would be accompanied by some form of online component , be it livemeeting , WebEx , gotomeeting or any number of similar collaborative tools. More often than not these would be used to display meeting minutes , or to check that colleagues working from home had actually bothered to get dress that morning! </p>
<p>In contrast , a meeting in the office itself used a much more simple tool – a whiteboard. Nothing says brainstorming than 3 or 4 guys fighting for the marker pen by a 6 by 4 foot expanse of shiny white potential. The cloud at the top of any diagram would inevitably get doctored to become “the internet sheep” but a good diagram would remain , almost like a trophy for a few weeks afterwards.</p>
<p>What I think I’m trying to say is that I miss my whiteboards. When I’m not visiting customers, I’m at home in the “office” ( spare room ) and I’ve been banned from putting whiteboards up for now, so I started to think about the alternatives. The thought struck me while I was watching some Training CBT’s , which of course feature the presenter using a tablet as part of an onscreen whiteboard.&#160; Almost all of the tools I use for online collaboration allow some form of whiteboarding, and for everything else , there is always MS paint !</p>
<p>I needed to get myself a tablet , but not break the bank – a quick hunt of my local tech forum confirmed that the weapon of choice for a serious “tabby” as I shall now refer to tablet users seems to be the Wacom Series – they look like pretty handy bits of kit , but at an equally handy price. I know I’m not going to be making heavy use of my tablet for any illustration or photo retouching so an A4 sized beast is probably out of scope – still even the smaller tablets looked a little bit out of the price range for what was still an experimental purchase.</p>
<p>&#160;</p>
<p><strong>Trusty Trust…</strong></p>
<p>Whilst hunting for a second hand tablet on eBay, I noticed a fair number of tablets by the familiar , if a little “cheap and cheerful” brand Trust. The tablets seemed to be pretty reasonably priced at about half the cost of the equivalent Wacom , and with some surprisingly positive reviews. I eventually found the same tablet for almost half the price on <a href="http://www.amazon.co.uk/Trust-Design-Tablet-Ergonomic-Wireless/dp/B003MG11AM">Amazon</a> The photo is slightly misleading as I wouldn’t say the surface bends quite that far – I was almost under the impression you could roll the tablet up , which would have made it very portable. It is flexible , but I’m still not sure what sort of purpose the flex servers , other than weight saving. The pen requires a single AAA battery , but its not really affected the balance of it.</p>
<p><a href="http://jfvi.co.uk/wp-content/uploads/2011/11/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://jfvi.co.uk/wp-content/uploads/2011/11/image_thumb.png" width="244" height="184" /></a></p>
<p>In terms of usage , it was very straightforward – the Windows 7 Installs on both my laptop and desktop picked it up straight away , though there is a supplied driver on CD for some extra tweaking. At the moment I am having more success with the tablet on my laptop rather than desktop – my desktop uses two monitors , which effectively cuts the tablet resolution in two – its still ok for annotating a PowerPoint slide , but I wouldn’t really feel happy drawing a diagram with it. Speaking of drawing, I realised one key element – <strong>If you can’t draw on a whiteboard , using a tablet isn’t going to make it much better!</strong> I’ve been doing a few test diagrams , and while I think they are probably a bit more personal than freehand with a mouse , I’m not sure if I would really feel happy presenting them to a customer – perhaps I might be better of sticking with Visio after all….</p>
]]></content:encoded>
			<wfw:commentRss>http://jfvi.co.uk/2011/11/29/a-tablet-for-16-its-not-what-you-think/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Who wants to Party VIP Style at VMworld?</title>
		<link>http://jfvi.co.uk/2011/10/14/who-wants-to-party-vip-style-at-vmworld/</link>
		<comments>http://jfvi.co.uk/2011/10/14/who-wants-to-party-vip-style-at-vmworld/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 09:06:03 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[VMworld]]></category>
		<category><![CDATA[mankini]]></category>
		<category><![CDATA[Veeam Party]]></category>

		<guid isPermaLink="false">http://jfvi.co.uk/2011/10/14/who-wants-to-party-vip-style-at-vmworld/</guid>
		<description><![CDATA[&#160; Everyone who is anyone knows that the social highlight of the Vmworld Conference is the Veeam Party – this gets better and better every year and this years one at Copenhagen is no exception. Numbers are limited so its an invite only gig – but if you are going to Copenhagen and haven&#8217;t received [...]]]></description>
				<content:encoded><![CDATA[<p>&#160;</p>
<p><a href="http://jfvi.co.uk/wp-content/uploads/2011/10/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://jfvi.co.uk/wp-content/uploads/2011/10/image_thumb.png" width="244" height="244" /></a></p>
<p>Everyone who is anyone knows that the social highlight of the Vmworld Conference is the Veeam Party – this gets better and better every year and this years one at Copenhagen is no exception.</p>
<p>Numbers are limited so its an invite only gig – but if you are going to Copenhagen and haven&#8217;t received an invite yet , then don&#8217;t give up hope…</p>
<p>&#160;</p>
<p>I am shamelessly self promoting myself on twitter to break the magic 1000 follower barrier – somehow a viral rumour started that I would wear a mankini at the Veeam Party if this happened. This plan has been vetoed by both of my managers – domestic and employer ( thankfully )&#160; so I’ll be saving you all a fortune in therapist fee’s !</p>
<p>&#160;</p>
<p>However if I do hit 1000 followers before the Veeam Party , I will chose one of the new followers at Random and they will get an invite to join myself ,the Veeam team and a host of VMworld rockstars at an exclusive venue in Copenhagen for a great night out! I will also be making a donating to a worthy &amp; geeky cause ( the <a href="http://www.vcommunitytrust.org/">vCommunity Trust</a> )</p>
<p>&#160;</p>
<p>admin&#160; note : you must be able to make it to Copenhagen on the 18th for the Party – chances are you will be at VMworld , but if not , I’m not paying for your Transport <img style="border-bottom-style: none; border-right-style: none; border-top-style: none; border-left-style: none" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://jfvi.co.uk/wp-content/uploads/2011/10/wlEmoticon-smile.png" /></p>
<p>&#160;</p>
<p>So for your chance to join in the fun ( and find out what I’m up to ) , all you have to do is Follow <a href="http://twitter.com/#!/chrisdearden">@chrisdearden</a> on Twitter and if I hit 1000 before the 18th I’ll choose a winner and get in touch !</p>
]]></content:encoded>
			<wfw:commentRss>http://jfvi.co.uk/2011/10/14/who-wants-to-party-vip-style-at-vmworld/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8220;Remember Remember the 3rd of November&#8221;</title>
		<link>http://jfvi.co.uk/2011/10/12/remember-remember-the-3rd-of-november/</link>
		<comments>http://jfvi.co.uk/2011/10/12/remember-remember-the-3rd-of-november/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 12:56:43 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Virtualisation]]></category>

		<guid isPermaLink="false">http://jfvi.co.uk/2011/10/12/remember-remember-the-3rd-of-november/</guid>
		<description><![CDATA[No I don’t have the date wrong – There’s a much better thing to do at the beginning of November than trying to blow up a bit of your garden with pyrotechnics. The London VMware User group as stepped up to produce what the committee hopes to be the first of many UK VMware User [...]]]></description>
				<content:encoded><![CDATA[<p><img style="display: block; float: none; margin-left: auto; margin-right: auto" src="http://2.bp.blogspot.com/_8G-21ftYPik/TA5pD3ISpyI/AAAAAAAAC20/EuFNtFbJ18E/s1600/v-for-vendetta.jpg" /></p>
<p>No I don’t have the date wrong – There’s a much better thing to do at the beginning of November than trying to blow up a bit of your garden with pyrotechnics. The London VMware User group as stepped up to produce what the committee hopes to be the first of many UK VMware User group days.</p>
<p>&#160;</p>
<p>To be held at the National Motorcycle Museum in Solihull , West Midlands this full day event will have not only a Keynote from VMware’s Joe Baguley , but 4 Tracks of Partner &amp; Community sessions with more Rockstars the Glastonbury ! </p>
<p>&#160;</p>
<p>The VMUG “scene” in the UK is going from strength to strength and I’m sure this event will be no exception. Best of all, its free to attend , including an evening reception the night before hosted by <a href="http://www.veeam.com">Veeam</a></p>
<p>&#160;</p>
<p>To Sign up for the event , head over to <a href="http://www.myvmug.org/e/in/m=1&amp;req=Edit&amp;eid=106">The MyVMUG site</a> for registration. Look forward to seeing you there !</p>
]]></content:encoded>
			<wfw:commentRss>http://jfvi.co.uk/2011/10/12/remember-remember-the-3rd-of-november/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Veeam Launches the Backup Academy&#8211;FREE Vendor Neutral Virtualization Backup certification.</title>
		<link>http://jfvi.co.uk/2011/09/12/veeam-launches-the-backup-academyvendor-neutral-virtualization-backup-certification/</link>
		<comments>http://jfvi.co.uk/2011/09/12/veeam-launches-the-backup-academyvendor-neutral-virtualization-backup-certification/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 20:03:05 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Virtualisation]]></category>
		<category><![CDATA[VMworld]]></category>
		<category><![CDATA[Backup Academy]]></category>
		<category><![CDATA[Veeam]]></category>
		<category><![CDATA[vmworld]]></category>

		<guid isPermaLink="false">http://jfvi.co.uk/2011/09/12/veeam-launches-the-backup-academyvendor-neutral-virtualization-backup-certification/</guid>
		<description><![CDATA[I got wind of a new project launched by Veeam from one of the many, many, many tweets that flooded by tweetdeck during VMworld US week – when my fellow vExpert, Blogger &#38; Colleague Rick Vanover hinted that Veeam was due to launch another free community resource, I was keen to discover ! &#160; Having [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://backupacademy.com"><img style="display: block; float: none; margin-left: auto; margin-right: auto;" src="http://backupacademy.com/themes/backup_academy/images/logo.png" alt="" /></a></p>
<p>I got wind of a new project launched by Veeam from one of the many, many, many tweets that flooded by tweetdeck during VMworld US week – when my fellow vExpert, Blogger &amp; Colleague <a href="http://rickvanover.wordpress.com/">Rick Vanover</a> hinted that Veeam was due to launch another free community resource, I was keen to discover !</p>
<p>&nbsp;</p>
<p>Having made the transition to vendor world, finding content as a blogger can be a little bit more of a search. For some reason, many of Veeam’s competitors don’t seem to want to give me a sneak peak of their products <img class="wlEmoticon wlEmoticon-winkingsmile" style="border-style: none;" src="http://jfvi.co.uk/wp-content/uploads/2011/09/wlEmoticon-winkingsmile.png" alt="Winking smile" /> ,however in this case the product in question isn’t one that Veeam will be selling !</p>
<p>&nbsp;</p>
<p>When we shifted into virtualisation, many of us from the physical server world had to make a little bit of a leap of faith into the new mind-set around virtualisation, now that we’ve made it, its is almost second nature to us. If you cast your mind back to those days of 7u file servers, imagine how alien the concept would be that they could be represented as a handful of files running of a single half height blade. Fast wording that concept to today and many people have yet to make that similar leap of faith when it comes to image based backup of VM’s</p>
<p>&nbsp;</p>
<p><a href="http://backupacademy.com">The Backup Academy</a> as developed by Veeam to provide administrators with the foundations and fundamentals of Virtual Machine level backups, no matter who you choose for the solution. Veeam are by no means the first vendor to produce “neutral” training, EMC for example have paved the way with  <a href="http://www.emc.com/about/news/press/2010/20101206-01.htm">Their Cloud Certifications</a> last year.</p>
<p>The solution consists of a series of Videos produced by well known community contributors and trainers, such as <a href="http://www.vmwarevideos.com/">David Davis</a>, <a href="http://vmware-land.com/">Eric Siebert</a> &amp; <a href="http://concentratedtech.com/">Greg Shields</a> . The Academy <a href="http://backupacademy.com/professors.html">Professors</a> will be an ever growing list of subject matter experts around the backup and management of virtual machines.</p>
<p>Users of the site will be able to take an exam based on the content and even get a certificate for passing. I personally see the academy as a great way for current backup admins &amp; virtualisation specialists to move to the next level – now that you have made game changing strategies to your production infrastructure, why not do the same for your backups ?</p>
<p>&nbsp;</p>
<p>to find out more, head to <a href="http://backupacademy.com">http://backupacademy.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jfvi.co.uk/2011/09/12/veeam-launches-the-backup-academyvendor-neutral-virtualization-backup-certification/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making Documentation Easy with Windows Problem Step Recorder.</title>
		<link>http://jfvi.co.uk/2011/09/05/making-documentation-easy-with-windows-problem-step-recorder/</link>
		<comments>http://jfvi.co.uk/2011/09/05/making-documentation-easy-with-windows-problem-step-recorder/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 08:46:43 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Problem Steps Recorder]]></category>
		<category><![CDATA[PSR]]></category>
		<category><![CDATA[Screenshot capture]]></category>

		<guid isPermaLink="false">http://jfvi.co.uk/2011/09/05/making-documentation-easy-with-windows-problem-step-recorder/</guid>
		<description><![CDATA[One of the more fundamental tasks a good IT professional should undertake is also often one of the least favoured. For a long time I’m sure there was a direct pathway in my brain between “Writing Documentation” and “boring school work” – whilst my education was not quite &#34;Tom Brown’s School Days” Its certainly not [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://jfvi.co.uk/wp-content/uploads/2011/09/image.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto; padding-top: 0px" title="image" border="0" alt="image" src="http://jfvi.co.uk/wp-content/uploads/2011/09/image_thumb.png" width="187" height="244" /></a></p>
<p>One of the more fundamental tasks a good IT professional should undertake is also often one of the least favoured. For a long time I’m sure there was a direct pathway in my brain between “Writing Documentation” and “boring school work” – whilst my education was not quite <a href="http://en.wikipedia.org/wiki/Tom_Brown's_Schooldays">&quot;Tom Brown’s School Days”</a> Its certainly not something I would class as my favourite pastime. On the whole if I an application has been designed reasonably well you may not think that detailed documentation is really needed, however consider the plight of your peers – during any knowledge transfer stage, detailed documentation is an absolute godsend and will earn you many many management <a href="http://en.wikipedia.org/wiki/Brownie_points">brownie points</a>.</p>
<p>With a half decent screen grabbing utility and a copy of your preferred note taking software, I have often looked on with dread at the task of documenting a multi step wizard, for example cloning a virtual machine. Clicking through each step, taking a screen shot , then noting the exact response isn’t the most fun way to spend an afternoon.</p>
<p>&#160;</p>
<p>I bumped into an old colleague on a long train journey last week &amp; as we were swapping war stories ( one of an IT Pro’s favourite ways of passing the time ) we got round to talking about documentation and he told me of a novel way to make use of one of Windows 7’s hidden Gems..</p>
<p><a href="http://jfvi.co.uk/wp-content/uploads/2011/09/image1.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto; padding-top: 0px" title="image" border="0" alt="image" src="http://jfvi.co.uk/wp-content/uploads/2011/09/image_thumb1.png" width="302" height="52" /></a></p>
<p>&#160;</p>
<p>I believe the tool was intended as one for end users to be able to document a problem to then pass to a support desk. However its also an excellent way to record a process for documentation resources.&#160; Simply run PSR from the start menu – then click start Record. The resulting file will open in IE or you can edit with Microsoft Word.</p>
<p>Good news for non windows users , the tool also works in Server 2008 R2 – So you should be able to connect to a windows server to run through the wizards where possible.</p>
<p>&#160;</p>
<p><a href="http://jfvi.co.uk/wp-content/uploads/2011/09/image2.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto; padding-top: 0px" title="image" border="0" alt="image" src="http://jfvi.co.uk/wp-content/uploads/2011/09/image_thumb2.png" width="363" height="273" /></a></p>
<p>&#160;</p>
<p>Above is a screenshot I took using PSR on a windows 2008 VM – I particularly like the way that the area I clicked is outlined in green ! Hope this helps with some of the knowledge transfer pain!</p>
<p>For a tool that helps documentation , there really isn’t that much on it from Microsoft. As good place to start would be </p>
<p><a href="http://windows.microsoft.com/en-US/windows7/How-do-I-use-Problem-Steps-Recorder">http://windows.microsoft.com/en-US/windows7/How-do-I-use-Problem-Steps-Recorder</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jfvi.co.uk/2011/09/05/making-documentation-easy-with-windows-problem-step-recorder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xangati Launches new TLA with comprehensive VDI performance monitoring.</title>
		<link>http://jfvi.co.uk/2011/08/23/xangati-launches-new-tla-with-comprehensive-vdi-performance-monitoring/</link>
		<comments>http://jfvi.co.uk/2011/08/23/xangati-launches-new-tla-with-comprehensive-vdi-performance-monitoring/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 13:30:00 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Virtualisation]]></category>
		<category><![CDATA[No Brainer]]></category>
		<category><![CDATA[VDI]]></category>
		<category><![CDATA[Xangati]]></category>
		<category><![CDATA[XMD]]></category>

		<guid isPermaLink="false">http://jfvi.co.uk/2011/08/23/xangati-launches-new-tla-with-comprehensive-vdi-performance-monitoring/</guid>
		<description><![CDATA[Ok so I’ll take my tongue out of my cheek&#160; &#8211; I have never heard Xangati’s summer refresh of their performance monitoring dashboard called by its Three Letter Acronym&#160; (TLA) before, but I was lucky enough to be given a preview of the Xangati Management Dashboard (XMD) and to be shown some of the new [...]]]></description>
				<content:encoded><![CDATA[<p><img style="display: block; float: none; margin-left: auto; margin-right: auto" src="http://www.ereads.com/uploaded_images/nobrainer-712385.png" /></p>
<p>Ok so I’ll take my tongue out of my cheek&#160; &#8211; I have never heard Xangati’s summer refresh of their performance monitoring dashboard called by its Three Letter Acronym&#160; (TLA) before, but I was lucky enough to be given a preview of the Xangati Management Dashboard (XMD) and to be shown some of the new ways in which it can gather information and metrics relevant to a Virtualised Desktop deployment.</p>
<p>When I first came across the product about 12 months ago, it’s main strength was in the networking information it could surface to a VI admin – by use of small appliance VM’s sitting on a promiscuous port group on a Virtual switch it was able to analyse net flow data going in and out of a host – when this was aligned with metrics coming form Virtual centre. The products “TiVo” like recording interface was able to capture what was happening to an infrastructure either side of an incident , be it a predefined threshold , or an automatically derived one – where a workload was suitably predictable for a given length of time , the application was able to create profiles for a number of metrics and record behavior outside that particular profile. As with other products that attempt to do dynamic thresholding , the problem comes in the form of an environment which is not subject to a predictable workload where is possible to miss an alert while the software is still “learning” – it also assumes that you have a good baseline to start with. If you have a legacy issue that becomes incorporated into that profile , then it can be difficult to troubleshoot. To this extent I’m glad that more traditional static thresholds are still able to be put in place. When monitoring environments with vSphere version 5 , there is no more requirement for the network flow appliances – the netflow data is provided directly to the main XDM appliance via a vCenter API. With a Single API connection , the application is focussed on much more than just the network data – allowing a VMware admin to see a wide view of the infrastructure from the Windows process to the VMware Datastore.</p>
<p>&#160;</p>
<p>What interested me about the briefing was the level of attention being paid to VDI – I think Xangati is quite unique in terms of their VDI Monitoring dashboard and the latest release reinforces that. In addition to metrics that you would expect around a given virtual machine in terms of its resource consumption , Xangati have partnered with the developers of the PCoIP protocol , Terradici in order to be able to provide enhanced metrics at the protocol layer of a VDI connection. This offers a welcome alternative to the current method of having to utilise log analysers like Splunk.</p>
<p>&#160;</p>
<p>VDI users are in my opinion much more sensitive to temporary performance glitches than consumers of a hosted web service. If a website is a little slow for a few seconds , people might look at their network connection or any number of alternative issues , but for a VDI consumer , that desktop is their “world” and would affect every application they use. Thus when it runs poorly they are much more liable to escalate than the aforementioned web service consumers. Use of the XMD within a VDI environment allows an administrator to trouble shoot those kinds of issues ( such as storage latency or badly configured AV policy causing excessive IO ) by examining the interaction between all of the components of the VDI infrastructure , even if the problem occurred beyond the rollup frequency of a more conventional monitoring product. This what Xangati views as one of its strengths , while I don’t think it is a product I would use for day to day monitoring of an environment – there is a lot of data onscreen and without profiles or adequate threshold tuning it would require more interaction than most “wallboard” monitoring solutions, I can see if being deployed as a tool for deeper troubleshooting. There is a facility which would allow an end user to trigger a “recording” of the relevant metrics to their desktop while they are experiencing a problem ( although if the problem is intermittent network connectivity , this could prove interesting ! )</p>
<p>&#160;</p>
<p>As a tool for monitoring VDI environments it certainly has some traction , notably being used to monitor the lab environments for last years and this years VMworld cloud based lab setups , as well as some good sized enterprise customers. With this success I’m a little surprised at the last part of the launch, “No Brainer” pricing… In a market where prices seem to be on a more upward trend , Xangati have applied a substantial discount to theirs – with pricing for the VDI dashboard starting at $10 per desktop for up to 1000 desktops. I’m told there is an additional fee for environments larger than that. I’m no analyst but I’d love to explore the rationale behind this.. Was the product seen as too expensive ( although as with many things , the list price and the price a keen customer pays can often be pretty different – is this an attempt to make software pricing a little more “no nonsense ? “ I guess time will tell !</p>
<p><a href="http://jfvi.co.uk/wp-content/uploads/2011/08/image1.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://jfvi.co.uk/wp-content/uploads/2011/08/image_thumb1.png" width="497" height="287" /></a></p>
<p>For more information on the XMD and to download a free version of the new product , good for a single host , check out <a href="http://Xangati.com">http://Xangati.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jfvi.co.uk/2011/08/23/xangati-launches-new-tla-with-comprehensive-vdi-performance-monitoring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
