<?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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Sean Crookston</title>
	
	<link>http://www.seancrookston.com</link>
	<description />
	<lastBuildDate>Mon, 13 Feb 2012 13:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/SeanCrookstonsBlog" /><feedburner:info uri="seancrookstonsblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>SeanCrookstonsBlog</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Setting vCenter Alarms with PowerCLI</title>
		<link>http://feedproxy.google.com/~r/SeanCrookstonsBlog/~3/vmuI9VZM1ug/</link>
		<comments>http://www.seancrookston.com/2012/02/13/setting-vcenter-alarms-with-powercli/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 13:00:00 +0000</pubDate>
		<dc:creator>Sean Crookston</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[PowerCLI]]></category>
		<category><![CDATA[vCenter Alarms]]></category>

		<guid isPermaLink="false">http://www.seancrookston.com/2012/02/13/setting-vcenter-alarms-with-powercli/</guid>
		<description><![CDATA[vCenter as of version 5.0 defines 54 default alarms that can be configured for notification. What vCenter does not provide however is a way to automatically configure all those alarms to be sent to a single email address without having to manually go into each alarm. The below PowerShell script however will take care of]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.seancrookston.com%2F2012%2F02%2F13%2Fsetting-vcenter-alarms-with-powercli%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif&amp;style=normal&amp;service=bit.ly&amp;service_api=R_57d6cf2fc8c1624abad08d5dae8d1a39&amp;space=1&amp;hashtags=PowerCLI,vCenter+Alarms,VMware&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>vCenter as of version 5.0 defines 54 default alarms that can be configured for notification. What vCenter does not provide however is a way to automatically configure all those alarms to be sent to a single email address without having to manually go into each alarm. The below PowerShell script however will take care of that. After configuring the vCenter server connection information and changing the email address, this script will setup emails that are triggered by any change in alarm state. This is a one time email per state change, however you could use the –repeat option to set repeat emails for certain states if desired.</p>
<p>Note that in the Code you will not see anything to set the Yellow—&gt;Red state. I could not find this documented anywhere but by default it appears this will be set. Including it in the code would result in errors.</p>
<p><a href="http://www.seancrookston.com/set_alarms.ps1">http://www.seancrookston.com/set_alarms.ps1</a></p>
<p>I also managed to find someone who has written a much smaller set of code that will look for all existing alarms and set email notifications as well as another individual with a similar script for setting alarms.Check out these two posting for more details.</p>
<p><a href="http://jpaul.me/?p=1999">http://jpaul.me/?p=1999</a></p>
<p><a href="http://www.van-lieshout.com/2012/01/powercli-automation-create-vcenter-notification-email-alarm-action/">http://www.van-lieshout.com/2012/01/powercli-automation-create-vcenter-notification-email-alarm-action/</a></p>
<p>If you would like to know more about the various PowerCLI commands for alarms be sure to check out this VMware posting:</p>
<p><a href="http://blogs.vmware.com/vipowershell/2010/12/managing-vsphere-alarms-with-powercli.html">http://blogs.vmware.com/vipowershell/2010/12/managing-vsphere-alarms-with-powercli.html</a></p>
<p> <textbox></textbox></p>
<ul class="related_post"><li><a href="http://www.seancrookston.com/2010/09/07/vcap-dca-objective-8-1-execute-vmware-cmdlets-and-customize-scripts-using-powercli/" title="VCAP-DCA Objective 8.1 : Execute VMware Cmdlets and Customize Scripts Using PowerCLI">VCAP-DCA Objective 8.1 : Execute VMware Cmdlets and Customize Scripts Using PowerCLI</a></li><li><a href="http://www.seancrookston.com/2010/08/15/a-couple-of-new-things/" title="A couple of new things">A couple of new things</a></li><li><a href="http://www.seancrookston.com/other-pages/powercli/" title="PowerCLI">PowerCLI</a></li><li><a href="http://www.seancrookston.com/2012/01/09/forcing-a-kernel-dump-on-a-vsphere-host-the-purple-screen-of-death/" title="Forcing a Kernel Dump on a vSphere Host : The Purple Screen of Death">Forcing a Kernel Dump on a vSphere Host : The Purple Screen of Death</a></li><li><a href="http://www.seancrookston.com/2011/12/28/great-vmware-vcp-5-resources-page/" title="Great VMware VCP 5 Resources Page">Great VMware VCP 5 Resources Page</a></li><li><a href="http://www.seancrookston.com/2011/12/21/another-great-vcap-dca-resource/" title="Another Great VCAP-DCA Resource">Another Great VCAP-DCA Resource</a></li><li><a href="http://www.seancrookston.com/2011/10/12/vcdx-defense-preparation/" title="VCDX Defense Preparation">VCDX Defense Preparation</a></li><li><a href="http://www.seancrookston.com/2011/09/19/what-happens-with-vmfs-luns-greater-then-2-tb/" title="What Happens With VMFS3 LUNs Greater Then 2 TB">What Happens With VMFS3 LUNs Greater Then 2 TB</a></li><li><a href="http://www.seancrookston.com/2011/09/13/vcap-dcd-tips-and-exam-experience/" title="VCAP-DCD Tips and Exam Experience">VCAP-DCD Tips and Exam Experience</a></li><li><a href="http://www.seancrookston.com/2011/09/01/vmworld-experience-day-3-vmworld/" title="VMworld Experience Day 3 #VMworld">VMworld Experience Day 3 #VMworld</a></li></ul>
<p><a href="http://feedads.g.doubleclick.net/~a/xliZJELshHsQaNRrcam9-CI8Xb4/0/da"><img src="http://feedads.g.doubleclick.net/~a/xliZJELshHsQaNRrcam9-CI8Xb4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/xliZJELshHsQaNRrcam9-CI8Xb4/1/da"><img src="http://feedads.g.doubleclick.net/~a/xliZJELshHsQaNRrcam9-CI8Xb4/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SeanCrookstonsBlog/~4/vmuI9VZM1ug" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.seancrookston.com/2012/02/13/setting-vcenter-alarms-with-powercli/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.seancrookston.com/2012/02/13/setting-vcenter-alarms-with-powercli/</feedburner:origLink></item>
		<item>
		<title>Forcing a Kernel Dump on a vSphere Host : The Purple Screen of Death</title>
		<link>http://feedproxy.google.com/~r/SeanCrookstonsBlog/~3/SyljqUjYCEA/</link>
		<comments>http://www.seancrookston.com/2012/01/09/forcing-a-kernel-dump-on-a-vsphere-host-the-purple-screen-of-death/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 13:30:00 +0000</pubDate>
		<dc:creator>Sean Crookston</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[Kernel Dump]]></category>
		<category><![CDATA[PSOD]]></category>
		<category><![CDATA[Purple Screen of Death]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://www.seancrookston.com/2012/01/09/forcing-a-kernel-dump-on-a-vsphere-host-the-purple-screen-of-death/</guid>
		<description><![CDATA[This is nothing new however I thought I’d share on how to force a PSOD on a vSphere host in case you were not aware. I had done this a while back but was unable to retrieve the information my self when searching. Thanks to @CianoKuraz &#38; @lamw(http://www.virtuallyghetto.com) for their help on Twitter. Eric Sloof]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.seancrookston.com%2F2012%2F01%2F09%2Fforcing-a-kernel-dump-on-a-vsphere-host-the-purple-screen-of-death%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif&amp;style=normal&amp;service=bit.ly&amp;service_api=R_57d6cf2fc8c1624abad08d5dae8d1a39&amp;space=1&amp;hashtags=Kernel+Dump,PSOD,Purple+Screen+of+Death,VMware,vsphere&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>This is nothing new however I thought I’d share on how to force a PSOD on a vSphere host in case you were not aware. I had done this a while back but was unable to retrieve the information my self when searching. Thanks to @CianoKuraz &amp; @lamw(<a href="http://www.virtuallyghetto.com">http://www.virtuallyghetto.com</a>) for their help on Twitter.</p>
<p>Eric Sloof (<a href="http://www.ntpro.nl">http://www.ntpro.nl</a>) documented this quite some time ago on his website <a href="http://www.ntpro.nl/blog/archives/1388-Lets-create-some-Kernel-Panic-using-vsish.html" target="_blank">here.</a> The process is quite easy and goes as follows:</p>
<ul>
<li>Connect to the vSphere host via SSH. </li>
<li>Type vsish </li>
<li>Type set /reliability/crashMe/Panic </li>
</ul>
<p>Alternatively you can send an NMI interrupt. This depends on your hardware and if you are interested in learning more about this check out <a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1014767" target="_blank">VMware KB 1014767</a></p>
<ul class="related_post"><li><a href="http://www.seancrookston.com/2011/10/12/vcdx-defense-preparation/" title="VCDX Defense Preparation">VCDX Defense Preparation</a></li><li><a href="http://www.seancrookston.com/2011/09/19/what-happens-with-vmfs-luns-greater-then-2-tb/" title="What Happens With VMFS3 LUNs Greater Then 2 TB">What Happens With VMFS3 LUNs Greater Then 2 TB</a></li><li><a href="http://www.seancrookston.com/2011/08/30/design-considerations-for-the-vmware-vsa/" title="Design Considerations for the VMware VSA">Design Considerations for the VMware VSA</a></li><li><a href="http://www.seancrookston.com/2011/08/10/how-do-you-protect-vcenter/" title="How do you protect vCenter?">How do you protect vCenter?</a></li><li><a href="http://www.seancrookston.com/2011/07/12/vsphere-5-for-the-smb/" title="vSphere 5 for the SMB">vSphere 5 for the SMB</a></li><li><a href="http://www.seancrookston.com/2011/06/27/vmware-vsphere-issue-no-outbound-network-connectivity/" title="VMware vSphere Issue : No Outbound Network Connectivity">VMware vSphere Issue : No Outbound Network Connectivity</a></li><li><a href="http://www.seancrookston.com/2011/01/19/vmware-vsphere-design-workshop-review/" title="VMware vSphere Design Workshop Review">VMware vSphere Design Workshop Review</a></li><li><a href="http://www.seancrookston.com/2011/01/03/vcenter-4-1-upgrade-error-1719-the-windows-installer-service-could-not-be-accessed/" title="vCenter 4.1 Upgrade &ndash; Error 1719 The Windows Installer Service Could Not Be Accessed">vCenter 4.1 Upgrade &ndash; Error 1719 The Windows Installer Service Could Not Be Accessed</a></li><li><a href="http://www.seancrookston.com/2010/11/26/vscsistats/" title="vscsiStats">vscsiStats</a></li><li><a href="http://www.seancrookston.com/2010/11/10/another-vcap-dca-post-2/" title="Another VCAP-DCA Post">Another VCAP-DCA Post</a></li></ul>
<p><a href="http://feedads.g.doubleclick.net/~a/JsUT-nuvdV9vyLdeViAaxWkrGPk/0/da"><img src="http://feedads.g.doubleclick.net/~a/JsUT-nuvdV9vyLdeViAaxWkrGPk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/JsUT-nuvdV9vyLdeViAaxWkrGPk/1/da"><img src="http://feedads.g.doubleclick.net/~a/JsUT-nuvdV9vyLdeViAaxWkrGPk/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SeanCrookstonsBlog/~4/SyljqUjYCEA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.seancrookston.com/2012/01/09/forcing-a-kernel-dump-on-a-vsphere-host-the-purple-screen-of-death/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.seancrookston.com/2012/01/09/forcing-a-kernel-dump-on-a-vsphere-host-the-purple-screen-of-death/</feedburner:origLink></item>
		<item>
		<title>Great VMware VCP 5 Resources Page</title>
		<link>http://feedproxy.google.com/~r/SeanCrookstonsBlog/~3/OW2lGIPqPZM/</link>
		<comments>http://www.seancrookston.com/2011/12/28/great-vmware-vcp-5-resources-page/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 12:21:59 +0000</pubDate>
		<dc:creator>Sean Crookston</dc:creator>
				<category><![CDATA[VCP]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vcp]]></category>

		<guid isPermaLink="false">http://www.seancrookston.com/2011/12/28/great-vmware-vcp-5-resources-page/</guid>
		<description><![CDATA[I’ll be needing to renew my VCP 5 and with some down time towards the end of the year I figured now is as good of a time as any to go through the blueprint and do some studying for the exam. Damian Karlson who previously took over the VCAP-DCA study guide for me also]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.seancrookston.com%2F2011%2F12%2F28%2Fgreat-vmware-vcp-5-resources-page%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif&amp;style=normal&amp;service=bit.ly&amp;service_api=R_57d6cf2fc8c1624abad08d5dae8d1a39&amp;space=1&amp;hashtags=vcp,VMware&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I’ll be needing to renew my VCP 5 and with some down time towards the end of the year I figured now is as good of a time as any to go through the blueprint and do some studying for the exam. Damian Karlson who previously took over the VCAP-DCA study guide for me also has a great resource page for the exam with links to a lot of great community resources. If you are also taking the xam I would highly recommend checking this page out. </p>
<p><a href="http://damiankarlson.com/2011/11/01/vmware-vcp-5-resources/">http://damiankarlson.com/2011/11/01/vmware-vcp-5-resources/</a></p>
<ul class="related_post"><li><a href="http://www.seancrookston.com/2012/02/13/setting-vcenter-alarms-with-powercli/" title="Setting vCenter Alarms with PowerCLI">Setting vCenter Alarms with PowerCLI</a></li><li><a href="http://www.seancrookston.com/2012/01/09/forcing-a-kernel-dump-on-a-vsphere-host-the-purple-screen-of-death/" title="Forcing a Kernel Dump on a vSphere Host : The Purple Screen of Death">Forcing a Kernel Dump on a vSphere Host : The Purple Screen of Death</a></li><li><a href="http://www.seancrookston.com/2011/12/21/another-great-vcap-dca-resource/" title="Another Great VCAP-DCA Resource">Another Great VCAP-DCA Resource</a></li><li><a href="http://www.seancrookston.com/2011/10/12/vcdx-defense-preparation/" title="VCDX Defense Preparation">VCDX Defense Preparation</a></li><li><a href="http://www.seancrookston.com/2011/09/19/what-happens-with-vmfs-luns-greater-then-2-tb/" title="What Happens With VMFS3 LUNs Greater Then 2 TB">What Happens With VMFS3 LUNs Greater Then 2 TB</a></li><li><a href="http://www.seancrookston.com/2011/09/13/vcap-dcd-tips-and-exam-experience/" title="VCAP-DCD Tips and Exam Experience">VCAP-DCD Tips and Exam Experience</a></li><li><a href="http://www.seancrookston.com/2011/09/01/vmworld-experience-day-3-vmworld/" title="VMworld Experience Day 3 #VMworld">VMworld Experience Day 3 #VMworld</a></li><li><a href="http://www.seancrookston.com/2011/08/30/vmworld-experience-day-2-vmworld/" title="VMworld Experience Day 2 #VMworld">VMworld Experience Day 2 #VMworld</a></li><li><a href="http://www.seancrookston.com/2011/08/30/design-considerations-for-the-vmware-vsa/" title="Design Considerations for the VMware VSA">Design Considerations for the VMware VSA</a></li><li><a href="http://www.seancrookston.com/2011/08/29/vmworld-experience-day-1-vmworld/" title="VMworld Experience Day 1 #VMworld">VMworld Experience Day 1 #VMworld</a></li></ul>
<p><a href="http://feedads.g.doubleclick.net/~a/Cc2DZSfkmVVaGav2ueE4d9f__Vs/0/da"><img src="http://feedads.g.doubleclick.net/~a/Cc2DZSfkmVVaGav2ueE4d9f__Vs/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Cc2DZSfkmVVaGav2ueE4d9f__Vs/1/da"><img src="http://feedads.g.doubleclick.net/~a/Cc2DZSfkmVVaGav2ueE4d9f__Vs/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SeanCrookstonsBlog/~4/OW2lGIPqPZM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.seancrookston.com/2011/12/28/great-vmware-vcp-5-resources-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.seancrookston.com/2011/12/28/great-vmware-vcp-5-resources-page/</feedburner:origLink></item>
		<item>
		<title>Another Great VCAP-DCA Resource</title>
		<link>http://feedproxy.google.com/~r/SeanCrookstonsBlog/~3/_GK4MbNX_nE/</link>
		<comments>http://www.seancrookston.com/2011/12/21/another-great-vcap-dca-resource/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 16:04:02 +0000</pubDate>
		<dc:creator>Sean Crookston</dc:creator>
				<category><![CDATA[VCAP-DCA]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.seancrookston.com/2011/12/21/another-great-vcap-dca-resource/</guid>
		<description><![CDATA[Chad King over at http://virtualnoob.wordpress.com has posted a great resource for VCAP-DCA studying. Using a Mindmap he incorporated some of the great resources already out there and you can check this out at the URL below. Mindmaps are definitely a great way to break out a blueprint like those for the VCAP exams and should]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.seancrookston.com%2F2011%2F12%2F21%2Fanother-great-vcap-dca-resource%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif&amp;style=normal&amp;service=bit.ly&amp;service_api=R_57d6cf2fc8c1624abad08d5dae8d1a39&amp;space=1&amp;hashtags=VCAP-DCA,VMware&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Chad King over at <a href="http://virtualnoob.wordpress.com">http://virtualnoob.wordpress.com</a> has posted a great resource for VCAP-DCA studying. Using a Mindmap he incorporated some of the great resources already out there and you can check this out at the URL below. Mindmaps are definitely a great way to break out a blueprint like those for the VCAP exams and should prove as a great resource for your studying.</p>
<p><a href="http://virtualnoob.wordpress.com/2011/12/19/vcap-dca-uber-awesome-study-guide/">http://virtualnoob.wordpress.com/2011/12/19/vcap-dca-uber-awesome-study-guide/</a></p>
<p>Chad also has a nice set of VCP resources up on his page.</p>
<ul class="related_post"><li><a href="http://www.seancrookston.com/2011/08/01/to-wait-or-not-the-vsphere-5-certification-debate/" title="To Wait or Not ? : The vSphere 5 Certification Debate">To Wait or Not ? : The vSphere 5 Certification Debate</a></li><li><a href="http://www.seancrookston.com/2011/02/10/vcap-dca-mind-map/" title="VCAP-DCA Mind Map">VCAP-DCA Mind Map</a></li><li><a href="http://www.seancrookston.com/2011/02/02/the-vcap-dca-study-guide-lives-on/" title="The VCAP-DCA Study Guide Lives On">The VCAP-DCA Study Guide Lives On</a></li><li><a href="http://www.seancrookston.com/2011/01/12/vmware-vsphere-design-workshop/" title="VMware vSphere Design Workshop Preview">VMware vSphere Design Workshop Preview</a></li><li><a href="http://www.seancrookston.com/2011/01/04/and-the-vcap-dca-results-are-in/" title="And the VCAP-DCA Results Are In&hellip;&hellip;">And the VCAP-DCA Results Are In&hellip;&hellip;</a></li><li><a href="http://www.seancrookston.com/2010/11/29/vcap-dca-study-guide-final-update/" title="VCAP-DCA Study Guide Final Update">VCAP-DCA Study Guide Final Update</a></li><li><a href="http://www.seancrookston.com/2010/11/26/vscsistats/" title="vscsiStats">vscsiStats</a></li><li><a href="http://www.seancrookston.com/2010/11/19/vcap-dca-mock-lab-q10/" title="VCAP-DCA Mock Lab Q10">VCAP-DCA Mock Lab Q10</a></li><li><a href="http://www.seancrookston.com/2010/11/18/vcap-dca-mock-lab-q9/" title="VCAP-DCA Mock Lab Q9">VCAP-DCA Mock Lab Q9</a></li><li><a href="http://www.seancrookston.com/2010/11/11/vcap-dca-mock-lab-q8/" title="VCAP-DCA Mock Lab Q8">VCAP-DCA Mock Lab Q8</a></li></ul>
<p><a href="http://feedads.g.doubleclick.net/~a/VuiMYMIoGCz07oBnEzxxKVnmweQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/VuiMYMIoGCz07oBnEzxxKVnmweQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/VuiMYMIoGCz07oBnEzxxKVnmweQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/VuiMYMIoGCz07oBnEzxxKVnmweQ/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SeanCrookstonsBlog/~4/_GK4MbNX_nE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.seancrookston.com/2011/12/21/another-great-vcap-dca-resource/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.seancrookston.com/2011/12/21/another-great-vcap-dca-resource/</feedburner:origLink></item>
		<item>
		<title>VCDX Defense Preparation</title>
		<link>http://feedproxy.google.com/~r/SeanCrookstonsBlog/~3/Mheb_icvuR4/</link>
		<comments>http://www.seancrookston.com/2011/10/12/vcdx-defense-preparation/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 12:54:00 +0000</pubDate>
		<dc:creator>Sean Crookston</dc:creator>
				<category><![CDATA[VCDX]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://www.seancrookston.com/2011/10/12/vcdx-defense-preparation/</guid>
		<description><![CDATA[I have officially decided that I will target defending for the VCDX in May of next year in Toronto. This may or may not also be the first opportunity to defend for the VCDX 5, however I find it highly unlikely being I haven’t even heard of a beta for the VCAP-DCA/VCAP-DCD5 to date. Incidentally]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.seancrookston.com%2F2011%2F10%2F12%2Fvcdx-defense-preparation%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif&amp;style=normal&amp;service=bit.ly&amp;service_api=R_57d6cf2fc8c1624abad08d5dae8d1a39&amp;space=1&amp;hashtags=VCDX,VMware,vsphere&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I have officially decided that I will target defending for the VCDX in May of next year in Toronto. This may or may not also be the first opportunity to defend for the VCDX 5, however I find it highly unlikely being I haven’t even heard of a beta for the VCAP-DCA/VCAP-DCD5 to date. Incidentally at this time this is also going to be the last change to defend a vSphere 4 design.</p>
<p>While doing a little browsing in the VCDX forum I found an interesting fact. Since November of 2010 there have only been 5 people who have achieved the certification. </p>
<p>The limited growth shows two things:</p>
<ul>
<li>One the number of individuals defending is obviously going to be limited based on requirements for a VCP/VCAP-DCA/VCAP-DCD and financial restrictions of defending including travel. There are only approximately 400 VCAP-DCA and VCAP-DCD certifications issued, with what I gather to be a high overlap of individuals having both. If I had to guess you are probably only looking at 550-600 people who would be eligible to submit a defense.</li>
<li>Secondly they aren’t just giving these things out to everyone that does defend.</li>
</ul>
<p>I see the fact that only 5 have been issued in almost the past year not as a point of intimidation but rather a challenge. I currently have a design picked out that I will be using for the defense and will be working over time to put my submission together. Luckily I have until March where anything needs to be submitted.</p>
<p>Over the next 7 months or so I will blog quite a bit about the process and in the end the result that follows.While I of course would like to see this process end in certification, I know that I will learn a great deal along the way regardless. </p>
<p>But don’t take that as a losing attitude, I am fully planning on passing the defense = )</p>
<ul class="related_post"><li><a href="http://www.seancrookston.com/2012/01/09/forcing-a-kernel-dump-on-a-vsphere-host-the-purple-screen-of-death/" title="Forcing a Kernel Dump on a vSphere Host : The Purple Screen of Death">Forcing a Kernel Dump on a vSphere Host : The Purple Screen of Death</a></li><li><a href="http://www.seancrookston.com/2011/09/19/what-happens-with-vmfs-luns-greater-then-2-tb/" title="What Happens With VMFS3 LUNs Greater Then 2 TB">What Happens With VMFS3 LUNs Greater Then 2 TB</a></li><li><a href="http://www.seancrookston.com/2011/08/30/design-considerations-for-the-vmware-vsa/" title="Design Considerations for the VMware VSA">Design Considerations for the VMware VSA</a></li><li><a href="http://www.seancrookston.com/2011/08/10/how-do-you-protect-vcenter/" title="How do you protect vCenter?">How do you protect vCenter?</a></li><li><a href="http://www.seancrookston.com/2011/08/01/to-wait-or-not-the-vsphere-5-certification-debate/" title="To Wait or Not ? : The vSphere 5 Certification Debate">To Wait or Not ? : The vSphere 5 Certification Debate</a></li><li><a href="http://www.seancrookston.com/2011/07/12/vsphere-5-for-the-smb/" title="vSphere 5 for the SMB">vSphere 5 for the SMB</a></li><li><a href="http://www.seancrookston.com/2011/07/07/vcap-dcd-vcdx-discussion-or-study-group/" title="VCAP-DCD VCDX Discussion or Study Group?">VCAP-DCD VCDX Discussion or Study Group?</a></li><li><a href="http://www.seancrookston.com/2011/06/27/vmware-vsphere-issue-no-outbound-network-connectivity/" title="VMware vSphere Issue : No Outbound Network Connectivity">VMware vSphere Issue : No Outbound Network Connectivity</a></li><li><a href="http://www.seancrookston.com/2011/02/03/vcap-dcd-objective-1-1/" title="VCAP-DCD Objective 1.1 &ndash; Gather and analyze business requirements">VCAP-DCD Objective 1.1 &ndash; Gather and analyze business requirements</a></li><li><a href="http://www.seancrookston.com/2011/01/19/vmware-vsphere-design-workshop-review/" title="VMware vSphere Design Workshop Review">VMware vSphere Design Workshop Review</a></li></ul>
<p><a href="http://feedads.g.doubleclick.net/~a/_EW7YLaKFrXa1OuGljsPT172Dek/0/da"><img src="http://feedads.g.doubleclick.net/~a/_EW7YLaKFrXa1OuGljsPT172Dek/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/_EW7YLaKFrXa1OuGljsPT172Dek/1/da"><img src="http://feedads.g.doubleclick.net/~a/_EW7YLaKFrXa1OuGljsPT172Dek/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SeanCrookstonsBlog/~4/Mheb_icvuR4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.seancrookston.com/2011/10/12/vcdx-defense-preparation/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.seancrookston.com/2011/10/12/vcdx-defense-preparation/</feedburner:origLink></item>
		<item>
		<title>Using VMware View for Server Linked Clone Desktops</title>
		<link>http://feedproxy.google.com/~r/SeanCrookstonsBlog/~3/IPVj8WI2js0/</link>
		<comments>http://www.seancrookston.com/2011/10/03/vmware-view-for-server-linked-clone-desktops/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 12:34:00 +0000</pubDate>
		<dc:creator>Sean Crookston</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[view]]></category>
		<category><![CDATA[Linked Clones]]></category>
		<category><![CDATA[VMware View]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://www.seancrookston.com/2011/10/03/vmware-view-for-server-linked-clone-desktops/</guid>
		<description><![CDATA[While playing in my home lab I recently had the idea pop in my mind of if View would support linked cloning of server operating systems. And by support I mean allow as there is no way any of the following is supported by VMware. There are a number of reason I can think of]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.seancrookston.com%2F2011%2F10%2F03%2Fvmware-view-for-server-linked-clone-desktops%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif&amp;style=normal&amp;service=bit.ly&amp;service_api=R_57d6cf2fc8c1624abad08d5dae8d1a39&amp;space=1&amp;hashtags=Linked+Clones,VMware+View,vsphere&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><font size="2">While playing in my home lab I recently had the idea pop in my mind of if View would support linked cloning of server operating systems. And by support I mean allow as there is no way any of the following is supported by VMware.</font></p>
<p><font size="2">There are a number of reason I can think of that would be a good use case. Firstly if there was a need to have a pool of test servers available for quick installation or functionality testing. Secondly for saving some space in lab setups where disk space is of particular concern. The limited space of SSDs become much less of a concern if so.</font></p>
<p><font size="2">You may say well lab manager and vCloud Director exist for this. And I would agree with you there. My main concern is simplicity and being I already have View setup and running this would be a very simple solution. Now there does already exist several PowerShell scripts that will create linked clone desktops for you. They work very well but for me my lab becomes so disorganized that the idea of managing my clones through a GUI interface like VMware View is very appealing. Besides its cool.</font></p>
<p><font size="2">While I did get View to somewhat work it wasn’t perfect. I still am unable to connect with the View client, which is not something I truly desire but would have been cool. For automatically assigning desktops to individuals this would have been necessary, but logging in via RDP or the vSphere client is more then enough for me. The agent to my surprise installed without issue so I was hopeful it would work but unfortunately it did not.I also found that the only way to get systems to automatically be named was through the use of a customization specification.</font></p>
<p><font size="2">Below is what you’ll need to do. Note that I only tested this with vSphere 5 and View 5 and don’t know if it will work any more or less then it does with other configurations. If you’ve tried this before or gotten any further then I have I’d be eager to hear from you.</font></p>
<ul>
<li><font size="2">A requirement for View to even detect the system and snapshot when creating the pool is that it be a desktop operating system. So I also had to change my 2k3 machine to a windows xp hardware profile and my w2k8 server to a Windows 7 hardware profile. </font></li>
<li><font size="2">As mentioned above the only way to get systems to be named according to any type of naming pattern was to use a customization spec. </font></li>
</ul>
<p><font size="2"></font></p>
<ul class="related_post"><li><a href="http://www.seancrookston.com/2012/01/09/forcing-a-kernel-dump-on-a-vsphere-host-the-purple-screen-of-death/" title="Forcing a Kernel Dump on a vSphere Host : The Purple Screen of Death">Forcing a Kernel Dump on a vSphere Host : The Purple Screen of Death</a></li><li><a href="http://www.seancrookston.com/2011/10/12/vcdx-defense-preparation/" title="VCDX Defense Preparation">VCDX Defense Preparation</a></li><li><a href="http://www.seancrookston.com/2011/09/19/what-happens-with-vmfs-luns-greater-then-2-tb/" title="What Happens With VMFS3 LUNs Greater Then 2 TB">What Happens With VMFS3 LUNs Greater Then 2 TB</a></li><li><a href="http://www.seancrookston.com/2011/08/30/design-considerations-for-the-vmware-vsa/" title="Design Considerations for the VMware VSA">Design Considerations for the VMware VSA</a></li><li><a href="http://www.seancrookston.com/2011/08/10/how-do-you-protect-vcenter/" title="How do you protect vCenter?">How do you protect vCenter?</a></li><li><a href="http://www.seancrookston.com/2011/07/12/vsphere-5-for-the-smb/" title="vSphere 5 for the SMB">vSphere 5 for the SMB</a></li><li><a href="http://www.seancrookston.com/2011/06/27/vmware-vsphere-issue-no-outbound-network-connectivity/" title="VMware vSphere Issue : No Outbound Network Connectivity">VMware vSphere Issue : No Outbound Network Connectivity</a></li><li><a href="http://www.seancrookston.com/2011/06/23/vmware-vsphere-issue-mainsys-full/" title="VMware vSphere Issue : MAINSYS Full">VMware vSphere Issue : MAINSYS Full</a></li><li><a href="http://www.seancrookston.com/2011/01/27/failed-to-activate-the-software-license-workaround-vmware-view/" title="Failed to activate the software license workaround #VMware #View">Failed to activate the software license workaround #VMware #View</a></li><li><a href="http://www.seancrookston.com/2011/01/19/vmware-vsphere-design-workshop-review/" title="VMware vSphere Design Workshop Review">VMware vSphere Design Workshop Review</a></li></ul>
<p><a href="http://feedads.g.doubleclick.net/~a/WErcQhAiLmz6oblqpIl6RH36N3E/0/da"><img src="http://feedads.g.doubleclick.net/~a/WErcQhAiLmz6oblqpIl6RH36N3E/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/WErcQhAiLmz6oblqpIl6RH36N3E/1/da"><img src="http://feedads.g.doubleclick.net/~a/WErcQhAiLmz6oblqpIl6RH36N3E/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SeanCrookstonsBlog/~4/IPVj8WI2js0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.seancrookston.com/2011/10/03/vmware-view-for-server-linked-clone-desktops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.seancrookston.com/2011/10/03/vmware-view-for-server-linked-clone-desktops/</feedburner:origLink></item>
		<item>
		<title>VMware Autodeploy Using Cisco DHCP</title>
		<link>http://feedproxy.google.com/~r/SeanCrookstonsBlog/~3/vfh1T3vmGLc/</link>
		<comments>http://www.seancrookston.com/2011/09/21/vmware-autodeploy-using-cisco-dhcp/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 15:12:58 +0000</pubDate>
		<dc:creator>Sean Crookston</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[Autodeploy]]></category>
		<category><![CDATA[vSphere 5]]></category>

		<guid isPermaLink="false">http://www.seancrookston.com/2011/09/21/vmware-autodeploy-using-cisco-dhcp/</guid>
		<description><![CDATA[I have been working in the lab trying to get some hands on time with all of the new features of vSphere 5. Currently on the block is Autodeploy. There are a lot of great resources out there for Autodeploy already and I’ll include some links below. The main purpose however of this entry is]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.seancrookston.com%2F2011%2F09%2F21%2Fvmware-autodeploy-using-cisco-dhcp%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif&amp;style=normal&amp;service=bit.ly&amp;service_api=R_57d6cf2fc8c1624abad08d5dae8d1a39&amp;space=1&amp;hashtags=Autodeploy,vSphere+5&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><font size="3">I have been working in the lab trying to get some hands on time with all of the new features of vSphere 5. Currently on the block is Autodeploy. There are a lot of great resources out there for Autodeploy already and I’ll include some links below. The main purpose however of this entry is to expose an issue I found when using Cisco DHCP scopes. I’ll follow up with saying that most of my experience in DHCP is with Microsoft AD.</font></p>
<p><font size="3">When trying to enable options 66 and 67 I could not connect to the PXE Server&#160; I received the DHCP address but could not get connected to the TFTP server. The message I received back was PXE-E32 TFTP Open Timeout.</font></p>
<p><font size="3">I banged my head against a wall for a bit checking configs, making sure the tftp service was running and making sure I wasn’t missing anything obvious. In a last ditch effort something I read alluded to the below commands that could be used in lieu of option 66 and option 67. After configuring the below for the scope it worked immediately.</font></p>
<p><font size="3"></font></p>
<blockquote><p><font size="3">next-server 192.168.1.44&#160; </font></p>
<p><font size="3">bootfile undionly.kpxe.vmw-hardwired&#160;&#160; </font></p>
</blockquote>
<p><font size="3"></font></p>
<p><strong><font size="3">Autodeploy Links</font></strong></p>
<p><a href="https://www.vmware.com/files/pdf/products/vsphere/VMware-vSphere-Evaluation-Guide-4-Auto-Deploy.pdf"><font size="3">https://www.vmware.com/files/pdf/products/vsphere/VMware-vSphere-Evaluation-Guide-4-Auto-Deploy.pdf</font></a></p>
<p><a href="http://kendrickcoleman.com/index.php?/Tech-Blog/using-vmware-autodeploy-for-esxi.html"><font size="3">http://kendrickcoleman.com/index.php?/Tech-Blog/using-vmware-autodeploy-for-esxi.html</font></a></p>
<p><a href="http://www.yellow-bricks.com/2011/08/25/using-vsphere-5-auto-deploy-in-your-home-lab/"><font size="3">http://www.yellow-bricks.com/2011/08/25/using-vsphere-5-auto-deploy-in-your-home-lab/</font></a></p>
<p><a href="http://www.gabesvirtualworld.com/vsphere-5-auto-deploy-pxe-booting-through-cisco-asa-firewall/"><font size="3">http://www.gabesvirtualworld.com/vsphere-5-auto-deploy-pxe-booting-through-cisco-asa-firewall/</font></a></p>
<p><a href="http://ntpro.nl/blog/archives/1819-vSphere-5-Auto-Deploy-Demo.html"><font size="3">http://ntpro.nl/blog/archives/1819-vSphere-5-Auto-Deploy-Demo.html</font></a></p>
<p><font size="3"></font></p>
<ul class="related_post"><li><a href="http://www.seancrookston.com/2011/07/12/vsphere-5-for-the-smb/" title="vSphere 5 for the SMB">vSphere 5 for the SMB</a></li></ul>
<p><a href="http://feedads.g.doubleclick.net/~a/2NlMgkg4jrGyhvd8NBU7vl09d2Q/0/da"><img src="http://feedads.g.doubleclick.net/~a/2NlMgkg4jrGyhvd8NBU7vl09d2Q/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/2NlMgkg4jrGyhvd8NBU7vl09d2Q/1/da"><img src="http://feedads.g.doubleclick.net/~a/2NlMgkg4jrGyhvd8NBU7vl09d2Q/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SeanCrookstonsBlog/~4/vfh1T3vmGLc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.seancrookston.com/2011/09/21/vmware-autodeploy-using-cisco-dhcp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.seancrookston.com/2011/09/21/vmware-autodeploy-using-cisco-dhcp/</feedburner:origLink></item>
		<item>
		<title>What Happens With VMFS3 LUNs Greater Then 2 TB</title>
		<link>http://feedproxy.google.com/~r/SeanCrookstonsBlog/~3/KDICYXhe4g4/</link>
		<comments>http://www.seancrookston.com/2011/09/19/what-happens-with-vmfs-luns-greater-then-2-tb/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 12:00:00 +0000</pubDate>
		<dc:creator>Sean Crookston</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[VMFS LUN]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://www.seancrookston.com/2011/09/19/what-happens-with-vmfs-luns-greater-then-2-tb/</guid>
		<description><![CDATA[I had someone run into an issue earlier in the day that I couldn’t’ explain in regards to a datastore size. We found the LUN size itself was greater then 2 TB, which was acknowledged as not being supported but the amount of space that did become available did not make sense. So we all]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.seancrookston.com%2F2011%2F09%2F19%2Fwhat-happens-with-vmfs-luns-greater-then-2-tb%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif&amp;style=normal&amp;service=bit.ly&amp;service_api=R_57d6cf2fc8c1624abad08d5dae8d1a39&amp;space=1&amp;hashtags=VMFS+LUN,VMware,vsphere&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I had someone run into an issue earlier in the day that I couldn’t’ explain in regards to a datastore size. We found the LUN size itself was greater then 2 TB, which was acknowledged as not being supported but the amount of space that did become available did not make sense.</p>
<p>So we all know that there is a 2 TB-512 LUN size limit for VMFS3, but do you know what size LUN you will be presented with when you present a LUN bigger than this?</p>
<p>Lets say we add a new VMFS3 volume on a presented LUN that is 3,5 or 7 TB? One would expect that you would then receive a 2TB LUN at least, but in actuality you will end up with a 1 TB LUN. How about a 3.5,5.5, or 7.5 TB volume? You would end up with a 1.5 TB LUN in each of these cases. </p>
<p>I looked for a knowledgebase to back this but could only find <a href="http://communities.vmware.com/message/1693602?tstart=0">one community posting</a> which alluded to the LUN size being based on the remainder of what was presented after taking 2 TB chunks out at a time. This means you could end up with some really weird sizes you weren’t expecting. </p>
<p>*Note-Frank Denneman(<a title="http://frankdenneman.nl" href="http://frankdenneman.nl">http://frankdenneman.nl</a>) made an important observation that this information only applies to VMFS3. This entry has&#160; been updated to reflect that this information applies to VMFS version 3. VMFS version 5 will support a 64TB LUN.</p>
<ul class="related_post"><li><a href="http://www.seancrookston.com/2012/01/09/forcing-a-kernel-dump-on-a-vsphere-host-the-purple-screen-of-death/" title="Forcing a Kernel Dump on a vSphere Host : The Purple Screen of Death">Forcing a Kernel Dump on a vSphere Host : The Purple Screen of Death</a></li><li><a href="http://www.seancrookston.com/2011/10/12/vcdx-defense-preparation/" title="VCDX Defense Preparation">VCDX Defense Preparation</a></li><li><a href="http://www.seancrookston.com/2011/08/30/design-considerations-for-the-vmware-vsa/" title="Design Considerations for the VMware VSA">Design Considerations for the VMware VSA</a></li><li><a href="http://www.seancrookston.com/2011/08/10/how-do-you-protect-vcenter/" title="How do you protect vCenter?">How do you protect vCenter?</a></li><li><a href="http://www.seancrookston.com/2011/07/12/vsphere-5-for-the-smb/" title="vSphere 5 for the SMB">vSphere 5 for the SMB</a></li><li><a href="http://www.seancrookston.com/2011/06/27/vmware-vsphere-issue-no-outbound-network-connectivity/" title="VMware vSphere Issue : No Outbound Network Connectivity">VMware vSphere Issue : No Outbound Network Connectivity</a></li><li><a href="http://www.seancrookston.com/2011/01/19/vmware-vsphere-design-workshop-review/" title="VMware vSphere Design Workshop Review">VMware vSphere Design Workshop Review</a></li><li><a href="http://www.seancrookston.com/2011/01/03/vcenter-4-1-upgrade-error-1719-the-windows-installer-service-could-not-be-accessed/" title="vCenter 4.1 Upgrade &ndash; Error 1719 The Windows Installer Service Could Not Be Accessed">vCenter 4.1 Upgrade &ndash; Error 1719 The Windows Installer Service Could Not Be Accessed</a></li><li><a href="http://www.seancrookston.com/2010/11/26/vscsistats/" title="vscsiStats">vscsiStats</a></li><li><a href="http://www.seancrookston.com/2010/11/10/another-vcap-dca-post-2/" title="Another VCAP-DCA Post">Another VCAP-DCA Post</a></li></ul>
<p><a href="http://feedads.g.doubleclick.net/~a/-cRMFCgVd8nHbxY1Gv3JErwl_XE/0/da"><img src="http://feedads.g.doubleclick.net/~a/-cRMFCgVd8nHbxY1Gv3JErwl_XE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/-cRMFCgVd8nHbxY1Gv3JErwl_XE/1/da"><img src="http://feedads.g.doubleclick.net/~a/-cRMFCgVd8nHbxY1Gv3JErwl_XE/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SeanCrookstonsBlog/~4/KDICYXhe4g4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.seancrookston.com/2011/09/19/what-happens-with-vmfs-luns-greater-then-2-tb/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.seancrookston.com/2011/09/19/what-happens-with-vmfs-luns-greater-then-2-tb/</feedburner:origLink></item>
		<item>
		<title>Gap Analysis VCAP-DCD to VCDX</title>
		<link>http://feedproxy.google.com/~r/SeanCrookstonsBlog/~3/cVkPfWB0NCI/</link>
		<comments>http://www.seancrookston.com/2011/09/14/gap-analysis-vcap-dcd-to-vcdx/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 12:00:00 +0000</pubDate>
		<dc:creator>Sean Crookston</dc:creator>
				<category><![CDATA[VCAP-DCD]]></category>
		<category><![CDATA[VCDX]]></category>

		<guid isPermaLink="false">http://www.seancrookston.com/2011/09/14/gap-analysis-vcap-dcd-to-vcdx/</guid>
		<description><![CDATA[After now passing the VCAP-DCD now have to consider preparing for the VCDX. As I’ve started to think about it I’ve realized I’m going to need basically do a gap analysis of where I’m at now versus what constitutes a successful VCDX submission and then defense. So what is the difference between someone who is]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.seancrookston.com%2F2011%2F09%2F14%2Fgap-analysis-vcap-dcd-to-vcdx%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif&amp;style=normal&amp;service=bit.ly&amp;service_api=R_57d6cf2fc8c1624abad08d5dae8d1a39&amp;space=1&amp;hashtags=VCAP-DCD,VCDX&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>After now passing the VCAP-DCD now have to consider preparing for the VCDX. As I’ve started to think about it I’ve realized I’m going to need basically do a gap analysis of where I’m at now versus what constitutes a successful VCDX submission and then defense.</p>
<p>So what is the difference between someone who is a VCAP-DCD and a VCDX? A few critical things come to mind for me initially, but lets start out with what VMware defines them as on their certification page.</p>
<p>VCAP-DCD</p>
<blockquote><p>The VCAP-DCD is directed toward IT Architects and Consulting Architects who are capable of designing VMware solutions in a multi-site, large enterprise environment.&#160; They have a deep understanding both of VMware core components and their relation to storage and networking, and also of datacenter design methodologies. They also possess knowledge of applications and physical infrastructure, as well as their relationship to the virtual infrastructure.</p>
</blockquote>
<p>VCDX</p>
<blockquote><p>VMware Certified Design Expert (VCDX) is the highest level of VMware certification. This elite group is comprised of design architects highly-skilled in VMware enterprise deployments and the program is designed for veteran professionals who want to validate and demonstrate their expertise in VMware virtual infrastructure.</p>
</blockquote>
<p>One main difference of note above is consulting architects vs design architects, however this probably has very little bearing on differentiating between the two. Most importantly what stands out is that the VCDX program is designed for veteran professionals who wish to validate and demonstrate their experience. There is a clear definition here that according to VMware, they are expecting VCDX candidates to be those that are not only experienced, but can demonstrate their experience. Something we probably already knew here.</p>
<p>Now some things that come to mind when I start thinking about where someone goes from being a VCAP-DCD to preparing for a VCDX. These may not apply to everyone of course and these are just my opinions in some cases.</p>
<p>Every VCDX I know of is regularly participating in design exercises as part of their daily job and likely is a customer facing engineer. This is not to say that someone who is not the prior does not have a chance of successfully defending, but it means someone like myself who is an implementation engineer is likely at a slight disadvantage just based on not going through the motions of presenting and defending designs on a day-to-day basis. Additionally as Brian Rice has pointed out in his article on defending a <a href="http://communities.vmware.com/thread/327300">fictitious design</a>, it is important to think like an architect so throughout the process and up to the defense it will be important to play the role, even if you are not presently one.</p>
<p>Those who are regularly presenting to customers and in turn the VCDX panel need to be able to articulate their thoughts. They don’t just know things like the maximum number of servers in an MSCS cluster on vSphere or that you can’t VMotion these machines. They know that these things are constraints to any design and may either be acceptable or not based on the functional requirements of the customer. Additionally it is your job to justify your choices, just because you tell a customer or panelist your decision doesn’t mean it will not be questioned. In terms of the defense I have heard from many about your journey to the answer and not the answer itself.</p>
<p>Design Architects also know&#160; that all the information to a design is not going to be given to them. It is their job to meet the customers requirements, and to question and interview to get those requirements. Without doing so vital information will be left out and the design can be deemed a failure by the business.</p>
<p>There is obviously much more to it then that, so please share your thoughts below.</p>
<ul class="related_post"><li><a href="http://www.seancrookston.com/2011/08/01/to-wait-or-not-the-vsphere-5-certification-debate/" title="To Wait or Not ? : The vSphere 5 Certification Debate">To Wait or Not ? : The vSphere 5 Certification Debate</a></li><li><a href="http://www.seancrookston.com/2011/07/07/vcap-dcd-vcdx-discussion-or-study-group/" title="VCAP-DCD VCDX Discussion or Study Group?">VCAP-DCD VCDX Discussion or Study Group?</a></li><li><a href="http://www.seancrookston.com/2011/02/03/vcap-dcd-objective-1-1/" title="VCAP-DCD Objective 1.1 &ndash; Gather and analyze business requirements">VCAP-DCD Objective 1.1 &ndash; Gather and analyze business requirements</a></li><li><a href="http://www.seancrookston.com/2011/01/31/how-long-does-it-take-to-become-a-vcdx/" title="How long does it take to become a VCDX?">How long does it take to become a VCDX?</a></li><li><a href="http://www.seancrookston.com/2011/01/12/vmware-vsphere-design-workshop/" title="VMware vSphere Design Workshop Preview">VMware vSphere Design Workshop Preview</a></li><li><a href="http://www.seancrookston.com/2011/10/12/vcdx-defense-preparation/" title="VCDX Defense Preparation">VCDX Defense Preparation</a></li><li><a href="http://www.seancrookston.com/2011/09/13/vcap-dcd-tips-and-exam-experience/" title="VCAP-DCD Tips and Exam Experience">VCAP-DCD Tips and Exam Experience</a></li><li><a href="http://www.seancrookston.com/2011/03/15/objective-2-3-define-logical-storage-design/" title="Objective 2.3 &ndash; Define Logical Storage Design">Objective 2.3 &ndash; Define Logical Storage Design</a></li><li><a href="http://www.seancrookston.com/2011/03/01/vcap-dcd-objective-2-2-map-service-dependencies/" title="VCAP-DCD Objective 2.2 &ndash; Map Service Dependencies">VCAP-DCD Objective 2.2 &ndash; Map Service Dependencies</a></li><li><a href="http://www.seancrookston.com/2011/02/22/vcap-dcd-objective-2-1-map-business-requirements-to-the-logical-design/" title="VCAP-DCD Objective 2.1 &ndash;Map Business Requirements to the Logical Design">VCAP-DCD Objective 2.1 &ndash;Map Business Requirements to the Logical Design</a></li></ul>
<p><a href="http://feedads.g.doubleclick.net/~a/pzq5uYxZ7K6odFKspTz1CJ9Rm9U/0/da"><img src="http://feedads.g.doubleclick.net/~a/pzq5uYxZ7K6odFKspTz1CJ9Rm9U/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/pzq5uYxZ7K6odFKspTz1CJ9Rm9U/1/da"><img src="http://feedads.g.doubleclick.net/~a/pzq5uYxZ7K6odFKspTz1CJ9Rm9U/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SeanCrookstonsBlog/~4/cVkPfWB0NCI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.seancrookston.com/2011/09/14/gap-analysis-vcap-dcd-to-vcdx/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.seancrookston.com/2011/09/14/gap-analysis-vcap-dcd-to-vcdx/</feedburner:origLink></item>
		<item>
		<title>VCAP-DCD Tips and Exam Experience</title>
		<link>http://feedproxy.google.com/~r/SeanCrookstonsBlog/~3/FvKhxQJ6drI/</link>
		<comments>http://www.seancrookston.com/2011/09/13/vcap-dcd-tips-and-exam-experience/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 12:30:00 +0000</pubDate>
		<dc:creator>Sean Crookston</dc:creator>
				<category><![CDATA[VCAP-DCD]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.seancrookston.com/2011/09/13/vcap-dcd-tips-and-exam-experience/</guid>
		<description><![CDATA[This morning I successfully completed the VCAP-DCD exam and although I read about 30 people’s reviews on the exam, I was definitely not prepared for the questions that were asked, or rather I should say they were a bit different then I was expecting. Additionally this morning I wasn’t quite as focused as I would]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.seancrookston.com%2F2011%2F09%2F13%2Fvcap-dcd-tips-and-exam-experience%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif&amp;style=normal&amp;service=bit.ly&amp;service_api=R_57d6cf2fc8c1624abad08d5dae8d1a39&amp;space=1&amp;hashtags=VCAP-DCD,VMware&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>This morning I successfully completed the VCAP-DCD exam and although I read about 30 people’s reviews on the exam, I was definitely not prepared for the questions that were asked, or rather I should say they were a bit different then I was expecting. Additionally this morning I wasn’t quite as focused as I would have liked to have been. </p>
<p>Without going into things that violate NDA ,I will say that certain things people recommended to focus on or complained about related to the beta were not mentioned or barely relevant. Additionally the drag and drop questions and the thoroughness of each question is something to be aware of. For me the most difficult thing to swallow was that many questions are multiple selections, and the questions are very thorough so at times it was hard to know for certain if I completely comprehended the scenario and successfully chose the right answers. </p>
<p>The best thing you can do to prepare for the exam is follow the blueprint and have experience analyzing environments and doing designs. Many have said the Design Workshop was great preparation for the exam and while I feel that course was great, there is not a correlation to any of the content of the course and the exam itself.Overall this makes for a difficult, but worthwhile credential to achieve. </p>
<p>Overall if you think you are ready, book the exam and go take it. If you do not think you ready then you probably need some more time/experience before you attempt this one.</p>
<p>Now on to contemplating the VCDX…</p>
<ul class="related_post"><li><a href="http://www.seancrookston.com/2011/08/01/to-wait-or-not-the-vsphere-5-certification-debate/" title="To Wait or Not ? : The vSphere 5 Certification Debate">To Wait or Not ? : The vSphere 5 Certification Debate</a></li><li><a href="http://www.seancrookston.com/2011/07/07/vcap-dcd-vcdx-discussion-or-study-group/" title="VCAP-DCD VCDX Discussion or Study Group?">VCAP-DCD VCDX Discussion or Study Group?</a></li><li><a href="http://www.seancrookston.com/2011/03/15/objective-2-3-define-logical-storage-design/" title="Objective 2.3 &ndash; Define Logical Storage Design">Objective 2.3 &ndash; Define Logical Storage Design</a></li><li><a href="http://www.seancrookston.com/2011/03/01/vcap-dcd-objective-2-2-map-service-dependencies/" title="VCAP-DCD Objective 2.2 &ndash; Map Service Dependencies">VCAP-DCD Objective 2.2 &ndash; Map Service Dependencies</a></li><li><a href="http://www.seancrookston.com/2011/02/22/vcap-dcd-objective-2-1-map-business-requirements-to-the-logical-design/" title="VCAP-DCD Objective 2.1 &ndash;Map Business Requirements to the Logical Design">VCAP-DCD Objective 2.1 &ndash;Map Business Requirements to the Logical Design</a></li><li><a href="http://www.seancrookston.com/2011/02/15/vcap-dcd-objective-1-3-determine-risks-constraints-and-assumptions/" title="VCAP-DCD Objective 1.3 &ndash; Determine Risks, Constraints, and Assumptions">VCAP-DCD Objective 1.3 &ndash; Determine Risks, Constraints, and Assumptions</a></li><li><a href="http://www.seancrookston.com/2011/02/08/vcap-dcd-objective-1-2-gather-and-analyze-application-requirements/" title="VCAP-DCD Objective 1.2 &ndash; Gather and analyze application requirements">VCAP-DCD Objective 1.2 &ndash; Gather and analyze application requirements</a></li><li><a href="http://www.seancrookston.com/2011/02/03/vcap-dcd-objective-1-1/" title="VCAP-DCD Objective 1.1 &ndash; Gather and analyze business requirements">VCAP-DCD Objective 1.1 &ndash; Gather and analyze business requirements</a></li><li><a href="http://www.seancrookston.com/2011/01/19/vmware-vsphere-design-workshop-review/" title="VMware vSphere Design Workshop Review">VMware vSphere Design Workshop Review</a></li><li><a href="http://www.seancrookston.com/2011/01/12/vmware-vsphere-design-workshop/" title="VMware vSphere Design Workshop Preview">VMware vSphere Design Workshop Preview</a></li></ul>
<p><a href="http://feedads.g.doubleclick.net/~a/uzAy9M2IeT6wd9UU8PW8EnOexNg/0/da"><img src="http://feedads.g.doubleclick.net/~a/uzAy9M2IeT6wd9UU8PW8EnOexNg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/uzAy9M2IeT6wd9UU8PW8EnOexNg/1/da"><img src="http://feedads.g.doubleclick.net/~a/uzAy9M2IeT6wd9UU8PW8EnOexNg/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SeanCrookstonsBlog/~4/FvKhxQJ6drI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.seancrookston.com/2011/09/13/vcap-dcd-tips-and-exam-experience/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.seancrookston.com/2011/09/13/vcap-dcd-tips-and-exam-experience/</feedburner:origLink></item>
	</channel>
</rss>

