<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Welcome to vSphere-land!</title>
	
	<link>http://vsphere-land.com</link>
	<description>your ultimate VMware information destination</description>
	<pubDate>Mon, 08 Feb 2010 14:28:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/vSphere-land" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="vsphere-land" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Virtualizing Domino - Pt.1 - The Journey Begins</title>
		<link>http://vsphere-land.com/news/virtualizing-domino-pt1-the-journey-begins.html</link>
		<comments>http://vsphere-land.com/news/virtualizing-domino-pt1-the-journey-begins.html#comments</comments>
		<pubDate>Tue, 02 Feb 2010 03:34:36 +0000</pubDate>
		<dc:creator>esiebert7625</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Lotus Domino]]></category>

		<guid isPermaLink="false">http://vsphere-land.com/?p=1764</guid>
		<description><![CDATA[I started doing Lotus Domino server administration back in 1994 on version 3.0, about 5 years ago the company I work for decided to outsource it to a hosting provider. While it was outsourced I was still pretty involved with the management and administration of the environment. We recently decided to bring it back in-house [...]]]></description>
			<content:encoded><![CDATA[<p>I started doing Lotus Domino server administration back in 1994 on version 3.0, about 5 years ago the company I work for decided to outsource it to a hosting provider. While it was outsourced I was still pretty involved with the management and administration of the environment. We recently decided to bring it back in-house due to cost-savings and because we have a DR site that we can leverage for business continuity. I was the project lead for transitioning the environment to the provider and I am again the project lead for bringing it back. That means I have to architect our environment, build it, plan and perform the migration and make sure everything works smoothly. Since we virtualized most of our environment several years ago it&#8217;s only natural to also virtualize the new Domino environment. This series of blog posts will cover the many steps of the project and will focus on the virtualization aspect of it. The project will likely take about 3-4 months to complete and right now I&#8217;m at the very beginning stages. So I&#8217;ll begin with a recap of where the project is at right now.</p>
<h4>Planning &amp; architecting</h4>
<p>This is the most importance phase and one you can&#8217;t afford to screw up, I chose to virtualize Domino so it was necessary to make sure I had a virtual environment that could handle the taxing resource demands that Domino servers require. Our environment is about 1,500 total users and somewhere between small and medium, we have many access methods including LAN, WAN, internet and both Notes Client, web-based, Blackberry and other smartphone users. I planned for 2 clustered servers at our corporate HQ, 1 server in the DMZ for Notes Client passthru, Lotus Traveler and SMTP, 1 Blackberry Enterprise Server and 1 server at our DR warm site. Web access to email from the public internet was a requirement so the challenge was trying to find a secure solution for that. I focused on 2 solutions for that, using a hardware reverse proxy device in the DMZ and using a server running reverse proxy software. I looked at hardware solutions from F5 Networks who make very nice <a href="http://www.f5.com/solutions/applications/ibm/lotus-domino/">hardware</a> that is very customizable and integrates well with Domino, unfortunately we didn&#8217;t have the budget for it though. So the solution I chose was using IBM Websphere Secure Proxy Server running on a Windows server in the DMZ.</p>
<p>Next it was time to find hardware to use, I needed one new virtual host at corporate HQ, one at the DR site and more storage. We have a Hitachi AMS-500 SAN (2GB fiber) that we could add storage to as an option, but this was expensive and didn&#8217;t get us much storage for our budget. Instead I looked at lower cost iSCSI solutions, in particular the <a href="http://h18006.www1.hp.com/storage/disk_storage/msa_diskarrays/index.html?psn=storage">MSA line from HP</a>, they are very affordable, easy to use and perform very well. My biggest concern though was making sure it had enough performance for the very intensive disk I/O demands that Domino had. So I did some research looking at IOPs numbers for the MSA and comparing them to Iometer tests that I ran inside a VM running on the AMS-500. I found that the MSA had equal or better performance compared to the AMS-500 so I chose that instead. We were able to obtain an iSCSI MSA with dual controllers, an extra shelf loaded with 450GB drives for a total of about 10TB raw storage and were able to stay in our budget. For servers we went with HP DL-385 G6 servers with AMD 6-core processors.</p>
<p>Now with Domino there are a couple of important hardware considerations that you should be aware of. First is Domino loves memory, it will use everything you give it as it does a lot of caching. So having an adequate amount of memory is a must. The next is with CPU&#8217;s, Domino  takes full advantage of the new AMD RVI and Intel EPT  technology in newer processors so having this is a must. In fact this can make a huge difference in performance compared to processors without it. Finally when it comes to virtualization using vSphere was a must, there have been numerous performance improvements in vSphere that are very beneficial to Domino. IBM has published some tech notes in the past about high CPU usage on virtualized Domino servers compared to physical ones with identical workloads. They point out that you should make sure you have suitable hardware and the proper architecture but also seem to place the blame on the overhead of the virtualization layer. They go as far as to not recommend virtualizing larger Domino workloads. Well the combination of newer CPU technologies and vSphere now make that possible and allow almost any Domino workload to be successfully virtualized. So to summarize:</p>
<ul>
<li>Only use CPUs with AMD RVI &amp; Intel EPT</li>
<li>Have plenty of memory, don&#8217;t plan on using overcommitment</li>
<li>Make sure your storage can keep up with Domino</li>
<li>Make sure you are using vSphere and not VI3</li>
</ul>
<p>Next up is building the hardware including the MSA and vSphere servers and configuring the iSCSI storage and networking. Some additional bonuses with using vSphere is the many improvements to iSCSI including support for Jumbo Frames, faster initiators and support for multi-pathing. So stay tuned for part 2&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://vsphere-land.com/news/virtualizing-domino-pt1-the-journey-begins.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Lessons learned in a power outage</title>
		<link>http://vsphere-land.com/news/lessons-learned-in-a-power-outage.html</link>
		<comments>http://vsphere-land.com/news/lessons-learned-in-a-power-outage.html#comments</comments>
		<pubDate>Fri, 29 Jan 2010 04:00:10 +0000</pubDate>
		<dc:creator>esiebert7625</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://vsphere-land.com/?p=1757</guid>
		<description><![CDATA[Having experienced several complete data center power outages I&#8217;ve learned some important lessons over the years when it comes to virtualizing your infrastructure. Today I experienced another power outage and my previous experiences ensured that I was ready for this one and I thought I would share some tips:

DNS is the most critical component in [...]]]></description>
			<content:encoded><![CDATA[<p>Having experienced several complete data center power outages I&#8217;ve learned some important lessons over the years when it comes to virtualizing your infrastructure. Today I experienced another power outage and my previous experiences ensured that I was ready for this one and I thought I would share some tips:</p>
<ul>
<li><span style="text-decoration: underline;">DNS is the most critical component in your environment</span>, for almost anything to work properly you need a DNS server up first. If you have all your DNS servers virtualized and they are on shared storage its going to be very difficult to bring them up because everything else that needs to come up first usually relies on DNS. Therefore you should make sure you have at least one DNS server on the local storage of one of your hosts, that way you can get it up early on and not have to wait for your shared storage to come up. If you want to go a step further keep one as a physical server also, so you can quickly and easily get DNS up right away.</li>
<li>Active Directory, DHCP &amp; any other authentication servers are also very important, having a workstation up and running is very handy so you can centrally connect to hosts and power things back on. If you&#8217;re using DHCP for your workstations and servers you again will want one up as soon as possible so you can get them on the network and get going. Not having an Active Directory server available can make Windows servers take a very long time to boot. So again, keep an AD &amp; DHCP server on local storage or on a physical server so you can quickly get them up as soon as possible. AD, DNS &amp; DHCP are critical to a Windows environment and without them available you&#8217;ll find that the rest of your environment is mostly useless.</li>
<li>Know your ESX command line, if your vCenter Server and other workstations are not available you&#8217;ll need to start VM&#8217;s using the command line. Even if your DNS server is on a local VM you won&#8217;t be able to start it without the vSphere Client. Therefore you&#8217;ll have to log into the ESX console and manually start it, if you don&#8217;t know the command to do this that could be a problem. Keep a cheat sheet by your hosts with the basic commands that you&#8217;ll need like vmware-cmd to get things up and running using the console.</li>
<li>Know your host IP addresses, if DNS is not up yet you won&#8217;t be able to connect to your hosts using putty or the vSphere client using their host names, you probably won&#8217;t know their IP address and without a DNS server can&#8217;t look them up. Therefore keep a list of your host IP addresses so you can use that to connect to them.</li>
<li>Know how to re-scan storage, your hosts may come up before your shared storage, once your shared storage is up you&#8217;ll need to rescan from your hosts so they will see it and you can restart the VM&#8217;s on it. You can do this using the vSphere client by clicking on Configuration, Storage Adapters, selecting your HBA and clicking the Rescan button and then select search for new devices. You can also do this using the command line esxcfg-rescan utility.</li>
<li>Make sure you know where your datacenter keys are if you use a electronic card scanner to open your doors. Most systems are placed in the datacenter and if the power goes out your doors are not going to work. There is nothing worse than running around trying to find keys in a crisis to get into the datacenter. And make sure you don&#8217;t keep the keys in datacenter or you&#8217;ll have to break down the door to get in. (thanks <a href="http://twitter.com/tdimaggio">Tony DiMaggio</a> for reminding me about this one)</li>
</ul>
<p>Being prepared is critical in crisis situation to ensure you can react quickly to get things back up and running. Sometimes it takes a crisis to point out any shortcomings that you may have in your environment but thinking ahead can save you from big headaches later on.</p>
]]></content:encoded>
			<wfw:commentRss>http://vsphere-land.com/news/lessons-learned-in-a-power-outage.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Coming soon: a new vLaunchpad</title>
		<link>http://vsphere-land.com/news/coming-soon-a-new-vlaunchpad.html</link>
		<comments>http://vsphere-land.com/news/coming-soon-a-new-vlaunchpad.html#comments</comments>
		<pubDate>Tue, 26 Jan 2010 02:25:40 +0000</pubDate>
		<dc:creator>esiebert7625</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://vsphere-land.com/?p=1755</guid>
		<description><![CDATA[I&#8217;ve been maintaining the vLaunchpad using Dreamweaver which has been difficult at times so I thought I would explore other options. I&#8217;ve resisted using Wordpress as I had for my main site because the page layout is kind of unique and not easily re-produced in Wordpress. Well after much theme hacking I think I have [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been maintaining the <a href="http://vlp.vsphere-land.com/">vLaunchpad</a> using Dreamweaver which has been difficult at times so I thought I would explore other options. I&#8217;ve resisted using Wordpress as I had for my main site because the page layout is kind of unique and not easily re-produced in Wordpress. Well after much theme hacking I think I have it ported over to Wordpress pretty well. I&#8217;ve done extensive CSS modifications to make sure I would fit as much information as possible in one area and not have to resort to lots of scrolling or multiple pages. It&#8217;s not done yet but it&#8217;s getting close, I still need to add all the blog links and do some other work to it. I&#8217;ve also moved it to the clouds, which is GoDaddy&#8217;s new hosted grid computing offering. So let me know what you think, I&#8217;m open to all your suggestions, tell me what you like, don&#8217;t like and want to see added to it. One thing you&#8217;ll notice is I added all of Hany Michael&#8217;s great <a href="http://www.hypervizor.com/diagrams/">vDiagrams</a> to the sidebar for easy access to them.</p>
<p>So go check out the <a href="http://planet.vsphere-land.com/">new version</a> of the vLaunchpad and let me know what you think, just remember it&#8217;s not done yet and I have lots of changes to make to it. Thanks to the Netherlands gang (<a href="http://twitter.com/duncanyb">Duncan</a>, <a href="http://twitter.com/esloof">Eric</a> &amp; <a href="http://twitter.com/gabvirtualworld">Gabe</a>) for their early feedback that helped me get the design right.</p>
]]></content:encoded>
			<wfw:commentRss>http://vsphere-land.com/news/coming-soon-a-new-vlaunchpad.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>A new home for me</title>
		<link>http://vsphere-land.com/news/a-new-home-for-me.html</link>
		<comments>http://vsphere-land.com/news/a-new-home-for-me.html#comments</comments>
		<pubDate>Tue, 26 Jan 2010 01:13:05 +0000</pubDate>
		<dc:creator>esiebert7625</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://vsphere-land.com/?p=1752</guid>
		<description><![CDATA[Due to cuts and other circumstances I will no longer be blogging at SearchVMware.com&#8217;s Virtualization Pro blog. While exploring other blogging opportunities I decided to come right back where I started, this website, vSphere-land.com. So besides my gigantic link collection you&#8217;ll be seeing lots of new content here including tips, news, reviews, opinions, top 10 [...]]]></description>
			<content:encoded><![CDATA[<p>Due to cuts and other circumstances I will no longer be blogging at SearchVMware.com&#8217;s Virtualization Pro blog. While exploring other blogging opportunities I decided to come right back where I started, this website, vSphere-land.com. So besides my gigantic link collection you&#8217;ll be seeing lots of new content here including tips, news, reviews, opinions, top 10 lists and much more. For starters I&#8217;ll be doing a series documenting a new project  from start to finish that I&#8217;m the lead on which is a Lotus Domino virtualization project.  So stay tuned for lots of great content coming from this site.</p>
]]></content:encoded>
			<wfw:commentRss>http://vsphere-land.com/news/a-new-home-for-me.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Winners of the TrainSignal DVD vSphere training course</title>
		<link>http://vsphere-land.com/news/winners-of-the-trainsignal-dvd-vsphere-training-course.html</link>
		<comments>http://vsphere-land.com/news/winners-of-the-trainsignal-dvd-vsphere-training-course.html#comments</comments>
		<pubDate>Tue, 19 Jan 2010 16:12:07 +0000</pubDate>
		<dc:creator>esiebert7625</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://vsphere-land.com/?p=1744</guid>
		<description><![CDATA[As I previously mentioned two randomly chosen voters in the top blog survey would win a copy of TrainSignal&#8217;s vSphere DVD training course. I exported the voting results to Excel and then used a random number generator to pick two row numbers and the winners are:

mcgivern_jon at emc dot com from Westborough, MA
brian_alexander at mentor [...]]]></description>
			<content:encoded><![CDATA[<p>As I previously mentioned two randomly chosen voters in the top blog survey would win a copy of TrainSignal&#8217;s <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">vSphere DVD training course</a>. I exported the voting results to Excel and then used a <a href="http://www.random.org/">random number generator</a> to pick two row numbers and the winners are:</p>
<ul>
<li>mcgivern_jon at emc dot com from Westborough, MA</li>
<li>brian_alexander at mentor dot com from Longmont, CO</li>
</ul>
<p><a href="http://twitter.com/davidmdavis">David Davis</a> from TrainSignal will be contacting you, thank you for your participation in the voting!</p>
]]></content:encoded>
			<wfw:commentRss>http://vsphere-land.com/news/winners-of-the-trainsignal-dvd-vsphere-training-course.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>The top blog full voting results</title>
		<link>http://vsphere-land.com/news/the-top-blog-full-voting-results.html</link>
		<comments>http://vsphere-land.com/news/the-top-blog-full-voting-results.html#comments</comments>
		<pubDate>Mon, 18 Jan 2010 02:42:17 +0000</pubDate>
		<dc:creator>esiebert7625</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Top Blogs]]></category>

		<guid isPermaLink="false">http://vsphere-land.com/?p=1737</guid>
		<description><![CDATA[Here&#8217;s a table with the vote totals for all the VMware/virtualization blogs included in the survey, there were a few others that only had 1 or two votes that I didn&#8217;t include. Total votes includes any vote a blog received whether it was 1 through 10. Total points is the sum of each vote times [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a table with the vote totals for all the VMware/virtualization blogs included in the survey, there were a few others that only had 1 or two votes that I didn&#8217;t include. Total votes includes any vote a blog received whether it was 1 through 10. Total points is the sum of each vote times it&#8217;s appropriate weight for the position (#1 vote = 10 points, #2 vote = 9 points, all the way down to a #10 vote = 1 point).</p>
<p><strong><table id="wp-table-reloaded-id-23-no-1" class="wp-table-reloaded wp-table-reloaded-id-23" cellspacing="1" cellpadding="0" border="0">
<thead>
	<tr class="odd row-1">
		<th class="column-1">Position</th><th class="column-2">Blog</th><th class="column-3">#1 Votes</th><th class="column-4">Total Votes</th><th class="column-5">Total Points</th>
	</tr>
</thead>
<tbody>
	<tr class="even row-2">
		<td class="column-1">1</td><td class="column-2">Yellow Bricks</td><td class="column-3">158</td><td class="column-4">525</td><td class="column-5">4191</td>
	</tr>
	<tr class="odd row-3">
		<td class="column-1">2</td><td class="column-2">Virtual Geek</td><td class="column-3">111</td><td class="column-4">379</td><td class="column-5">2938</td>
	</tr>
	<tr class="even row-4">
		<td class="column-1">3</td><td class="column-2">Scott Lowe</td><td class="column-3">56</td><td class="column-4">397</td><td class="column-5">2889</td>
	</tr>
	<tr class="odd row-5">
		<td class="column-1">4</td><td class="column-2">NTPro.nl</td><td class="column-3">22</td><td class="column-4">349</td><td class="column-5">2062</td>
	</tr>
	<tr class="even row-6">
		<td class="column-1">5</td><td class="column-2">RTFM Education</td><td class="column-3">7</td><td class="column-4">305</td><td class="column-5">1734</td>
	</tr>
	<tr class="odd row-7">
		<td class="column-1">6</td><td class="column-2">Virtualization Evangelist</td><td class="column-3">13</td><td class="column-4">286</td><td class="column-5">1482</td>
	</tr>
	<tr class="even row-8">
		<td class="column-1">7</td><td class="column-2">VM/ETC</td><td class="column-3">5</td><td class="column-4">230</td><td class="column-5">1138</td>
	</tr>
	<tr class="odd row-9">
		<td class="column-1">8</td><td class="column-2">Gabe's Virtual World</td><td class="column-3">8</td><td class="column-4">233</td><td class="column-5">1096</td>
	</tr>
	<tr class="even row-10">
		<td class="column-1">9</td><td class="column-2">Virtual Storage Guy</td><td class="column-3">58</td><td class="column-4">153</td><td class="column-5">990</td>
	</tr>
	<tr class="odd row-11">
		<td class="column-1">10</td><td class="column-2">Virtu-al</td><td class="column-3">18</td><td class="column-4">160</td><td class="column-5">831</td>
	</tr>
	<tr class="even row-12">
		<td class="column-1">11</td><td class="column-2">Virtualization Pro</td><td class="column-3">3</td><td class="column-4">152</td><td class="column-5">744</td>
	</tr>
	<tr class="odd row-13">
		<td class="column-1">12</td><td class="column-2">vCritical</td><td class="column-3">15</td><td class="column-4">144</td><td class="column-5">738</td>
	</tr>
	<tr class="even row-14">
		<td class="column-1">13</td><td class="column-2">VMware Tips</td><td class="column-3">5</td><td class="column-4">155</td><td class="column-5">726</td>
	</tr>
	<tr class="odd row-15">
		<td class="column-1">14</td><td class="column-2">Frank Denneman</td><td class="column-3">22</td><td class="column-4">112</td><td class="column-5">697</td>
	</tr>
	<tr class="even row-16">
		<td class="column-1">15</td><td class="column-2">The VM Guy</td><td class="column-3">2</td><td class="column-4">148</td><td class="column-5">643</td>
	</tr>
	<tr class="odd row-17">
		<td class="column-1">16</td><td class="column-2">Planet VM</td><td class="column-3">4</td><td class="column-4">136</td><td class="column-5">633</td>
	</tr>
	<tr class="even row-18">
		<td class="column-1">17</td><td class="column-2">The SLOG</td><td class="column-3">8</td><td class="column-4">122</td><td class="column-5">614</td>
	</tr>
	<tr class="odd row-19">
		<td class="column-1">18</td><td class="column-2">VMGuru.nl</td><td class="column-3">18</td><td class="column-4">112</td><td class="column-5">569</td>
	</tr>
	<tr class="even row-20">
		<td class="column-1">19</td><td class="column-2">Mike D's</td><td class="column-3">2</td><td class="column-4">122</td><td class="column-5">537</td>
	</tr>
	<tr class="odd row-21">
		<td class="column-1">20</td><td class="column-2">Hypervizor</td><td class="column-3">8</td><td class="column-4">98</td><td class="column-5">453</td>
	</tr>
	<tr class="even row-22">
		<td class="column-1">21</td><td class="column-2">TechHead</td><td class="column-3">12</td><td class="column-4">81</td><td class="column-5">452</td>
	</tr>
	<tr class="odd row-23">
		<td class="column-1">22</td><td class="column-2">vReference</td><td class="column-3">11</td><td class="column-4">90</td><td class="column-5">443</td>
	</tr>
	<tr class="even row-24">
		<td class="column-1">23</td><td class="column-2">Pivot Point</td><td class="column-3">2</td><td class="column-4">82</td><td class="column-5">380</td>
	</tr>
	<tr class="odd row-25">
		<td class="column-1">24</td><td class="column-2">Technodrone</td><td class="column-3">3</td><td class="column-4">84</td><td class="column-5">378</td>
	</tr>
	<tr class="even row-26">
		<td class="column-1">25</td><td class="column-2">Chris Wolf</td><td class="column-3">0</td><td class="column-4">87</td><td class="column-5">375</td>
	</tr>
	<tr class="odd row-27">
		<td class="column-1">26</td><td class="column-2">By The Bell</td><td class="column-3">1</td><td class="column-4">82</td><td class="column-5">358</td>
	</tr>
	<tr class="even row-28">
		<td class="column-1">27</td><td class="column-2">Ken's Virtual Reality</td><td class="column-3">1</td><td class="column-4">79</td><td class="column-5">347</td>
	</tr>
	<tr class="odd row-29">
		<td class="column-1">28</td><td class="column-2">Vinternals</td><td class="column-3">4</td><td class="column-4">80</td><td class="column-5">314</td>
	</tr>
	<tr class="even row-30">
		<td class="column-1">29</td><td class="column-2">Arnim van Lieshout</td><td class="column-3">9</td><td class="column-4">52</td><td class="column-5">304</td>
	</tr>
	<tr class="odd row-31">
		<td class="column-1">30</td><td class="column-2">Run Virtual</td><td class="column-3">0</td><td class="column-4">63</td><td class="column-5">287</td>
	</tr>
	<tr class="even row-32">
		<td class="column-1">31</td><td class="column-2">View Yonder</td><td class="column-3">0</td><td class="column-4">56</td><td class="column-5">276</td>
	</tr>
	<tr class="odd row-33">
		<td class="column-1">32</td><td class="column-2">ESX Virtualization</td><td class="column-3">1</td><td class="column-4">53</td><td class="column-5">263</td>
	</tr>
	<tr class="even row-34">
		<td class="column-1">33</td><td class="column-2">VMware Info</td><td class="column-3">9</td><td class="column-4">56</td><td class="column-5">261</td>
	</tr>
	<tr class="odd row-35">
		<td class="column-1">34</td><td class="column-2">Professional VMware</td><td class="column-3">2</td><td class="column-4">57</td><td class="column-5">243</td>
	</tr>
	<tr class="even row-36">
		<td class="column-1">35</td><td class="column-2">Everyday Virtualization</td><td class="column-3">8</td><td class="column-4">48</td><td class="column-5">231</td>
	</tr>
	<tr class="odd row-37">
		<td class="column-1">36</td><td class="column-2">IT 2.0</td><td class="column-3">3</td><td class="column-4">46</td><td class="column-5">212</td>
	</tr>
	<tr class="even row-38">
		<td class="column-1">37</td><td class="column-2">Virtual Future</td><td class="column-3">8</td><td class="column-4">42</td><td class="column-5">209</td>
	</tr>
	<tr class="odd row-39">
		<td class="column-1">38</td><td class="column-2">2 VCPs</td><td class="column-3">1</td><td class="column-4">53</td><td class="column-5">207</td>
	</tr>
	<tr class="even row-40">
		<td class="column-1">39</td><td class="column-2">Virtual Kenneth</td><td class="column-3">5</td><td class="column-4">34</td><td class="column-5">200</td>
	</tr>
	<tr class="odd row-41">
		<td class="column-1">40</td><td class="column-2">Gerben Blog</td><td class="column-3">1</td><td class="column-4">33</td><td class="column-5">194</td>
	</tr>
	<tr class="even row-42">
		<td class="column-1">41</td><td class="column-2">VM Today</td><td class="column-3">1</td><td class="column-4">41</td><td class="column-5">189</td>
	</tr>
	<tr class="odd row-43">
		<td class="column-1">42</td><td class="column-2">The Virtualization Practice</td><td class="column-3">6</td><td class="column-4">38</td><td class="column-5">188</td>
	</tr>
	<tr class="even row-44">
		<td class="column-1">43</td><td class="column-2">Andi Mann</td><td class="column-3">0</td><td class="column-4">40</td><td class="column-5">188</td>
	</tr>
	<tr class="odd row-45">
		<td class="column-1">44</td><td class="column-2">SearchServerVirtualization</td><td class="column-3">4</td><td class="column-4">43</td><td class="column-5">187</td>
	</tr>
	<tr class="even row-46">
		<td class="column-1">45</td><td class="column-2">Virtual Insanity</td><td class="column-3">4</td><td class="column-4">40</td><td class="column-5">180</td>
	</tr>
	<tr class="odd row-47">
		<td class="column-1">46</td><td class="column-2">Virtual VCP</td><td class="column-3">0</td><td class="column-4">41</td><td class="column-5">179</td>
	</tr>
	<tr class="even row-48">
		<td class="column-1">47</td><td class="column-2">Musings of Rodos</td><td class="column-3">4</td><td class="column-4">35</td><td class="column-5">176</td>
	</tr>
	<tr class="odd row-49">
		<td class="column-1">48</td><td class="column-2">Virtualized Reality</td><td class="column-3">9</td><td class="column-4">31</td><td class="column-5">176</td>
	</tr>
	<tr class="even row-50">
		<td class="column-1">49</td><td class="column-2">Beaver's Virtual Dam</td><td class="column-3">2</td><td class="column-4">42</td><td class="column-5">176</td>
	</tr>
	<tr class="odd row-51">
		<td class="column-1">50</td><td class="column-2">Jume</td><td class="column-3">1</td><td class="column-4">38</td><td class="column-5">175</td>
	</tr>
	<tr class="even row-52">
		<td class="column-1">51</td><td class="column-2">Rational Survivability</td><td class="column-3">0</td><td class="column-4">40</td><td class="column-5">174</td>
	</tr>
	<tr class="odd row-53">
		<td class="column-1">52</td><td class="column-2">Tech Prosaic</td><td class="column-3">3</td><td class="column-4">33</td><td class="column-5">174</td>
	</tr>
	<tr class="even row-54">
		<td class="column-1">53</td><td class="column-2">Vinf.net</td><td class="column-3">2</td><td class="column-4">30</td><td class="column-5">171</td>
	</tr>
	<tr class="odd row-55">
		<td class="column-1">54</td><td class="column-2">VMPros.nl</td><td class="column-3">2</td><td class="column-4">47</td><td class="column-5">166</td>
	</tr>
	<tr class="even row-56">
		<td class="column-1">55</td><td class="column-2">Jase's Place</td><td class="column-3">0</td><td class="column-4">37</td><td class="column-5">162</td>
	</tr>
	<tr class="odd row-57">
		<td class="column-1">56</td><td class="column-2">Virtual Lifestyle</td><td class="column-3">0</td><td class="column-4">32</td><td class="column-5">160</td>
	</tr>
	<tr class="even row-58">
		<td class="column-1">57</td><td class="column-2">Virtualization Information</td><td class="column-3">1</td><td class="column-4">31</td><td class="column-5">140</td>
	</tr>
	<tr class="odd row-59">
		<td class="column-1">58</td><td class="column-2">Virtual Cloud</td><td class="column-3">0</td><td class="column-4">31</td><td class="column-5">133</td>
	</tr>
	<tr class="even row-60">
		<td class="column-1">59</td><td class="column-2">Roger Lund</td><td class="column-3">2</td><td class="column-4">28</td><td class="column-5">123</td>
	</tr>
	<tr class="odd row-61">
		<td class="column-1">60</td><td class="column-2">Lone SysAdmin</td><td class="column-3">0</td><td class="column-4">31</td><td class="column-5">115</td>
	</tr>
	<tr class="even row-62">
		<td class="column-1">61</td><td class="column-2">Malaysia VM</td><td class="column-3">2</td><td class="column-4">29</td><td class="column-5">114</td>
	</tr>
	<tr class="odd row-63">
		<td class="column-1">62</td><td class="column-2">Daily Hypervisor</td><td class="column-3">0</td><td class="column-4">27</td><td class="column-5">111</td>
	</tr>
	<tr class="even row-64">
		<td class="column-1">63</td><td class="column-2">The HyperAdvisor</td><td class="column-3">0</td><td class="column-4">24</td><td class="column-5">86</td>
	</tr>
	<tr class="odd row-65">
		<td class="column-1">64</td><td class="column-2">Going Virtual</td><td class="column-3">0</td><td class="column-4">6</td><td class="column-5">38</td>
	</tr>
	<tr class="even row-66">
		<td class="column-1">65</td><td class="column-2">Knudt Blog</td><td class="column-3">0</td><td class="column-4">8</td><td class="column-5">28</td>
	</tr>
	<tr class="odd row-67">
		<td class="column-1">66</td><td class="column-2">LucD.info</td><td class="column-3">0</td><td class="column-4">4</td><td class="column-5">23</td>
	</tr>
</tbody>
</table>
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://vsphere-land.com/news/the-top-blog-full-voting-results.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>And the winners of the top VMware/virtualization blog are…</title>
		<link>http://vsphere-land.com/news/and-the-winners-of-the-top-vmwarevirtualization-blog-are.html</link>
		<comments>http://vsphere-land.com/news/and-the-winners-of-the-top-vmwarevirtualization-blog-are.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 19:21:48 +0000</pubDate>
		<dc:creator>esiebert7625</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Top Blog]]></category>

		<guid isPermaLink="false">http://vsphere-land.com/?p=1711</guid>
		<description><![CDATA[Well I&#8217;m not saying, watch the presentation to find out, I&#8217;ll be doing another post later on with the full results as well as some detail on the process I used to sort through the votes and score them to determine the winners. Congratulations to all the winners, there were many newcomers to the top [...]]]></description>
			<content:encoded><![CDATA[<p>Well I&#8217;m not saying, watch the presentation to find out, I&#8217;ll be doing another post later on with the full results as well as some detail on the process I used to sort through the votes and score them to determine the winners. Congratulations to all the winners, there were many newcomers to the top 25 blog roll. I&#8217;ll be sending you graphics that you can display on your website to reflect your achievements. The winners of the TrainSignal vSphere DVD training course will be announced in my next post.  <a href="http://vsphere-land.com/TopBlogs.swf" target="_blank">Click here to see the results presentation in a new window</a> <object width="600" height="500" data="http://vsphere-land.com/TopBlogs.swf" type="application/x-shockwave-flash"><param name="name" value="presentation" /><param name="bgcolor" value="#ffffff" /><param name="align" value="middle" /><param name="src" value="http://vsphere-land.com/TopBlogs.swf" /><param name="allowfullscreen" value="true" /><param name="quality" value="high" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://vsphere-land.com/news/and-the-winners-of-the-top-vmwarevirtualization-blog-are.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Last chance to vote for your favorite blog</title>
		<link>http://vsphere-land.com/news/last-chance-to-vote-for-your-favorite-blog.html</link>
		<comments>http://vsphere-land.com/news/last-chance-to-vote-for-your-favorite-blog.html#comments</comments>
		<pubDate>Wed, 13 Jan 2010 17:08:50 +0000</pubDate>
		<dc:creator>esiebert7625</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Top Blogs]]></category>

		<guid isPermaLink="false">http://vsphere-land.com/?p=1708</guid>
		<description><![CDATA[Voting for the top VMware/virtualization blogs will close this Friday night , 1/15 at 10:00pm MST so if you haven&#8217;t voted yet be sure and get your vote in. Over 850 votes have been cast already and the Top 25 blogs will definitely look different than it is right now. The results will be announced [...]]]></description>
			<content:encoded><![CDATA[<p>Voting for the top VMware/virtualization blogs will close this Friday night , 1/15 at 10:00pm MST so if you haven&#8217;t voted yet be sure and get your <a href="http://vote.vsphere-land.com">vote</a> in. Over 850 votes have been cast already and the Top 25 blogs will definitely look different than it is right now. The results will be announced on Monday after I spend the weekend going through the data, I&#8217;ll be publishing a Powerpoint presentation converted to Flash with the voting details and the winners. So stay tuned&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://vsphere-land.com/news/last-chance-to-vote-for-your-favorite-blog.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>What I did in 2009</title>
		<link>http://vsphere-land.com/news/what-i-did-in-2009.html</link>
		<comments>http://vsphere-land.com/news/what-i-did-in-2009.html#comments</comments>
		<pubDate>Sat, 09 Jan 2010 04:41:28 +0000</pubDate>
		<dc:creator>esiebert7625</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://vsphere-land.com/?p=1666</guid>
		<description><![CDATA[2009 was a very busy year for me so I thought I would recap what I did and wrote during 2009. For starters I wrote a book that was published by Pearson Publishing entitled VMware VI3 Implementation &#38; Administration. Having enjoyed that experience I also started writing a 2nd book on vSphere that will be [...]]]></description>
			<content:encoded><![CDATA[<p>2009 was a very busy year for me so I thought I would recap what I did and wrote during 2009. For starters I wrote a book that was published by Pearson Publishing entitled <a href="http://www.amazon.com/VMware-Implementation-Administration-Eric-Siebert/dp/0137007035/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1240973648&amp;sr=8-1">VMware VI3 Implementation &amp; Administration</a>. Having enjoyed that experience I also started writing a 2nd book on vSphere that will be published in 2010. It seems like I&#8217;ve been writing non-stop, besides the books I also write blog posts and tips for at least 6 different Tech Target websites. I am a member of the <a href="http://searchservervirtualization.techtarget.com/generic/0,295582,sid94_gci1360506,00.html">Server Virtualization Advisory Board</a> for SearchServerVirtualization.com and also write a regular column for SearchVMware.com entitled Virtualization Viewpoints.</p>
<p>I was commissioned by Veeam to write a <a href="http://www.veeam.com/go/vmware-vsphere-backup-wp">white paper</a> for them to coincide with their new Veeam 4.0 product launch. I was named as one of the 300 vExperts by VMware in Fed. 2009. I attended VMworld this year as a member of the press and was again a judge for the Best of VMworld awards in the Security category. Besides all that I still find time to maintain this website, sorting through links and collecting and posting them is very time-consuming. Below is a list of some of work of mine that was published in 2009:</p>
<ul>
<li><a href="http://searchstorage.techtarget.com/magazineFeature/0,296894,sid5_gci1377765,00.html">Everything you need to know about vSphere and data storage</a> (SearchStorage.com magazine)</li>
<li><a href="http://searchvmware.techtarget.com/generic/0,295582,sid179_gci1378166,00.html">VMware 2009: Never a dull moment</a> (SearchVMware.com)</li>
<li><a href="http://searchvmware.techtarget.com/tip/0,289483,sid179_gci1375437,00.html">The Mechanics of VMware GO</a> (SearchVMware.com)</li>
<li><a href="http://searchdatabackup.techtarget.com/tip/0,289483,sid187_gci1373361,00.html">A review of VMware disk-to-disk backup apps: Veeam, Vizioncore, PHD Virtual and VDR</a> (SearchDataBackup.com)</li>
<li><a href="http://searchvmware.techtarget.com/tip/0,289483,sid179_gci1371999,00.html">Virtual-to-physical conversions: Why and how</a> (SearchVMware.com)</li>
<li><a href="http://searchvmware.techtarget.com/tip/0,289483,sid179_gci1363051,00.html">VMware vShield Zones: What it is and how it works</a> (vShield Zones Pt. 1) (SearchVMware.com)</li>
<li><a href="http://searchvmware.techtarget.com/tip/0,289483,sid179_gci1363134,00.html">Installing and configuring vShield Zones</a> (vShield Zones Pt. 2) (SearchVMware.com)</li>
<li><a href="http://searchvmware.techtarget.com/tip/0,289483,sid179_gci1363438,00.html">Quick tips for managing vShield Zones</a> (vShield Zones Pt. 3) (SearchVMware.com)</li>
<li><a href="http://searchvmware.techtarget.com/tip/0,289483,sid179_gci1350469,00.html">Determining the right size for your VMware VMFS data stores</a> (SearchVMware.com)</li>
<li><a href="http://searchvmware.techtarget.com/generic/0,295582,sid179_gci1377439,00.html">Virtualizing may cost more, but the benefits are worth it</a> (SearchVMware.com)</li>
<li><a href="http://searchvmware.techtarget.com/tip/0,289483,sid179_gci1348873,00.html">Choosing a virtual disk type for VMware ESX: Raw, thick and thin disks</a> (SearchVMware.com)</li>
<li><a href="http://searchvmware.techtarget.com/tip/0,289483,sid179_gci1354027,00.html">VMware vSphere: Got 64-bit hardware?</a> (SearchVMware.com)</li>
<li><a href="http://searchservervirtualization.techtarget.com/tip/0,289483,sid94_gci1350764,00.html">Blades vs. rack servers: Basic purchasing principles still apply</a> (Choosing hardware for virtual servers series Pt. 1) (SearchServerVirtualization.com)</li>
<li><a href="http://searchservervirtualization.techtarget.com/tip/0,289483,sid94_gci1352447,00.html">Selecting CPU, processors and memory for virtualized environments</a> (Choosing hardware for virtual servers series Pt. 2) (SearchServerVirtualization.com)</li>
<li><a href="http://searchvmware.techtarget.com/tip/0,289483,sid179_gci1347396,00.html">PowerShell scripting with VMware ESX tutorial: Installing and using the PowerShell tool</a> (PowerShell series Pt. 1) (SearchVMware.com)</li>
<li><a href="http://searchvmware.techtarget.com/tip/0,289483,sid179_gci1352704_mem1,00.html">PowerShell scripting for VMware ESX: Using Quest’s PowerGUI PowerPack script editor</a> (PowerShell series Pt. 2) (SearchVMware.com)</li>
<li><a href="http://itknowledgeexchange.techtarget.com/virtualization-pro/what-is-changed-block-tracking-in-vsphere/">What is Changed Block Tracking in vSphere?</a> (Virtualization Pro blog)</li>
<li><a href="http://itknowledgeexchange.techtarget.com/virtualization-pro/does-virtualization-really-reduce-administrator-headcount-and-workloads/">Does virtualization really reduce administrator headcount and workloads?</a> (Virtualization Pro blog)</li>
<li><a href="http://itknowledgeexchange.techtarget.com/virtualization-pro/several-ways-to-explain-virtualization-to-a-non-techie-person/">Several ways to explain virtualization to a non-techie person</a> (Virtualization Pro blog)</li>
<li><a href="http://itknowledgeexchange.techtarget.com/virtualization-pro/what-are-ip-pools-and-vapps/">What are IP Pools and vApps?</a> (Virtualization Pro blog)</li>
<li><a href="http://itknowledgeexchange.techtarget.com/virtualization-pro/what-is-virtualization/">What is virtualization?</a> (Virtualization Pro blog)</li>
<li><a href="http://itknowledgeexchange.techtarget.com/virtualization-pro/removing-old-hardware-after-a-p2v-conversion/">Removing old hardware after a P2V conversion</a> (Virtualization Pro blog)</li>
<li><a href="http://itknowledgeexchange.techtarget.com/virtualization-pro/are-you-taking-advantage-of-vmware-knowledge-on-the-web/">Are you taking advantage of VMware knowledge on the Web?</a> (Virtualization Pro blog)</li>
<li><a href="http://itknowledgeexchange.techtarget.com/virtualization-pro/virtualizing-lotus-domino-servers-support-concerns/">Virtualizing Lotus Domino servers: Support concerns</a> (Virtualization Pro blog)</li>
<li><a href="http://itknowledgeexchange.techtarget.com/virtualization-pro/the-process-behind-judging-the-best-of-vmworld-awards/">The process behind judging the Best of VMworld awards</a> (Virtualization Pro blog)</li>
<li><a href="http://itknowledgeexchange.techtarget.com/virtualization-pro/using-storage-vmotion-to-keep-critical-servers-up-when-shared-storage-is-down/">Using Storage VMotion to keep critical servers up when shared storage is down</a> (Virtualization Pro blog)</li>
<li><a href="http://itknowledgeexchange.techtarget.com/virtualization-pro/scheduling-virtual-cpus/">Scheduling virtual CPUs</a> (Virtualization Pro blog)</li>
<li><a href="http://itknowledgeexchange.techtarget.com/virtualization-pro/more-details-on-vmwares-fault-tolerance-feature/">More details on VMware&#8217;s Fault Tolerance feature</a> (Virtualization Pro blog)</li>
<li><a href="http://itknowledgeexchange.techtarget.com/virtualization-pro/the-key-to-successfully-virtualize-domino-servers/">The key to successfully virtualized Domino servers</a> (Virtualization Pro blog)</li>
<li><a href="http://itknowledgeexchange.techtarget.com/virtualization-pro/vmware%e2%80%99s-hardware-compatibility-list/">VMware&#8217;s hardware compatibility list</a> (Virtualization Pro blog)</li>
<li><a href="http://itknowledgeexchange.techtarget.com/virtualization-pro/vmware-fault-tolerance-what-it-is-and-how-it-works/">VMware Fault Tolerance: What it is and how it works</a> (Virtualization Pro blog)</li>
<li><a href="http://itknowledgeexchange.techtarget.com/virtualization-pro/pointers-for-using-thin-provisioned-disks/">Pointers for using thin-provisioned disks</a> (Virtualization Pro blog)</li>
<li><a href="http://itknowledgeexchange.techtarget.com/virtualization-pro/troubleshooting-mysterious-vm-resets/">Troubleshooting mysterious VM resets</a> (Virtualization Pro blog)</li>
<li><a href="http://itknowledgeexchange.techtarget.com/virtualization-pro/what-it-means-to-be-a-vexpert/">What it means to be a vExpert</a> (Virtualization Pro blog)</li>
<li><a href="http://itknowledgeexchange.techtarget.com/virtualization-pro/virtualizing-lotus-domino-servers/">Virtualizing Lotus Domino servers</a> (Virtualization Pro blog)</li>
<li><a href="http://itknowledgeexchange.techtarget.com/virtualization-pro/lord-of-the-virtual-rings-why-hardware-matters-to-your-vms/">Lord of the virtual rings: Why hardware matters to your VMs</a> (Virtualization Pro blog)</li>
<li><a href="http://itknowledgeexchange.techtarget.com/virtualization-pro/a-brief-history-of-vmware-2/">A brief history of VMware</a> (Virtualization Pro blog)</li>
<li><a href="http://itknowledgeexchange.techtarget.com/virtualization-pro/defragmenting-virtual-machine-disk-files/">Defragmenting virtual machine disk files</a> (Virtualization Pro blog)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://vsphere-land.com/news/what-i-did-in-2009.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Time to vote for your favorite bloggers</title>
		<link>http://vsphere-land.com/news/time-to-vote-for-your-favorite-bloggers.html</link>
		<comments>http://vsphere-land.com/news/time-to-vote-for-your-favorite-bloggers.html#comments</comments>
		<pubDate>Mon, 04 Jan 2010 03:26:40 +0000</pubDate>
		<dc:creator>esiebert7625</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://vsphere-land.com/?p=1630</guid>
		<description><![CDATA[Here they are, the current top 20 VMware &#38; virtualization related bloggers:
Can anyone knock Duncan Epping from the top spot? Chad Sakac made a run up to the #3 position in the last vote, can he go any higher? Interesting enough, Scott Lowe in the #2 position now works for Chad Sakac, can Scott stay [...]]]></description>
			<content:encoded><![CDATA[<p>Here they are, the current <a href="http://vlp.vsphere-land.com/">top 20 VMware &amp; virtualization related bloggers</a>:</p>

<a href='http://vsphere-land.com/news/time-to-vote-for-your-favorite-bloggers.html/attachment/1' title='1'><img src="http://vsphere-land.com/wp-content/uploads/1.jpg" width="73" height="73" class="attachment-thumbnail" alt="" /></a>
<a href='http://vsphere-land.com/news/time-to-vote-for-your-favorite-bloggers.html/attachment/2' title='2'><img src="http://vsphere-land.com/wp-content/uploads/2.png" width="73" height="73" class="attachment-thumbnail" alt="" /></a>
<a href='http://vsphere-land.com/news/time-to-vote-for-your-favorite-bloggers.html/attachment/3' title='3'><img src="http://vsphere-land.com/wp-content/uploads/3.jpg" width="73" height="73" class="attachment-thumbnail" alt="" /></a>
<a href='http://vsphere-land.com/news/time-to-vote-for-your-favorite-bloggers.html/attachment/4' title='4'><img src="http://vsphere-land.com/wp-content/uploads/4.jpg" width="73" height="73" class="attachment-thumbnail" alt="" /></a>
<a href='http://vsphere-land.com/news/time-to-vote-for-your-favorite-bloggers.html/attachment/5' title='5'><img src="http://vsphere-land.com/wp-content/uploads/5.jpg" width="73" height="73" class="attachment-thumbnail" alt="" /></a>
<a href='http://vsphere-land.com/news/time-to-vote-for-your-favorite-bloggers.html/attachment/6' title='6'><img src="http://vsphere-land.com/wp-content/uploads/6.jpg" width="73" height="73" class="attachment-thumbnail" alt="" /></a>
<a href='http://vsphere-land.com/news/time-to-vote-for-your-favorite-bloggers.html/attachment/7' title='7'><img src="http://vsphere-land.com/wp-content/uploads/7.jpg" width="73" height="73" class="attachment-thumbnail" alt="" /></a>
<a href='http://vsphere-land.com/news/time-to-vote-for-your-favorite-bloggers.html/attachment/8' title='8'><img src="http://vsphere-land.com/wp-content/uploads/8.jpeg" width="73" height="73" class="attachment-thumbnail" alt="" /></a>
<a href='http://vsphere-land.com/news/time-to-vote-for-your-favorite-bloggers.html/attachment/9' title='9'><img src="http://vsphere-land.com/wp-content/uploads/9.jpg" width="73" height="73" class="attachment-thumbnail" alt="" /></a>
<a href='http://vsphere-land.com/news/time-to-vote-for-your-favorite-bloggers.html/attachment/10' title='10'><img src="http://vsphere-land.com/wp-content/uploads/10.jpg" width="73" height="73" class="attachment-thumbnail" alt="" /></a>
<a href='http://vsphere-land.com/news/time-to-vote-for-your-favorite-bloggers.html/attachment/11' title='11'><img src="http://vsphere-land.com/wp-content/uploads/11.png" width="73" height="73" class="attachment-thumbnail" alt="" /></a>
<a href='http://vsphere-land.com/news/time-to-vote-for-your-favorite-bloggers.html/attachment/12' title='12'><img src="http://vsphere-land.com/wp-content/uploads/12.jpg" width="73" height="73" class="attachment-thumbnail" alt="" /></a>
<a href='http://vsphere-land.com/news/time-to-vote-for-your-favorite-bloggers.html/attachment/13' title='13'><img src="http://vsphere-land.com/wp-content/uploads/13.jpg" width="73" height="73" class="attachment-thumbnail" alt="" /></a>
<a href='http://vsphere-land.com/news/time-to-vote-for-your-favorite-bloggers.html/attachment/14' title='14'><img src="http://vsphere-land.com/wp-content/uploads/14.jpg" width="73" height="73" class="attachment-thumbnail" alt="" /></a>
<a href='http://vsphere-land.com/news/time-to-vote-for-your-favorite-bloggers.html/attachment/15' title='15'><img src="http://vsphere-land.com/wp-content/uploads/15.jpg" width="73" height="73" class="attachment-thumbnail" alt="" /></a>
<a href='http://vsphere-land.com/news/time-to-vote-for-your-favorite-bloggers.html/attachment/16' title='16'><img src="http://vsphere-land.com/wp-content/uploads/16.jpg" width="73" height="73" class="attachment-thumbnail" alt="" /></a>
<a href='http://vsphere-land.com/news/time-to-vote-for-your-favorite-bloggers.html/attachment/17' title='17'><img src="http://vsphere-land.com/wp-content/uploads/17.jpg" width="73" height="73" class="attachment-thumbnail" alt="" /></a>
<a href='http://vsphere-land.com/news/time-to-vote-for-your-favorite-bloggers.html/attachment/18' title='18'><img src="http://vsphere-land.com/wp-content/uploads/18.jpg" width="73" height="73" class="attachment-thumbnail" alt="" /></a>
<a href='http://vsphere-land.com/news/time-to-vote-for-your-favorite-bloggers.html/attachment/19' title='19'><img src="http://vsphere-land.com/wp-content/uploads/19.jpg" width="73" height="73" class="attachment-thumbnail" alt="" /></a>
<a href='http://vsphere-land.com/news/time-to-vote-for-your-favorite-bloggers.html/attachment/20' title='20'><img src="http://vsphere-land.com/wp-content/uploads/20.jpg" width="73" height="73" class="attachment-thumbnail" alt="" /></a>

<p>Can anyone knock <a href="http://www.yellow-bricks.com/">Duncan Epping</a> from the top spot? <a href="http://virtualgeek.typepad.com/virtual_geek/">Chad Sakac</a> made a run up to the #3 position in the last vote, can he go any higher? Interesting enough, <a href="http://blog.scottlowe.org/">Scott Lowe</a> in the #2 position now works for Chad Sakac, can Scott stay ahead of his new boss? There are also many new bloggers out there producing some great content who could make the list like <a href="http://www.hypervizor.com/">Hany Michael</a>, <a href="http://www.virtualinsanity.com/">Scott Sauer/Aaron Sweemer</a>, <a href="http://technodrone.blogspot.com/">Maish Saidel-Keesing</a>, <a href="http://vpivot.com/">Scott Drummonds</a>, <a href="http://frankdenneman.wordpress.com/">Frank Denneman</a> and <a href="http://viewyonder.com/">Steve Chambers</a>. Your votes will decide the winners and help decide the Top 25 bloggers. I&#8217;ve decided to expand the Top 20 to the Top 25 because there are so many great blogs out there.</p>
<p>So here&#8217;s how it works, you pick your top 10 favorite blogs, the survey will be open for two weeks. Once all the votes have been cast I&#8217;ll add them up and using weights (#1 vote = 10 points, #2 vote equals 9 points, etc.) and calculate the Top 25 blogs. Because of the cost of the online survey tool I&#8217;ve acquired a sponsor to help cover the costs. <a href="http://www.trainsignal.com/Default.aspx">TrainSignal</a> is the sponsor of this survey and as an added bonus they are giving away two copies of their awesome <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">vSphere DVD training course</a> to two voters who will be randomly selected. to vote you simply number your 10 favorite blogs from 1 to 10 with 1 being your most favorite blog. Your numbers must add up to 55 (1 through 10 added together) and we have controls in place so you can only vote once. The top 10 winners will receive a graphic image with their place number that they can display on their website.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://vsphere-land.com/images/vsphereland-1-blog2.png" alt="" width="301" height="61" /></p>
<p>When casting your vote we hope you are fair and use the following guidelines:</p>
<ul>
<li>frequency (how often they post)</li>
<li>quality (how well the posts are)</li>
<li>length (how long the posts are)</li>
<li>longevity (how long they have been blogging for)</li>
</ul>
<p>Please note for added protection this time against duplicate votes I&#8217;m now using IP address protection which limits one vote per IP address. While this method is more effective then using cookies it may prevent multiple users in corporate environments that use NAT from casting votes. As a workaround to that situation you can have people vote from a mobile device or home computer instead.</p>
<p>So bloggers, start your engines and let the voting begin, you can go to <a href="http://vote.vsphere-land.com">http://vote.vsphere-land.com</a> or click the below link to cast your vote&#8230;<br />
<br class="blank" /></p>
<p style="text-align: center;"><a href="http://www.surveygizmo.com/s/222837/pick-your-top-10-favorite-blogs"><span style="font-size: xx-large;">Click here to vote</span></a></p>
<p><br class="blank" /></p>
]]></content:encoded>
			<wfw:commentRss>http://vsphere-land.com/news/time-to-vote-for-your-favorite-bloggers.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
