<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Trent Steele&#039;s Blog</title>
	<atom:link href="http://trentsteele.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://trentsteele.wordpress.com</link>
	<description>Cloud, Virtualization, Storage, DR, Security, Hardware Reviews, Book Reviews, and even some Music ... all in their own BOX.</description>
	<lastBuildDate>Thu, 12 Jan 2012 15:44:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='trentsteele.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/ef3e63666d5e786d7322506401e93175?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Trent Steele&#039;s Blog</title>
		<link>http://trentsteele.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://trentsteele.wordpress.com/osd.xml" title="Trent Steele&#039;s Blog" />
	<atom:link rel='hub' href='http://trentsteele.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Configuring a KMS server on Windows Server 2008 R2</title>
		<link>http://trentsteele.wordpress.com/2012/01/11/configuring-a-kms-server-on-windows-server-2008-r2/</link>
		<comments>http://trentsteele.wordpress.com/2012/01/11/configuring-a-kms-server-on-windows-server-2008-r2/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 15:08:47 +0000</pubDate>
		<dc:creator>trentsteele</dc:creator>
				<category><![CDATA[WindowBOX]]></category>

		<guid isPermaLink="false">http://trentsteele.wordpress.com/?p=301</guid>
		<description><![CDATA[Well I have had to setup a KMS server in several of our clients sites, and found that the documentation from Microsoft is somewhat confusing. I have set these up before, but it is always a pain to go back and find the information on how to do it all over again. I ran across [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=trentsteele.wordpress.com&amp;blog=13866112&amp;post=301&amp;subd=trentsteele&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="color:#333333;font-family:Tahoma;font-size:10pt;">Well I have had to setup a KMS server in several of our clients sites, and found that the documentation from Microsoft is somewhat confusing. I have set these up before, but it is always a pain to go back and find the information on how to do it all over again. I ran across a blog from Ivan Dretvic at <a href="http://ivan.dretvich.com/2011/06/how-to-configure-a-kms-server-in-windows-server-2008-r2/">http://ivan.dretvich.com/2011/06/how-to-configure-a-kms-server-in-windows-server-2008-r2/</a> and much love goes out to him for putting this together. I thought it was worth reblogging not only for clients and other visitors but also for myself to review when I need it. Below are the steps used to configure the first KMS server in the organization for use with Windows Server, Windows client and Microsoft Office activation. These steps will only include the installation of 1 KMS server.<br />
</span></p>
<p><span style="color:#555555;font-family:Tahoma;font-size:12pt;"><strong>Installing first KMS Server<br />
</strong></span></p>
<p><span style="color:#333333;font-family:Tahoma;font-size:10pt;">These are the steps I followed to install the KMS server. We determined that due to the number of client activations, and the capacity of our infrastructure we had no problems installing this server on our secondary domain controller. From here on we will call it DC2.<br />
</span></p>
<ol>
<li>Log onto https://www.microsoft.com/licensing/servicecenter/ and fetch your key: <em>“Win Srv 2008 R2 Data Ctr/Itan KMS C” – Note your key may be similar, but either way it must end in either KMS B, or KMS C.</em></li>
<li>On DC2 we run CMD with elevation</li>
<li>Type <em>slmgr /ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx where the last section is the Key from your volume licensing website.<br />
</em></li>
<li>Open “Windows Firewall with Advanced Security” via Start menu -&gt; Administrative Tools.</li>
<li>Under <em>Inbound Rules</em> scroll down to “Key Management Service (TCP-In)”, right click and select enable.</li>
<li>Reboot the machine – note you can restart the Software Licensing service but I preferred to reboot it (seeing as the server was not in use for anything else)
<div id="highlighter_209537">
<div>
<div>
<table>
<tbody>
<tr>
<td><span style="font-family:monospace;"><br />
</span></td>
<td><code>net stop sppsvc &amp;&amp; net start sppsvc</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</li>
<li>Active server after reboot. This can be done via the GUI or by executing the following command from an elevated command prompt:
<div id="highlighter_659446">
<div>
<div>
<table>
<tbody>
<tr>
<td><span style="font-family:monospace;"><br />
</span></td>
<td><code>slmgr.vbs /ato</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</li>
<li>Enables automatic DNS publishing by the KMS host by entering the below command in an elevated command promt. Note this should already be enabled, but just in case, we execute the command.
<div id="highlighter_968">
<div>
<div>
<table>
<tbody>
<tr>
<td><span style="font-family:monospace;"><br />
</span></td>
<td><code>slmgr /sdns</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</li>
</ol>
<p>Now you are done installing your KMS server.Note this will provide activation for clients and/or servers depending on the KMS key you used to activate DC2. Office KMS activation will be covered in a later section.</p>
<p><span style="color:#333333;font-family:Tahoma;font-size:10pt;">I do recommend verifying that the SRV record in DNS is created. Note that you should have no problems with the automatic creation if you are using the vanilla install of AD and have no specific security restrictions in DNS. To verify that the DNS record has been created open up DNS and check. Refer to the screenshot below to see where it lives:<br />
<a href="http://ivan.dretvich.com/wp-content/uploads/2011/06/SLMGR-DNS-config.jpg"><img src="http://trentsteele.files.wordpress.com/2012/01/011112_1508_configuring1.jpg?w=630" alt="" border="0" /></a><br />
</span></p>
<p><span style="color:#555555;font-family:Tahoma;font-size:12pt;"><strong>Installing Office KMS Host<br />
</strong></span></p>
<p><span style="color:#333333;font-family:Tahoma;font-size:10pt;">As mentioned above we have determined that the one KMS box (DC2) is suitable to do all of our activations for Microsoft products, so now we have to configure the Office KMS host on DC2. To do this we do the following:<br />
</span></p>
<ol>
<li><span style="color:#333333;font-family:Tahoma;font-size:10pt;">Log onto https://www.microsoft.com/licensing/servicecenter/ and fetch your key: <em>&#8220;Office 2010 Suites and Apps KMS&#8221; – Note your key may be similar. If unsure speak to your Microsoft Account Manager.</em><br />
</span></li>
<li><span style="color:#333333;font-family:Tahoma;font-size:10pt;">Download the Office 2010 KMS Host License Pack from the Microsoft website: <a title="Microsoft Office 2010 KMS Host License Pack" href="http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&amp;FamilyID=97b7b710-6831-4ce5-9ff5-fdc21fe8d965" target="_blank"><span style="text-decoration:underline;">http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&amp;FamilyID=97b7b710-6831-4ce5-9ff5-fdc21fe8d965</span></a>. Its only 903kb so wont take too long.<br />
</span></li>
<li><span style="color:#333333;font-family:Tahoma;font-size:10pt;">Execute KeyManagementServiceHost.exe from your existing KMS server&gt; In our case its DC2. Follow the prompt to finish the setup process.<br />
</span></li>
<li><span style="color:#333333;font-family:Tahoma;font-size:10pt;">When prompted enter the KMS key for Office 2010.<br />
</span></li>
</ol>
<p><span style="color:#333333;font-family:Tahoma;font-size:10pt;">Thats it. Just as easy to setup. Now you are ready to activeate Office 2010 with KMS. to help monitor this, please refer the the section below.<br />
</span></p>
<p><span style="color:#555555;font-family:Tahoma;font-size:12pt;"><strong>Administering the KMS server<br />
</strong></span></p>
<p><span style="color:#333333;font-family:Tahoma;font-size:10pt;">I take it now you want to see whether it works and if clients can be activated. Now i will go into administering the KMS server, which will be quite brief as there is not much to it, and is really only there to aid in troubleshooting, and to have a sticky beak when implementing it. Once its running there is no real reason to keep going in and checking up on it.<br />
</span></p>
<p><span style="color:#333333;font-family:Tahoma;font-size:10pt;">All functions to view settings and make changes are done through the already used VBS script slmgr.vbs. To see all the commands simply run slmgr from the command prompt. Note to execute changes you will need elevated command prompt. You will see the following screens:<br />
</span></p>
<p><a href="http://ivan.dretvich.com/wp-content/uploads/2011/06/2011-06-09_1147101.png"><img src="http://trentsteele.files.wordpress.com/2012/01/011112_1508_configuring2.png?w=630" alt="" border="0" /></a><a href="http://ivan.dretvich.com/wp-content/uploads/2011/06/2011-06-09_1147051.png"><img src="http://trentsteele.files.wordpress.com/2012/01/011112_1508_configuring3.png?w=630" alt="" border="0" /></a><a href="http://ivan.dretvich.com/wp-content/uploads/2011/06/2011-06-09_1147071.png"><img src="http://trentsteele.files.wordpress.com/2012/01/011112_1508_configuring4.png?w=630" alt="" border="0" /></a><a href="http://ivan.dretvich.com/wp-content/uploads/2011/06/2011-06-09_1147021.png"><img src="http://trentsteele.files.wordpress.com/2012/01/011112_1508_configuring5.png?w=630" alt="" border="0" /></a><span style="color:#333333;font-family:Tahoma;font-size:10pt;"><br />
</span></p>
<p><span style="color:#333333;font-family:Tahoma;font-size:10pt;">So the most common command that i used was:<br />
</span></p>
<p>Displays license information (KMS Activation Count)</p>
<div id="highlighter_334905">
<div>
<div>
<table>
<tbody>
<tr>
<td><span style="font-family:monospace;"><br />
</span></td>
<td><code>cscript slmgr.vbs /dli</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>Displays detailed license information</p>
<div id="highlighter_93679">
<div>
<div>
<table>
<tbody>
<tr>
<td><span style="font-family:monospace;"><br />
</span></td>
<td><code>cscript slmgr.vbs /dlv all</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>For Office specific information you can run the below command to get the info wanted:</p>
<div id="highlighter_444484">
<div>
<div>
<table>
<tbody>
<tr>
<td><span style="font-family:monospace;"><br />
</span></td>
<td><code>cscript slmgr.vbs /dlv bfe7a195-4f8f-4f0b-a622-cf13c7d16864</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>Note I add cscript to the front of the command so that the output stays within the command window, this lets me output/scroll if there is a lot of data where as the usual vbs dialog crops the output.</p>
<p><span style="color:#333333;font-family:Tahoma;"><br />
</span></p>
<p><span style="color:#555555;font-family:Tahoma;font-size:12pt;"><strong>Configuring KMS Clients<br />
</strong></span></p>
<p><span style="color:#333333;font-family:Tahoma;font-size:10pt;">By default, Volume Licensing edition of Windows Vista, Windows 7 , Windows Server 2008, and Windows Server 2008 R2 are KMS clients. If the computers the organisation wants to activate using KMS are using any of these operating systems and the network allows DNS auto-discovery, no further configuration is needed.<br />
</span></p>
<p><span style="color:#333333;font-family:Tahoma;font-size:10pt;">If required you can configure the KMS client to connect to a specific KMS host, use a specific port and disable KMS auto-discovery.<br />
</span></p>
<p><span style="color:#333333;font-family:Tahoma;font-size:10pt;">When deploying KMS clients using WAIK you can use 2 different methods to prepare the client:<br />
</span></p>
<ul>
<li><span style="color:#333333;font-family:Tahoma;font-size:10pt;">SYSPREP – run Sysprep /generalize which will reset the activation timer along with removing SID and a few other settings. Read about this before actually using it.<br />
</span></li>
<li><span style="color:#333333;font-family:Tahoma;font-size:10pt;">Software License Manager – run slmgr.vbs /rearm in an elevated command prompt to reset the grace period back to 30 days. Note you can only perform this 3 times in total.<br />
</span></li>
</ul>
<p><span style="color:#333333;font-family:Tahoma;font-size:10pt;">You can also manually force activation of the client by using the GUI from Control Panel -&gt; System or by running slmgr /ato.<br />
</span></p>
<p><span style="color:#333333;font-family:Tahoma;font-size:10pt;">If you want to convert MAK installations of Windows or Office to KMS, you need to change their product key, and then reactivate. Use the below keys to perform this:<br />
</span></p>
<div>
<table style="border-collapse:collapse;" border="0">
<col style="width:300px;" />
<col style="width:223px;" />
<tbody valign="top">
<tr style="background:#edeff0;">
<td style="border:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;"><strong>Operating system edition</strong></span></td>
<td style="border-top:solid #cccccc .75pt;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;"><strong>Product key</strong></span></td>
</tr>
<tr style="background:white;">
<td style="border-top:none;border-left:solid #cccccc .75pt;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;" colspan="2"><span style="color:#333333;font-family:Tahoma;font-size:9pt;"><strong>Windows 7</strong></span></td>
</tr>
<tr style="background:white;">
<td style="border-top:none;border-left:solid #cccccc .75pt;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">Windows 7 Professional</span></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">FJ82H-XT6CR-J8D7P-XQJJ2-GPDD4</span></td>
</tr>
<tr style="background:white;">
<td style="border-top:none;border-left:solid #cccccc .75pt;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">Windows 7 Professional N</span></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">MRPKT-YTG23-K7D7T-X2JMM-QY7MG</span></td>
</tr>
<tr style="background:white;">
<td style="border-top:none;border-left:solid #cccccc .75pt;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">Windows 7 Enterprise</span></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">33PXH-7Y6KF-2VJC9-XBBR8-HVTHH</span></td>
</tr>
<tr style="background:white;">
<td style="border-top:none;border-left:solid #cccccc .75pt;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">Windows 7 Enterprise N</span></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">YDRBP-3D83W-TY26F-D46B2-XCKRJ</span></td>
</tr>
<tr style="background:white;">
<td style="border-top:none;border-left:solid #cccccc .75pt;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;" colspan="2"><span style="color:#333333;font-family:Tahoma;font-size:9pt;"><strong>Windows Server 2008 R2</strong></span></td>
</tr>
<tr style="background:white;">
<td style="border-top:none;border-left:solid #cccccc .75pt;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">Windows Server 2008 R2 HPC Edition</span></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">FKJQ8-TMCVP-FRMR7-4WR42-3JCD7</span></td>
</tr>
<tr style="background:white;">
<td style="border-top:none;border-left:solid #cccccc .75pt;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">Windows Server 2008 R2 Datacenter</span></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">74YFP-3QFB3-KQT8W-PMXWJ-7M648</span></td>
</tr>
<tr style="background:white;">
<td style="border-top:none;border-left:solid #cccccc .75pt;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">Windows Server 2008 R2 Enterprise</span></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">489J6-VHDMP-X63PK-3K798-CPX3Y</span></td>
</tr>
<tr style="background:white;">
<td style="border-top:none;border-left:solid #cccccc .75pt;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">Windows Server 2008 R2 for Itanium-Based Systems</span></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">GT63C-RJFQ3-4GMB6-BRFB9-CB83V</span></td>
</tr>
<tr style="background:white;">
<td style="border-top:none;border-left:solid #cccccc .75pt;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">Windows Server 2008 R2 Standard</span></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">YC6KT-GKW9T-YTKYR-T4X34-R7VHC</span></td>
</tr>
<tr style="background:white;">
<td style="border-top:none;border-left:solid #cccccc .75pt;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">Windows Web Server 2008 R2</span></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">6TPJF-RBVHG-WBW2R-86QPH-6RTM4</span></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td>Windows Vista Business</td>
<td>YFKBB-PQJJV-G996G-VWGXY-2V3X8</td>
</tr>
<tr>
<td>Windows Vista Business N</td>
<td>HMBQG-8H2RH-C77VX-27R82-VMQBT</td>
</tr>
<tr>
<td>Windows Vista Enterprise</td>
<td>VKK3X-68KWM-X2YGT-QR4M6-4BWMV</td>
</tr>
<tr>
<td>Windows Vista Enterprise N</td>
<td>VTC42-BM838-43QHV-84HX6-XJXKV</td>
</tr>
<tr>
<td colspan="2"></td>
</tr>
<tr>
<td>Windows Server 2008 Datacenter</td>
<td>7M67G-PC374-GR742-YH8V4-TCBY3</td>
</tr>
<tr>
<td>Windows Server 2008 Datacenter without Hyper-V</td>
<td>22XQ2-VRXRG-P8D42-K34TD-G3QQC</td>
</tr>
<tr>
<td>Windows Server 2008 for Itanium-Based Systems</td>
<td>4DWFP-JF3DJ-B7DTH-78FJB-PDRHK</td>
</tr>
<tr>
<td>Windows Server 2008 Enterprise</td>
<td>YQGMW-MPWTJ-34KDK-48M3W-X4Q6V</td>
</tr>
<tr>
<td>Windows Server 2008 Enterprise without Hyper-V</td>
<td>39BXF-X8Q23-P2WWT-38T2F-G3FPG</td>
</tr>
<tr>
<td>Windows Server 2008 Standard</td>
<td>TM24T-X9RMF-VWXK6-X8JC9-BFGM2</td>
</tr>
<tr>
<td>Windows Server 2008 Standard without Hyper-V</td>
<td>W7VD6-7JFBR-RX26B-YKQ3Y-6FFFJ</td>
</tr>
<tr>
<td>Windows Web Server 2008</td>
<td>WYR28-R7TFJ-3X2YQ-YCY4H-M249D</td>
</tr>
</tbody>
</table>
</div>
<div>
<table style="border-collapse:collapse;background:white;" border="0">
<col style="width:20px;" />
<col style="width:188px;" />
<col style="width:229px;" />
<tbody valign="top">
<tr>
<td style="border:solid #cccccc .75pt;padding:3px 10px;" colspan="3"><span style="color:#333333;font-family:Tahoma;font-size:9pt;"><strong>Office 2010 Suites</strong></span></td>
</tr>
<tr>
<td style="border-top:none;border-left:solid #cccccc .75pt;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">Office Professional Plus 2010</span></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">VYBBJ-TRJPB-QFQRF-QFT4D-H3GVB</span></td>
</tr>
<tr>
<td style="border-top:none;border-left:solid #cccccc .75pt;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">Office Standard 2010</span></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">V7QKV-4XVVR-XYV4D-F7DFM-8R6BM</span></td>
</tr>
<tr>
<td style="border-top:none;border-left:solid #cccccc .75pt;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">Office Home and Business 2010</span></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">D6QFG-VBYP2-XQHM7-J97RH-VVRCK</span></td>
</tr>
<tr>
<td style="border-top:none;border-left:solid #cccccc .75pt;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;" colspan="3"><span style="color:#333333;font-family:Tahoma;font-size:9pt;"><strong>Office 2010 Stand-alone products</strong></span></td>
</tr>
<tr>
<td style="border-top:none;border-left:solid #cccccc .75pt;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">Access 2010</span></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">V7Y44-9T38C-R2VJK-666HK-T7DDX</span></td>
</tr>
<tr>
<td style="border-top:none;border-left:solid #cccccc .75pt;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">Excel 2010</span></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">H62QG-HXVKF-PP4HP-66KMR-CW9BM</span></td>
</tr>
<tr>
<td style="border-top:none;border-left:solid #cccccc .75pt;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">SharePoint Workspace 2010</span></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">QYYW6-QP4CB-MBV6G-HYMCJ-4T3J4</span></td>
</tr>
<tr>
<td style="border-top:none;border-left:solid #cccccc .75pt;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">InfoPath 2010</span></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">K96W8-67RPQ-62T9Y-J8FQJ-BT37T</span></td>
</tr>
<tr>
<td style="border-top:none;border-left:solid #cccccc .75pt;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">OneNote 2010</span></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">Q4Y4M-RHWJM-PY37F-MTKWH-D3XHX</span></td>
</tr>
<tr>
<td style="border-top:none;border-left:solid #cccccc .75pt;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">Outlook 2010</span></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">7YDC2-CWM8M-RRTJC-8MDVC-X3DWQ</span></td>
</tr>
<tr>
<td style="border-top:none;border-left:solid #cccccc .75pt;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">PowerPoint 2010</span></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">RC8FX-88JRY-3PF7C-X8P67-P4VTT</span></td>
</tr>
<tr>
<td style="border-top:none;border-left:solid #cccccc .75pt;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">Project Professional 2010</span></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">YGX6F-PGV49-PGW3J-9BTGG-VHKC6</span></td>
</tr>
<tr>
<td style="border-top:none;border-left:solid #cccccc .75pt;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">Project Standard 2010</span></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">4HP3K-88W3F-W2K3D-6677X-F9PGB</span></td>
</tr>
<tr>
<td style="border-top:none;border-left:solid #cccccc .75pt;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">Publisher 2010</span></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">BFK7F-9MYHM-V68C7-DRQ66-83YTP</span></td>
</tr>
<tr>
<td style="border-top:none;border-left:solid #cccccc .75pt;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">Word 2010</span></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">HVHB3-C6FV7-KQX9W-YQG79-CRY7T</span></td>
</tr>
<tr>
<td style="border-top:none;border-left:solid #cccccc .75pt;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;" colspan="3"><span style="color:#333333;font-family:Tahoma;font-size:9pt;"><strong>Visio 2010</strong></span></td>
</tr>
<tr>
<td style="border-top:none;border-left:solid #cccccc .75pt;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">Visio Premium 2010</span></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">D9DWC-HPYVV-JGF4P-BTWQB-WX8BJ</span></td>
</tr>
<tr>
<td style="border-top:none;border-left:solid #cccccc .75pt;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">Visio Professional 2010</span></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">7MCW8-VRQVK-G677T-PDJCM-Q8TCP</span></td>
</tr>
<tr>
<td style="border-top:none;border-left:solid #cccccc .75pt;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">Visio Standard 2010</span></td>
<td style="border-top:none;border-left:none;border-bottom:solid #cccccc .75pt;border-right:solid #cccccc .75pt;padding:3px 10px;"><span style="color:#333333;font-family:Tahoma;font-size:9pt;">767HD-QGMWX-8QTDB-9G3R2-KHFGJ</span></td>
</tr>
</tbody>
</table>
</div>
<p><span style="color:#333333;font-family:Tahoma;font-size:10pt;">You can convert Windows and Office from MAC to KMS using the GUI available, or you can use the following commands:<br />
</span></p>
<p><span style="color:#333333;font-family:Tahoma;font-size:10pt;"><strong>Windows</strong><br />
To install a KMS key, type <strong>slmgr.vbs /ipk <em>KmsKey</em></strong> at a command prompt.<br />
To active online, type <strong>slmgr.vbs /ato</strong> at a command prompt.<br />
To activate by using the telephone, type <strong>slui.exe 4</strong> at a command prompt.<br />
</span></p>
<p><span style="color:#333333;font-family:Tahoma;font-size:10pt;"><strong>Office</strong><br />
To install a KMS key, type <strong>ospp.vbs /inpkey:<em>KmsKey</em></strong> at a command prompt.<br />
To active online, type <strong>ospp.vbs /act</strong> at a command prompt.<br />
</span></p>
<p><span style="color:#555555;font-family:Tahoma;font-size:12pt;"><strong>Important Links<br />
</strong></span></p>
<p><span style="color:#333333;font-family:Tahoma;font-size:10pt;">Here are the resources that I got most of the information I needed.<br />
</span></p>
<ul>
<li><span style="color:#333333;font-family:Tahoma;font-size:10pt;">Deploying KMS Activation<br />
<a title="http://technet.microsoft.com/en-us/library/ff793409.aspx" href="http://technet.microsoft.com/en-us/library/ff793409.aspx" target="_blank"><span style="text-decoration:underline;">http://technet.microsoft.com/en-us/library/ff793409.aspx</span></a><br />
</span></li>
<li><span style="color:#333333;font-family:Tahoma;font-size:10pt;">How to install or Update KMS on Server 2008 for windows 7 and Server 2008 Support<br />
<a title="http://myitforum.com/cs2/blogs/jmarcum/archive/2009/10/29/142586.aspx" href="http://myitforum.com/cs2/blogs/jmarcum/archive/2009/10/29/142586.aspx" target="_blank"><span style="text-decoration:underline;">http://myitforum.com/cs2/blogs/jmarcum/archive/2009/10/29/142586.aspx</span></a><br />
</span></li>
<li><span style="color:#333333;font-family:Tahoma;font-size:10pt;">Plan volume activation of Office 2010<br />
<a title="http://technet.microsoft.com/en-us/library/ee624358.aspx" href="http://technet.microsoft.com/en-us/library/ee624358.aspx" target="_blank"><span style="text-decoration:underline;">http://technet.microsoft.com/en-us/library/ee624358.aspx</span></a><br />
</span></li>
<li><span style="color:#333333;font-family:Tahoma;font-size:10pt;">Deploy volume activation of Office 2011<br />
<a title="http://technet.microsoft.com/en-us/library/ee624357.aspx" href="http://technet.microsoft.com/en-us/library/ee624357.aspx" target="_blank"><span style="text-decoration:underline;">http://technet.microsoft.com/en-us/library/ee624357.aspx</span></a><br />
</span></li>
<li><span style="color:#333333;font-family:Tahoma;font-size:10pt;">Troubleshoot volume activation for Office 2010<br />
<a title="http://technet.microsoft.com/en-us/library/ee624355.aspx" href="http://technet.microsoft.com/en-us/library/ee624355.aspx" target="_blank"><span style="text-decoration:underline;">http://technet.microsoft.com/en-us/library/ee624355.aspx</span></a><br />
</span></li>
<li><span style="color:#333333;font-family:Tahoma;font-size:10pt;">Tools to configure client computers in Office 2010<br />
<a title="http://technet.microsoft.com/en-us/library/ee624350.aspx" href="http://technet.microsoft.com/en-us/library/ee624350.aspx" target="_blank"><span style="text-decoration:underline;">http://technet.microsoft.com/en-us/library/ee624350.aspx</span></a></span></li>
</ul>
<ul>
<li>
<div><span style="color:#333333;font-family:Tahoma;font-size:10pt;">Slmgr.vbs Options<br />
</span></div>
<p><a href="http://www.sysprobs.com/disable-enable-virtualization-technology-bios">http://technet.microsoft.com/en-us/library/ff793433.aspx</a><span style="color:#333333;font-family:Tahoma;font-size:10pt;"><br />
</span></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/trentsteele.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/trentsteele.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/trentsteele.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/trentsteele.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/trentsteele.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/trentsteele.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/trentsteele.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/trentsteele.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/trentsteele.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/trentsteele.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/trentsteele.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/trentsteele.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/trentsteele.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/trentsteele.wordpress.com/301/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=trentsteele.wordpress.com&amp;blog=13866112&amp;post=301&amp;subd=trentsteele&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://trentsteele.wordpress.com/2012/01/11/configuring-a-kms-server-on-windows-server-2008-r2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/43e24b9ff9e4d4392d9e340d6fbd3207?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">trentsteele</media:title>
		</media:content>

		<media:content url="http://trentsteele.files.wordpress.com/2012/01/011112_1508_configuring1.jpg" medium="image" />

		<media:content url="http://trentsteele.files.wordpress.com/2012/01/011112_1508_configuring2.png" medium="image" />

		<media:content url="http://trentsteele.files.wordpress.com/2012/01/011112_1508_configuring3.png" medium="image" />

		<media:content url="http://trentsteele.files.wordpress.com/2012/01/011112_1508_configuring4.png" medium="image" />

		<media:content url="http://trentsteele.files.wordpress.com/2012/01/011112_1508_configuring5.png" medium="image" />
	</item>
		<item>
		<title>Creating a bootable USB containing ESXi 5 – [ToolBOX]</title>
		<link>http://trentsteele.wordpress.com/2011/10/21/creating-a-bootable-usb-containing-esxi-5-%e2%80%93-toolbox/</link>
		<comments>http://trentsteele.wordpress.com/2011/10/21/creating-a-bootable-usb-containing-esxi-5-%e2%80%93-toolbox/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 04:18:51 +0000</pubDate>
		<dc:creator>trentsteele</dc:creator>
				<category><![CDATA[ToolBOX]]></category>

		<guid isPermaLink="false">http://trentsteele.wordpress.com/2011/10/21/creating-a-bootable-usb-containing-esxi-5-%e2%80%93-toolbox/</guid>
		<description><![CDATA[I just finished posting my blog on creating a Citrix XenServer bootable USB image. I did so after having to create a bootable ESXi 5 USB image for a client who just couldn&#8217;t get the external USB CD-ROM to work right and we were using the HP iLO to perform installations which was painfully slow. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=trentsteele.wordpress.com&amp;blog=13866112&amp;post=295&amp;subd=trentsteele&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I just finished posting my blog on creating a Citrix XenServer bootable USB image. I did so after having to create a bootable ESXi 5 USB image for a client who just couldn&#8217;t get the external USB CD-ROM to work right and we were using the HP iLO to perform installations which was <strong><em>painfully</em></strong> slow. Installing from USB was incredibly fast and I wanted to share those instructions with you as well. Since PendriveLinux wouldn&#8217;t work in the same way XenServer 6 did, I have made a small step-by-step guide on how to achieve this using a different tool. So here we go…
</p>
<ol>
<li>Download the ESXi 5  .ISO and have it ready on your PC
</li>
<li>Download <a href="http://unetbootin.sourceforge.net/" target="_blank"><span style="color:blue;text-decoration:underline;">UNetbootin</span></a> and run the software (<a href="http://unetbootin.sourceforge.net/unetbootin-windows-latest.exe" target="_blank"><span style="color:blue;text-decoration:underline;">Windows</span></a> – <a href="http://unetbootin.sourceforge.net/unetbootin-mac-latest.zip" target="_blank"><span style="color:blue;text-decoration:underline;">Mac OS X</span></a> – <a href="http://unetbootin.sourceforge.net/unetbootin-linux-latest" target="_blank"><span style="color:blue;text-decoration:underline;">Linux</span></a>).
</li>
<li>Start the UNetbootin application and choose Diskimage (ISO) and browse to the downloaded ESXi 5 .ISO file.
</li>
</ol>
<p><a href="http://www.satheesh.net/wp-content/uploads/UNetbootin.png" title="&quot;&quot;"><img align="left" src="http://trentsteele.files.wordpress.com/2011/10/102111_0418_creatingabo1.png?w=630" alt="" border="0" /></a>
	</p>
<ol>
<li>Choose <strong>Type: USB Drive</strong> and choose the correct USB drive letter that you want the bootable installer to be installed to.
</li>
<li>There you are one bootable USB image for ESXi 5! Enjoy!!
</li>
</ol>
<p><span style="font-family:Times New Roman;font-size:12pt;"><br />
		</span> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/trentsteele.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/trentsteele.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/trentsteele.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/trentsteele.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/trentsteele.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/trentsteele.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/trentsteele.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/trentsteele.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/trentsteele.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/trentsteele.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/trentsteele.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/trentsteele.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/trentsteele.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/trentsteele.wordpress.com/295/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=trentsteele.wordpress.com&amp;blog=13866112&amp;post=295&amp;subd=trentsteele&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://trentsteele.wordpress.com/2011/10/21/creating-a-bootable-usb-containing-esxi-5-%e2%80%93-toolbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/43e24b9ff9e4d4392d9e340d6fbd3207?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">trentsteele</media:title>
		</media:content>

		<media:content url="http://trentsteele.files.wordpress.com/2011/10/102111_0418_creatingabo1.png" medium="image" />
	</item>
		<item>
		<title>Creating a bootable USB containing XenServer 6.0 – [ToolBOX]</title>
		<link>http://trentsteele.wordpress.com/2011/10/20/creating-a-bootable-usb-containing-xenserver-6-0-%e2%80%93-toolbox/</link>
		<comments>http://trentsteele.wordpress.com/2011/10/20/creating-a-bootable-usb-containing-xenserver-6-0-%e2%80%93-toolbox/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 03:39:03 +0000</pubDate>
		<dc:creator>trentsteele</dc:creator>
				<category><![CDATA[ToolBOX]]></category>

		<guid isPermaLink="false">http://trentsteele.wordpress.com/2011/10/20/creating-a-bootable-usb-containing-xenserver-6-0-%e2%80%93-toolbox/</guid>
		<description><![CDATA[I needed to finally get some XenServers in my lab at home, so I purchased a pair of SUN Sunfire X4100 servers containing Quad-Core AMD processors and 16GB of RAM on the cheap which I thought would be perfect. The only thing about these servers is that they don&#8217;t have a CD-ROM on them, so [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=trentsteele.wordpress.com&amp;blog=13866112&amp;post=293&amp;subd=trentsteele&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I needed to finally get some XenServers in my lab at home, so I purchased a pair of SUN Sunfire X4100 servers containing Quad-Core AMD processors and 16GB of RAM on the cheap which I thought would be perfect. The only thing about these servers is that they don&#8217;t have a CD-ROM on them, so I set the BIOS to boot from USB hoping to use a thumb drive. This is when I realized…Uh oh! How do I get the Xenserver 6 .iso on the USB making it bootable? Below I will save you some time by providing the best steps that I have found to get this made easily and quickly.
</p>
<ol>
<li>Download the XenServer 6 .ISO and have it ready on your PC
</li>
<li>Download PendriveLinux (<a href="http://www.pendrivelinux.com/">http://www.pendrivelinux.com/</a>) from here (<a href="http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/">http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/</a>)
</li>
<li>Launch the Universal USB Installer
</li>
<li>From the drop-down, scroll to the bottom and choose &#8220;Try Unlisted Linux ISO (NEW Syslinux)&#8221;
</li>
<li>Choose the location of the XenServer ISO
</li>
<li>
<div>Select the drive letter for your USB
</div>
<ol>
<li>(optional) I chose to format the drive
</li>
</ol>
</li>
<li>Click Create
</li>
<li>
<div>After creation is finished, on the USB drive, navigate to the /boot/isolinux folder on the root of the USB
</div>
<ol>
<li>Rename the &#8216;isolinux.cfg&#8217; file to &#8216;syslinux.cfg&#8217;
</li>
<li>Rename the &#8216;isolinux.bin&#8217; file to &#8216;syslinux.bin&#8217;
</li>
</ol>
</li>
</ol>
<p>There you are one bootable USB image for XenServer 6! Enjoy!!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/trentsteele.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/trentsteele.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/trentsteele.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/trentsteele.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/trentsteele.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/trentsteele.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/trentsteele.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/trentsteele.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/trentsteele.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/trentsteele.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/trentsteele.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/trentsteele.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/trentsteele.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/trentsteele.wordpress.com/293/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=trentsteele.wordpress.com&amp;blog=13866112&amp;post=293&amp;subd=trentsteele&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://trentsteele.wordpress.com/2011/10/20/creating-a-bootable-usb-containing-xenserver-6-0-%e2%80%93-toolbox/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/43e24b9ff9e4d4392d9e340d6fbd3207?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">trentsteele</media:title>
		</media:content>
	</item>
		<item>
		<title>vSphere 5 vCenter Server Virtual Appliance Quick-Start Guide</title>
		<link>http://trentsteele.wordpress.com/2011/10/05/vsphere-5-vcenter-server-virtual-appliance-quick-start-guide/</link>
		<comments>http://trentsteele.wordpress.com/2011/10/05/vsphere-5-vcenter-server-virtual-appliance-quick-start-guide/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 13:02:20 +0000</pubDate>
		<dc:creator>trentsteele</dc:creator>
				<category><![CDATA[vBOX]]></category>

		<guid isPermaLink="false">http://trentsteele.wordpress.com/2011/10/05/vsphere-5-vcenter-server-virtual-appliance-quick-start-guide/</guid>
		<description><![CDATA[The vCenter Server Linux Virtual Appliance (vCSA) is a preconfigured Linux-based virtual machine that is optimized for running vCenter Server and associated services. vCenter Server Virtual Appliance provides all features as the Windows vCenter Server but does not support the following features: Microsoft SQL as the database for vCenter – requires stable ODBC driver for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=trentsteele.wordpress.com&amp;blog=13866112&amp;post=291&amp;subd=trentsteele&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-family:Times New Roman;font-size:12pt;">The vCenter Server Linux Virtual Appliance (vCSA) is a preconfigured Linux-based virtual machine that is optimized for running vCenter Server and associated services.<br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">vCenter Server Virtual Appliance provides all features as the Windows vCenter Server but does not support the following features:<br />
</span></p>
<ul>
<li><span style="font-family:Times New Roman;font-size:12pt;">Microsoft SQL as the database for vCenter – requires stable ODBC driver for Linux that can scale.<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;">vCenter Server Linked Mode – requires ADAM.<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;">vCenter Server Heartbeat – requires Windows.<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;">IPv6.<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;">Single sign-on using Windows session credentials.<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;">VMware View Composer (Linked Clones) – installed on Windows vCenter Server only.<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;">vSphere Storage Appliance – VSA Manager &amp; VSA Cluster Server installed on Windows vCenter Server.<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;">VIX Plugin for vCenter Orchestrator – VMware Tools API only works with Windows vCenter Server.<br />
</span></li>
</ul>
<p><span style="font-family:Times New Roman;font-size:12pt;">Other VMware products that work with the vCSA:<br />
</span></p>
<ul>
<li><span style="font-family:Times New Roman;font-size:12pt;">vCenter Operations.<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;">vCenter Orchestrator.<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;">vCenter CapacityIQ.<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;">SRM5.<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;">Auto Deploy.<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;">vCenter Update Manager.<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;">vMA.<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;">vSphere Client.<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;">vSphere Web Client.<br />
</span></li>
</ul>
<p><span style="font-family:Times New Roman;font-size:12pt;">The following table lists the required files that you will need, gather these files before proceeding.<br />
</span></p>
<p><img src="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce1.png?w=630" alt="" /><span style="font-family:Times New Roman;font-size:12pt;"><br />
</span></p>
<h2>Watch the 10-minute installation video (Optimized for iPad)</h2>
<p><a href="http://www.youtube.com/watch?v=e6DY7FHEr2M&amp;feature=player_embedded"><br />
</a></p>
<h2><span style="color:blue;font-family:Times New Roman;font-size:18pt;text-decoration:underline;">http://www.youtube.com/watch?v=e6DY7FHEr2M&amp;feature=player_embedded</span></h2>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h2></h2>
<h2>Deploy the vCenter Server Linux Virtual Appliance</h2>
<ul>
<li><span style="font-family:Times New Roman;font-size:12pt;">Launch your vSphere Client and navigate to File | Deploy OVF Template.<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;">Browse to the location of the vCenter Appliance .ovf file, then click on Open.<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;">On the following screen click on Next.<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;">Then click on Next again on the OVF Template Details page.<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;">Under Name and Location, give your vCenter Appliance a name then click Next.<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;">Choose a datastore then click Next.<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;">Select a disk format on the next page then click on Next to continue.<br />
</span></li>
<li>
<div><span style="font-family:Times New Roman;font-size:12pt;">Click on Finish to start deploying.<br />
</span></div>
<p><img src="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce2.png?w=630" alt="" /><span style="font-family:Times New Roman;font-size:12pt;"><br />
</span></li>
</ul>
<h2>Configuring the vCenter Server Linux Virtual Appliance</h2>
<ul>
<li><span style="font-family:Times New Roman;font-size:12pt;">Boot the appliance.<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;">Open a vSphere Client console session to the virtual appliance and configure the network and timezone.<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;">Now open up a browser and type https://&lt;ip_of_appliance&gt;:5480 to continue the configuration.<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;">Accept the certificate error to continue.<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;">Login as <strong>root</strong>, the default password is <strong>vmware</strong>.<br />
</span></li>
</ul>
<p><img src="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce3.png?w=630" alt="" /><span style="font-family:Times New Roman;font-size:12pt;"><br />
</span></p>
<ul>
<li><span style="font-family:Times New Roman;font-size:12pt;">Now read through the entire EULA and click on Accept EULA to continue. Please be patient while the vCenter is configured (this takes a few minutes). If you look at the appliance remote console you&#8217;ll see the services being configured and started.<br />
</span></li>
</ul>
<p><img src="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce4.png?w=630" alt="" /><span style="font-family:Times New Roman;font-size:12pt;"><br />
</span></p>
<ul>
<li><span style="font-family:Times New Roman;font-size:12pt;">You can start using the web interface again once the console screen returns to default.<br />
</span></li>
</ul>
<p><img src="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce5.png?w=630" alt="" /><span style="font-family:Times New Roman;font-size:12pt;"><br />
</span></p>
<ul>
<li><span style="font-family:Times New Roman;font-size:12pt;">Next click on Status, and view the current status of the vCenter Server. The service should be on a Stopped state and the Database Type should show not configured.<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;">Click on the <img src="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce6.png?w=630" alt="" />tab, you will notice that there are no DNS Servers configured and the appliance&#8217;s hostname is the standard localhost.localdom, lets change this.<br />
</span></li>
<li>
<div><span style="font-family:Times New Roman;font-size:12pt;">The best way to change the Network settings is to go to the console of the vCenter server and select configure network. Walk through changing the IP address, DNS servers, and the Hostname for the appliance.<br />
</span></div>
<p><img src="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce7.png?w=630" alt="" /><span style="font-family:Times New Roman;font-size:12pt;"><br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;">Log back into the interface using the IP address which you just configured. https://&lt;ip_of_appliance&gt;:5480 Setup authentication by clicking on <img src="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce8.png?w=630" alt="" />and then on either NIS or Active Directory. My &#8216;thevbox.info&#8217; lab environment uses AD.<br />
</span></li>
<li>
<div><span style="font-family:Times New Roman;font-size:12pt;">Click on the tick box and then fill in your domain details and then click on Save Settings. You should receive an Operation is successful message to confirm that the authentication settings has worked.<br />
</span></div>
<p><img src="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce9.png?w=630" alt="" /><span style="font-family:Times New Roman;font-size:12pt;"><br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;">We now need to configure a database for vCenter to use, for this article, let&#8217;s use the embedded DB2 database. Click on <img src="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce10.png?w=630" alt="" />to continue.<br />
</span></li>
<li>
<div><span style="font-family:Times New Roman;font-size:12pt;">When using the embedded database, there is no need to enter any details, just click on <img src="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce11.png?w=630" alt="" />. This will take several minutes to complete, once done click on <img src="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce12.png?w=630" alt="" />. After what seems to be too long, the database will complete configuration, you should receive an Operation is successful message to confirm.<br />
</span></div>
<p><img src="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce13.png?w=630" alt="" /><span style="font-family:Times New Roman;font-size:12pt;"><br />
</span></li>
<li>
<div><span style="font-family:Times New Roman;font-size:12pt;">Set the time zone by clicking on <img src="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce14.png?w=630" alt="" /> and then <img src="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce15.png?w=630" alt="" />. Select your time zone and then click <img src="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce16.png?w=630" alt="" /><br />
</span></div>
<p><img src="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce17.png?w=630" alt="" /><span style="font-family:Times New Roman;font-size:12pt;"><br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;">Now reboot the virtual appliance one last time. To reboot click on <img src="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce18.png?w=630" alt="" /> and then click on <img src="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce19.png?w=630" alt="" />. Click Reboot again to confirm.<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;">This time the vCenter Appliance will successfully start the vpxd daemon and initialize the database, eventually vCenter 5.0 will be ready for you to use.<br />
</span></li>
</ul>
<p><img src="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce20.png?w=630" alt="" /><span style="font-family:Times New Roman;font-size:12pt;"><br />
</span></p>
<h2>Connecting to vCenter 5.0 for the first time</h2>
<p><span style="font-family:Times New Roman;font-size:12pt;">With all VMware vSphere Clients, when you start the vSphere Client and connect to either a vCenter Server or an ESX/ESXi host, it will check whether the vSphere Client is compatible. This is still the case with vSphere 5.0 and you will need to update your vSphere Client if you haven&#8217;t already done so. You can update by connecting to vCenter Server or ESX/ESXi or you can download the vSphere Client executable from the VMware Downloads website.<br />
</span></p>
<ol>
<li><span style="font-family:Times New Roman;font-size:12pt;">Launch the vSphere Client and connect to your newly configured vCenter Server.<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;">You must use <strong>root</strong> | <strong>vmware</strong> to login, domain credentials will not work until the permissions are added to vCenter.<br />
</span></li>
</ol>
<p><img src="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce21.png?w=630" alt="" /><span style="font-family:Times New Roman;font-size:12pt;"><br />
</span></p>
<ol>
<li><span style="font-family:Times New Roman;font-size:12pt;">Update the vSphere Client as necessary.<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;">Add an AD group into vCenter permissions and set the role as Administrator. [See video].<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;">Now you will be able to log in with domain credentials.<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;">You will need to enter your username in DOMAIN\Username or username@DOMAIN format.<br />
</span></li>
</ol>
<p><img src="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce22.png?w=630" alt="" /><span style="font-family:Times New Roman;font-size:12pt;"><br />
</span></p>
<h2>The little things…</h2>
<ul>
<li>
<div>To make sure that you can continue to use host customization files, use the following <a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1005593">KB Article</a> combined with WinSCP. Connect to the virtual appliance using WinSCP and navigate to the /etc/vmware-vpx/sysprep and place the appropriate sysprep files in their proper folders.</div>
<p><img src="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce23.png?w=630" alt="" /></li>
<li>More to come….</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/trentsteele.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/trentsteele.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/trentsteele.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/trentsteele.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/trentsteele.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/trentsteele.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/trentsteele.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/trentsteele.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/trentsteele.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/trentsteele.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/trentsteele.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/trentsteele.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/trentsteele.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/trentsteele.wordpress.com/291/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=trentsteele.wordpress.com&amp;blog=13866112&amp;post=291&amp;subd=trentsteele&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://trentsteele.wordpress.com/2011/10/05/vsphere-5-vcenter-server-virtual-appliance-quick-start-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/43e24b9ff9e4d4392d9e340d6fbd3207?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">trentsteele</media:title>
		</media:content>

		<media:content url="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce1.png" medium="image" />

		<media:content url="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce2.png" medium="image" />

		<media:content url="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce3.png" medium="image" />

		<media:content url="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce4.png" medium="image" />

		<media:content url="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce5.png" medium="image" />

		<media:content url="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce6.png" medium="image" />

		<media:content url="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce7.png" medium="image" />

		<media:content url="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce8.png" medium="image" />

		<media:content url="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce9.png" medium="image" />

		<media:content url="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce10.png" medium="image" />

		<media:content url="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce11.png" medium="image" />

		<media:content url="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce12.png" medium="image" />

		<media:content url="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce13.png" medium="image" />

		<media:content url="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce14.png" medium="image" />

		<media:content url="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce15.png" medium="image" />

		<media:content url="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce16.png" medium="image" />

		<media:content url="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce17.png" medium="image" />

		<media:content url="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce18.png" medium="image" />

		<media:content url="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce19.png" medium="image" />

		<media:content url="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce20.png" medium="image" />

		<media:content url="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce21.png" medium="image" />

		<media:content url="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce22.png" medium="image" />

		<media:content url="http://trentsteele.files.wordpress.com/2011/10/100511_1301_vsphere5vce23.png" medium="image" />
	</item>
		<item>
		<title>Hooray! Citrix Provisioning Server 6.0 is here at last!</title>
		<link>http://trentsteele.wordpress.com/2011/09/28/hooray-citrix-provisioning-server-6-0-is-here-at-last/</link>
		<comments>http://trentsteele.wordpress.com/2011/09/28/hooray-citrix-provisioning-server-6-0-is-here-at-last/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 19:02:01 +0000</pubDate>
		<dc:creator>trentsteele</dc:creator>
				<category><![CDATA[vBOX]]></category>

		<guid isPermaLink="false">http://trentsteele.wordpress.com/2011/09/28/hooray-citrix-provisioning-server-6-0-is-here-at-last/</guid>
		<description><![CDATA[According to http://blogs.citrix.com/2011/09/28/provisioning-services-6-0-from-single-image-delivery-to-single-image-management/ Citrix has finally released a long awaited update to Provisioning Server 5.6 in its newest form 6.0! With the 6.0 release it brings with it a lot of great enhancements including but not limited to Distributed vDisk Storage and Integrated vDisk Versioning. One of the other things that isn&#8217;t advertised in this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=trentsteele.wordpress.com&amp;blog=13866112&amp;post=267&amp;subd=trentsteele&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>According to <a href="http://blogs.citrix.com/2011/09/28/provisioning-services-6-0-from-single-image-delivery-to-single-image-management/">http://blogs.citrix.com/2011/09/28/provisioning-services-6-0-from-single-image-delivery-to-single-image-management/</a> Citrix has finally released a long awaited update to Provisioning Server 5.6 in its newest form 6.0! With the 6.0 release it brings with it a lot of great enhancements including but not limited to <strong>Distributed vDisk Storage </strong>and<strong> Integrated vDisk Versioning. </strong>One of the other things that isn&#8217;t advertised in this version should be the fix which allows a template to use a distributed vSwitch. This is talked about in this forum: <a href="http://forums.citrix.com/message.jspa?messageID=1541298">http://forums.citrix.com/message.jspa?messageID=1541298</a>. Also, see that error message below:
</p>
<p><img src="http://trentsteele.files.wordpress.com/2011/09/092811_1901_hooraycitri1.jpg?w=630" alt="" />
	</p>
<p>This should be a welcome upgrade for those who use provisioning server and use the built-in distributed switches or the Nexus 1000v. I will definitely be posting more on this version of Provisioning Server at a later date. Right now I am going to get this deployed in my lab! ENJOY!!!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/trentsteele.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/trentsteele.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/trentsteele.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/trentsteele.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/trentsteele.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/trentsteele.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/trentsteele.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/trentsteele.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/trentsteele.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/trentsteele.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/trentsteele.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/trentsteele.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/trentsteele.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/trentsteele.wordpress.com/267/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=trentsteele.wordpress.com&amp;blog=13866112&amp;post=267&amp;subd=trentsteele&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://trentsteele.wordpress.com/2011/09/28/hooray-citrix-provisioning-server-6-0-is-here-at-last/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/43e24b9ff9e4d4392d9e340d6fbd3207?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">trentsteele</media:title>
		</media:content>

		<media:content url="http://trentsteele.files.wordpress.com/2011/09/092811_1901_hooraycitri1.jpg" medium="image" />
	</item>
		<item>
		<title>Major Citrix Annoucements Today for RingCube, XenDesktop, XenApp, and XenClient</title>
		<link>http://trentsteele.wordpress.com/2011/08/24/major-citrix-annoucements-today-for-ringcube-xendesktop-xenapp-and-xenclient/</link>
		<comments>http://trentsteele.wordpress.com/2011/08/24/major-citrix-annoucements-today-for-ringcube-xendesktop-xenapp-and-xenclient/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 20:57:10 +0000</pubDate>
		<dc:creator>trentsteele</dc:creator>
				<category><![CDATA[vBOX]]></category>

		<guid isPermaLink="false">http://trentsteele.wordpress.com/2011/08/24/major-citrix-annoucements-today-for-ringcube-xendesktop-xenapp-and-xenclient/</guid>
		<description><![CDATA[If you are having a hard time keeping track of all the announcements today, here are the articles that have have spotted so far, discussing RingCube, XenDesktop 5.5, XenApp 6.5, XenClient 2, etc.:   Introducing XenApp 6.5, The definitive solution for on-demand app delivery: http://bit.ly/r2xkFf   HDX is even better in XenDesktop 5.5:  http://bit.ly/rj8Hrw   [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=trentsteele.wordpress.com&amp;blog=13866112&amp;post=260&amp;subd=trentsteele&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>If you are having a hard time keeping track of all the announcements today, here are the articles that have have spotted so far, discussing RingCube, XenDesktop 5.5, XenApp 6.5, XenClient 2, etc.:<br />
</h2>
<p>
 </p>
<ul style="margin-left:72pt;">
<li>Introducing <strong>XenApp 6.5</strong>, The definitive solution for on-demand app delivery: <a href="http://bit.ly/r2xkFf">http://bit.ly/r2xkFf</a>
		</li>
</ul>
<p>
 </p>
<ul style="margin-left:72pt;">
<li>HDX is even better in <strong>XenDesktop 5.5</strong>: <span style="color:#1f497d;"> <a href="http://bit.ly/rj8Hrw">http://bit.ly/rj8Hrw</a></span>
		</li>
</ul>
<p>
 </p>
<ul style="margin-left:72pt;">
<li>Personalization – Where does Citrix <strong>RingCube</strong> fit?: <span style="color:#1f497d;"> <a href="http://bit.ly/o0nD8C">http://bit.ly/o0nD8C</a></span>
		</li>
</ul>
<p>
 </p>
<ul style="margin-left:72pt;">
<li>New <strong>Receivers</strong> for Windows and Mac (OS X Lion) raise the bar along with Citrix XenDesktop 5.5!: <span style="color:#1f497d;"> <a href="http://bit.ly/oSMJ8l">http://bit.ly/oSMJ8l</a></span>
		</li>
</ul>
<p>
 </p>
<ul style="margin-left:72pt;">
<li>Citrix <strong>XenClient 2</strong> released, Find out what&#8217;s new: <span style="color:#1f497d;"> <a href="http://bit.ly/qeuGhO">http://bit.ly/qeuGhO</a></span>
		</li>
</ul>
<p>
 </p>
<ul style="margin-left:72pt;">
<li>Citrix <strong>XenDesktop 5.5</strong> Enhances User Personalization &amp; High-Definition Experience over the LAN or WAN: <span style="color:#1f497d;"> <a href="http://bit.ly/rde32F">http://bit.ly/rde32F</a></span>
		</li>
</ul>
<p>
 </p>
<ul style="margin-left:72pt;">
<li><strong>XenDesktop 5.5</strong> – Optimizing for the Private Cloud:  <a href="http://bit.ly/ojppNT">http://bit.ly/ojppNT</a>
		</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/trentsteele.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/trentsteele.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/trentsteele.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/trentsteele.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/trentsteele.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/trentsteele.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/trentsteele.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/trentsteele.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/trentsteele.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/trentsteele.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/trentsteele.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/trentsteele.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/trentsteele.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/trentsteele.wordpress.com/260/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=trentsteele.wordpress.com&amp;blog=13866112&amp;post=260&amp;subd=trentsteele&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://trentsteele.wordpress.com/2011/08/24/major-citrix-annoucements-today-for-ringcube-xendesktop-xenapp-and-xenclient/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/43e24b9ff9e4d4392d9e340d6fbd3207?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">trentsteele</media:title>
		</media:content>
	</item>
		<item>
		<title>Cloud Computing – Managing risk within the cloud (cont’d) &#8211; LockBOX</title>
		<link>http://trentsteele.wordpress.com/2011/06/02/cloud-computing-%e2%80%93-managing-risk-within-the-cloud-cont%e2%80%99d-lockbox/</link>
		<comments>http://trentsteele.wordpress.com/2011/06/02/cloud-computing-%e2%80%93-managing-risk-within-the-cloud-cont%e2%80%99d-lockbox/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 20:03:32 +0000</pubDate>
		<dc:creator>trentsteele</dc:creator>
				<category><![CDATA[LockBOX]]></category>

		<guid isPermaLink="false">http://trentsteele.wordpress.com/2011/06/02/cloud-computing-%e2%80%93-managing-risk-within-the-cloud-cont%e2%80%99d-lockbox/</guid>
		<description><![CDATA[  The second installment of Securing the Enterprise – [LockBOX] Four major concerns for security practitioners, and how to prepare yourself and your company for the cloud. This is the second part of an ongoing series concerning the management of risk in the cloud. You can find my first segment here. Data Separation Concerns. – Data [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=trentsteele.wordpress.com&amp;blog=13866112&amp;post=247&amp;subd=trentsteele&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-size:1pt;">  </span><span style="font-size:14pt;"><strong><em>The second installment of Securing the Enterprise – [LockBOX]<br />
</em></strong></span></p>
<p><span style="font-size:14pt;"><strong>Four major concerns for security practitioners, and how to prepare yourself and your company for the cloud</strong>.<br />
</span></p>
<p><span style="font-size:10pt;">This is the second part of an ongoing series concerning the management of risk in the cloud.<em> You can find my first segment <a href="http://trentsteele.wordpress.com/2010/06/26/cloud-computing-%e2%80%93-managing-risk-within-the-cloud-lockbox/">here</a>.<br />
</em></span></p>
<ol>
<li><span style="font-family:Times New Roman;font-size:12pt;"><strong>Data Separation Concerns</strong>. – Data used to be stored along with each server before SAN and NAS became popular, even when they became popular and were widely adopted they were stored internally to the organization and therefore were physically separated from other organizations data. The physical separation of data is a common practice even when a company uses hosting services. When a hosting service organization provides a shared facility to multiple customers, then there is a sharing of some network resources (usually separated by VLANs), and rented or leased servers provide a separation of equipment on which to run their own applications and storage of data. This is also true of Application Service Providers (ASPs). With the introduction of public cloud computing these lines have been blurred and typically <em>all</em> computing resources are then shared, thus the rise of concern.<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;"><strong>Increased Network Exposure</strong>. – Network exposure has been a concern for security practitioners since the 1970&#8242;s. With the introduction of the cloud, the level and possibility of exposure is greater than it has ever been. Direct navigation via the Internet to access company resources has presented a greater increase of risk to threats that usually could be controlled by the perimeter of company firewalls and security practices. In a typical scenario a company&#8217;s resources are compartmentalized and they have an Internet connection to the outside world to traverse the outside world. If an attack causes interruptions to Internet traffic, vital end of quarter or end of month processing can still occur. However, when the resources are not internal to the organization anymore and a DDOS or BGP attack happens there is a separation of those resources causing an organization an indefinite period of interruption.<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;"><strong>Increased Application Exposure.</strong> – This is mostly about location, location, location. Applications that have typically been located internally are now external and are exposed in the public cloud via the Internet. Software as a Service (SaaS) providers disagree and state that their applications are safe because of a limited attack surface possibility. The use of SaaS requires only an Internet browser that is used for accessing these applications from the client side. This tremendously cuts down on the ports used to traverse the server-client relationship thereby creating less exposure for attacks to occur. SaaS providers have taken precautions for securing their applications and their respective APIs. &#8220;The fact that many SaaS applications are actually built by third parties on other cloud services (either PaaS or IaaS) further calls into question the security of SaaS applications. Additionally, many SaaS APIs (including Amazon Web Services, Google, and Salesforce.com) use REST (<span style="color:black;">REpresentational State Transfer</span>), which has no predefined security methods.&#8221;<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;"><strong>No Established Governance Model</strong>. – How are security professionals supposed to protect an environment for which there are no predefined boundaries or rule sets? Cloud computing by its definition should be considered an untrusted environment, however a governance model is currently being developed for the emergence of cloud computing and should be available soon.<br />
</span></li>
</ol>
<p><span style="font-size:14pt;"><strong>HOW TO PREPARE YOUR COMPANY FOR THE CLOUD</strong></span><span style="font-family:Times New Roman;font-size:12pt;"><br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">Does your company deal with sensitive, regulated or classified information? If so, then moving to the public cloud may not be for you. Non-sensitive, non-regulated, and unclassified data which is intended to be public or already is public is a good candidate for public cloud use. Community clouds can still be an attractive option for sharing data between companies.<br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">Security practitioners should take the appropriate steps when investigating the use of public cloud services for their companies:<br />
</span></p>
<ul>
<li><span style="font-family:Times New Roman;font-size:12pt;"><strong>Perform a self-assessment</strong>:<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;"><strong>Anonymization of data</strong>:<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;"><strong>Perform due diligence:</strong><br />
</span></li>
<li>
<div><span style="font-family:Times New Roman;font-size:12pt;"><strong>Emphasize endpoint security</strong>:</span> </div>
</li>
</ul>
<div>
<table style="border-collapse:collapse;" border="0">
<col style="width:952px;" />
<tbody valign="top">
<tr>
<td style="padding:1px;">
<ol>
<li><span style="font-family:Times New Roman;font-size:12pt;"><strong>Self-assessment</strong>. The number one priority should <em>not</em> be to investigate the security afforded by cloud service providers. The top priority should be to examine your own data classification policies and how well the polices are being enforced. Before figuratively beating up a cloud service provider over their relative lack of security (compared to that implemented by most large enterprises), make sure that your own data house is in order. Do you have an up-to-date data classification policy? How well enforced is that policy? Do you have data stewards and custodians assigned for all data? What is the awareness level of your own organization&#8217;s privacy policy, and how well is it enforced (assuming that your organization has one)?<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;"><strong>Data anonymizing</strong>. What tools and capabilities does your organization have for anonymizing data so that any elements that identify individuals are removed? If you do move to the cloud, expect that other business units will likely overwhelm information security with requests for help on anonymizing data so that it can be put into the cloud in compliance with your data classification policy.<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;"><strong>Due diligence</strong>. When these data classification activities have been accomplished by your organization, then your due diligence of cloud service providers&#8217; security should begin. For example, what is the connectivity model to the public cloud for administration? What support is there for leveraging existing security monitoring and management tools, including vulnerability scanners, change management and firewall policy enforcement at network- and host-levels (e.g., through use of a virtual private cloud)? Some applications require database connectivity back into the organization and may violate existing policy. Also, your organization might have a requirement for strong authentication support; can the provider meet that requirement?<br />
</span></li>
<li><span style="font-family:Times New Roman;font-size:12pt;"><strong>Endpoint security</strong>. While you are conducting such due diligence, essentially of your organization&#8217;s new IT back-end capabilities, don&#8217;t forget about your organization&#8217;s IT front-end capabilities. How is the security of all those end-user devices that will be used to access the cloud and your data in it? Leveraging the VMware VMSafe API by using vShield for EndPoints should be considered along with third-party tools such as <a href="http://trentsteele.wordpress.com/2011/06/02/a-day-at-trendmicro-%e2%80%93-a-quick-look-at-trend%e2%80%99s-deep-security-product-lockbox/">Trend Micro Deep Security</a> for ultimate endpoint security. </span></li>
</ol>
</td>
</tr>
</tbody>
</table>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/trentsteele.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/trentsteele.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/trentsteele.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/trentsteele.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/trentsteele.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/trentsteele.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/trentsteele.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/trentsteele.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/trentsteele.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/trentsteele.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/trentsteele.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/trentsteele.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/trentsteele.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/trentsteele.wordpress.com/247/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=trentsteele.wordpress.com&amp;blog=13866112&amp;post=247&amp;subd=trentsteele&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://trentsteele.wordpress.com/2011/06/02/cloud-computing-%e2%80%93-managing-risk-within-the-cloud-cont%e2%80%99d-lockbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/43e24b9ff9e4d4392d9e340d6fbd3207?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">trentsteele</media:title>
		</media:content>
	</item>
		<item>
		<title>A Day at TrendMicro – A Quick Look at Trend’s Deep Security Product [LockBOX]</title>
		<link>http://trentsteele.wordpress.com/2011/06/02/a-day-at-trendmicro-%e2%80%93-a-quick-look-at-trend%e2%80%99s-deep-security-product-lockbox/</link>
		<comments>http://trentsteele.wordpress.com/2011/06/02/a-day-at-trendmicro-%e2%80%93-a-quick-look-at-trend%e2%80%99s-deep-security-product-lockbox/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 19:31:45 +0000</pubDate>
		<dc:creator>trentsteele</dc:creator>
				<category><![CDATA[LockBOX]]></category>

		<guid isPermaLink="false">http://trentsteele.wordpress.com/2011/06/02/a-day-at-trendmicro-%e2%80%93-a-quick-look-at-trend%e2%80%99s-deep-security-product-lockbox/</guid>
		<description><![CDATA[Varrow was invited &#8216;and required&#8217; to attend a training event in Arlington Texas as part of their partnership with Trend Micro. This event focused on the Deep Security product and its modules. All accommodations were provided by Trend Micro, and the Hyatt Place Hotel in Arlington was excellent. So&#8230; shout out to Hyatt! I will [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=trentsteele.wordpress.com&amp;blog=13866112&amp;post=246&amp;subd=trentsteele&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://us.trendmicro.com/us/home/" title="&quot;Trend Micro&quot;"><img align="left" src="http://trentsteele.files.wordpress.com/2011/06/060211_1931_adayattrend1.gif?w=630" alt="" border="0" /></a>Varrow was invited &#8216;and required&#8217; to attend a training event in Arlington Texas as part of their partnership with Trend Micro. This event focused on the Deep Security product and its modules. All accommodations were provided by Trend Micro, and the Hyatt Place Hotel in Arlington was excellent. So&#8230; shout out to Hyatt! I will be staying at some of your other properties because of this trip. Many Thanks go out to Trend Micro on behalf of Varrow for including us as a targeted partner for this all-expense paid event; as only specific partners were chosen for this type of treatment.
</p>
<p>After going through introductions we talked a bit about why Trend Micro purchased Mobile Armor recently and now the U.S. Government is their largest customer. We talked a bit about Drive Armor, Data Armor products and some of their other new security products. Trend Micro is set apart from everyone else from the standpoint of how they integrate with VMware. Securing your journey through the cloud is important to Trend Micro. Making sure that your private and public cloud is secured and not bogged down by the overhead of typical anti-virus products of the past. By using the API written by VMware you can leverage the vShield EndPoint product and now use agent-less AV within your cloud infrastructure. You can use the Deep Security product on SQL (2008, 2005), Oracle (10g, 11g), and Apache Derby databases. Deep Security is database intensive and needs to be designed with this in mind. Offloading the database to an enterprise database server would be essential to the success of a project in large environments as there is a lot of activity in the database. Pruning the database after a specified number of days would be a prudent thing to consider talking about with DBAs as the database growth can get out of hand. Specific settings within the DSM can help minimize the growth rate and also help purge records after specified timeframes.
</p>
<p>In a VDI environment you really have to watch out for AV storms. An AV storm is what we would see if every time that there is an update or environment scan the CPU and memory resources are consumed for every desktop in every pool and your VDI environment can come to a screeching halt; extreme lag. In traditional agent based AV, if your parent image is not updated every time the AV engines and database is updated (which is normal) then every time a linked clone reboots it also has to do AV updates all over again. Using agentless AV you can avoid resource overhead by leveraging vShield and the Deep Security Virtual Appliances (DSVA) located on each host. When performing VDI assessments we have found that the number one application resource hog is the antivirus software in 99.9% of our clients. In the Deep Security product the DSVA holds the updated AV signatures and engines and performs the scans in an agentless deployment, thus enabling higher VM densities in VMware environments.
</p>
<p>Currently in the Deep Security 7.5 product, the solution is comprised of 5 modules:
</p>
<ul>
<li>Anti-Malware
</li>
<li>
<div>Deep Packet Inspection (DPI) – [comprised of]
</div>
<ul>
<li> IDS/IPS – Virtual Patching
</li>
<li>Web Application Protection
</li>
<li>Application Control
</li>
<li>Stateful Firewall
</li>
</ul>
</li>
<li>Log Inspection
</li>
<li>Integrity Monitoring
</li>
<li>Firewall
</li>
</ul>
<p>Out of the 5 modules, the Anti-Malware, DPI, and Firewall modules are agentless (leveraging the DSVA). The other two modules require a Deep Security Agent (DSA) to be installed onto the client. There are plans to move the other two modules to agentless as well when the API is updated in future revisions of vSphere. The product covers physical, virtual, and cloud environments. If the agent needs to be loaded the agent will control everything but the Anti-Malware portion which will still take advantage of the vShield EndPoint API and use the DSVA instead. This allows for updates of engines and signatures to still be completed by the DSVA as well as scans. The other 4 modules will be managed and controlled by the DSM but will reside on the client. Javascript will be needed for management of the DSM. The following table identifies which protection is provided by the Deep Security Virtual Appliance, the Deep Security Agent, or both:
</p>
<p><img src="http://trentsteele.files.wordpress.com/2011/06/060211_1931_adayattrend2.png?w=630" alt="" />
	</p>
<p>** A note about the DSM: Make sure that you install the DSA on the DSM so that it can protect itself, afterwards assigning the &#8216;Deep Security Manager&#8217; security profile to the server. So from a plan and design perspective, this DSM server should fall under the same cluster being protected by the DSVAs.
</p>
<p>The core architecture is made up of the following:
</p>
<ul>
<li>Deep Security Manager (DSM)
</li>
<li>Database – [Named or TCP Pipes]
</li>
<li>Deep Security Agent (DSA) &#8211; [using port 4120 &amp; 4118 to/from DSM]
</li>
<li>DSM Management Console &#8211; [using port 4119; HTTPS back to DSM]
</li>
<li>Trend Micro Security Center – [using port 443 (SOAP over SSL) back to the DSM]
</li>
<li>Deep Security Virtual Appliance (DSVA)
</li>
</ul>
<p>For redundancy, the DSM can be split into a Primary and Secondary nodes sharing the same records on the same database. DSAs can switch between nodes if this connection with a specific DSM fails or times out. Using the dsa_config.exe executable you currently can configure the DSA on a case by case basis. This will probably disappear in future releases as it is not needed. All agents are configured and managed from the DSM console.
</p>
<p><img align="left" src="http://trentsteele.files.wordpress.com/2011/06/060211_1931_adayattrend3.png?w=630" alt="" />In VDI environments you need to tell DSM to &#8216;Allow Agent Initiated Activation&#8217;, in addition to this you should setup an event based task to look for these new VMs and to register them in the DSM. The event based task can be specified to assign a security profile based on Computer Name, vCenter Name, ESX Name, Folder Name or Platform. Using this event based task, you can assign the appropriate profile and activate the VM without a massive hands on approach to register each and every linked clone that appears. Who wants to do that anyway?
</p>
<p>You also have a checkbox here in this System Settings window that states if the Computer name already exists to do the following:
</p>
<ol style="margin-left:38pt;">
<li>Don&#8217;t allow activation
</li>
<li>Activate a new computer with the same name.
</li>
<li>Reactivate the existing machine
</li>
</ol>
<p>I ran across a <a href="http://compueasy.net/j3/ln/56-trend-micro-deep-security-75-vs-mcafee-a-symantec-anti-virus-performance-in-vmware-esx-virtual-environments-securedata-news.html">report</a> showing comparisons between the Trend Micro Deep Security product and both McAfee and Symantec. The article stated that &#8220;Tests showed that Trend Micro Deep Security, which provides an agentless virtual appliance-based approach to anti-virus protection optimized for virtualization, consistently consumed less CPU, RAM and disk I/O resources than the non VM-aware implementations where anti-virus agents and processing resided in each and every Windows 7 virtual machine.&#8221;
</p>
<p>Also, from personal experience there is a very particular way to prepare your ESX hosts for use with Deep Security. If you do any of these steps out of sequence then you will end up blowing up the installation and will need to back everything out and start over on that host for it to work properly. Sometimes an automatic back out doesn&#8217;t even work and you have to uninstall Deep Security manually from the host. These steps have been documented as part of the Varrow best practices for our engineers to follow. BTW… don&#8217;t use SP1 and always use SP2 or better when installing Deep Security!! When using SP1 version, when you prepared the hosts, it would reboot them without warning. <span style="font-family:Wingdings;">L</span> I believe that this had to be a reason behind releasing SP2 so early after SP1 was initially released.
</p>
<p>All-in-all this was a good class in which I was able to ask many questions that were based on issues and challenges that the Varrow Desktop Virtualization Team has run into with the product at our customer sites. The challenges ended up either being successfully resolved through actions identified in the <a href="http://www.trendmicro.com/ftp/documentation/guides/Deep%20Security%207.5%20SP2%20Users%20Guide.pdf">user</a> and <a href="http://www.trendmicro.com/ftp/documentation/guides/Deep%20Security%207.5%20SP2%20Installation%20Guide.pdf">installation</a> guides, or were minor annoyances that we could present to TM for future release considerations. These solutions weren&#8217;t intuitive or easily found either (identified after some digging), but the Trend Micro engineers were very knowledgeable and helped us find the answers.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/trentsteele.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/trentsteele.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/trentsteele.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/trentsteele.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/trentsteele.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/trentsteele.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/trentsteele.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/trentsteele.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/trentsteele.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/trentsteele.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/trentsteele.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/trentsteele.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/trentsteele.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/trentsteele.wordpress.com/246/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=trentsteele.wordpress.com&amp;blog=13866112&amp;post=246&amp;subd=trentsteele&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://trentsteele.wordpress.com/2011/06/02/a-day-at-trendmicro-%e2%80%93-a-quick-look-at-trend%e2%80%99s-deep-security-product-lockbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/43e24b9ff9e4d4392d9e340d6fbd3207?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">trentsteele</media:title>
		</media:content>

		<media:content url="http://trentsteele.files.wordpress.com/2011/06/060211_1931_adayattrend1.gif" medium="image" />

		<media:content url="http://trentsteele.files.wordpress.com/2011/06/060211_1931_adayattrend2.png" medium="image" />

		<media:content url="http://trentsteele.files.wordpress.com/2011/06/060211_1931_adayattrend3.png" medium="image" />
	</item>
		<item>
		<title>VMware to Acquire Shavlik Technologies</title>
		<link>http://trentsteele.wordpress.com/2011/06/02/vmware-to-acquire-shavlik-technologies/</link>
		<comments>http://trentsteele.wordpress.com/2011/06/02/vmware-to-acquire-shavlik-technologies/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 19:29:38 +0000</pubDate>
		<dc:creator>trentsteele</dc:creator>
				<category><![CDATA[LockBOX]]></category>

		<guid isPermaLink="false">http://trentsteele.wordpress.com/2011/06/02/vmware-to-acquire-shavlik-technologies/</guid>
		<description><![CDATA[&#8220;VMware has entered into a definitive agreement to acquire Shavlik Technologies, building upon the successful relationship built between VMware and Shavlik via VMware GO, a joint SaaS offering assisting SMBs with rapid deployment and management of VMware vSphere. Shavlik and VMware share a vision of IT Management for now and the future. A vision of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=trentsteele.wordpress.com&amp;blog=13866112&amp;post=242&amp;subd=trentsteele&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="background:white;"><span style="color:black;font-size:12pt;">&#8220;VMware has entered into a definitive agreement to acquire Shavlik Technologies, building upon the successful relationship built between VMware and Shavlik via VMware GO, a joint SaaS offering assisting SMBs with rapid deployment and management of VMware vSphere. Shavlik and VMware share a vision of IT Management for now and the future. A vision of delivering solid, easy to use IT solutions to SMBs to enable customers to take full advantage of the efficiencies gained with the latest technologies.&#8221; &#8211; <a href="http://www.shavlik.com/vmware-acquires-shavlik.aspx">Source</a><br />
		</span></p>
<p style="background:white;"><span style="color:black;font-size:12pt;">Shavlik is one of the best patch management software on the market. I personally think that this could only get better since being snatched up by VMware. I will definitely be downloading this soon to get caught back up on the technology. We should be seeing more emphasis placed on this soon.<br />
</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/trentsteele.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/trentsteele.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/trentsteele.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/trentsteele.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/trentsteele.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/trentsteele.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/trentsteele.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/trentsteele.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/trentsteele.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/trentsteele.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/trentsteele.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/trentsteele.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/trentsteele.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/trentsteele.wordpress.com/242/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=trentsteele.wordpress.com&amp;blog=13866112&amp;post=242&amp;subd=trentsteele&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://trentsteele.wordpress.com/2011/06/02/vmware-to-acquire-shavlik-technologies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/43e24b9ff9e4d4392d9e340d6fbd3207?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">trentsteele</media:title>
		</media:content>
	</item>
		<item>
		<title>XenApp 6.0 on Windows Server 2008 R2 with SP1</title>
		<link>http://trentsteele.wordpress.com/2011/05/27/xenapp-6-0-on-windows-server-2008-r2-with-sp1/</link>
		<comments>http://trentsteele.wordpress.com/2011/05/27/xenapp-6-0-on-windows-server-2008-r2-with-sp1/#comments</comments>
		<pubDate>Fri, 27 May 2011 18:16:56 +0000</pubDate>
		<dc:creator>trentsteele</dc:creator>
				<category><![CDATA[vBOX]]></category>
		<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Windows 2008 R2 SP1]]></category>
		<category><![CDATA[XenApp 6]]></category>

		<guid isPermaLink="false">http://trentsteele.wordpress.com/?p=201</guid>
		<description><![CDATA[Microsoft has released SP1 for Windows Server 2008 R2. In SP1 there are several enhancements for Remote Desktop Services. Especially RemoteFX is a noticeable change. So what’s the impact on XenApp 6.0? One would expect that this also requires an update for XenApp 6.0. But when we take a closer look at RemoteFX on the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=trentsteele.wordpress.com&amp;blog=13866112&amp;post=201&amp;subd=trentsteele&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Microsoft has released SP1 for Windows Server 2008 R2. In SP1 there are several enhancements for Remote Desktop Services. Especially RemoteFX is a noticeable change. So what’s the impact on XenApp 6.0? One would expect that this also requires an update for XenApp 6.0. But when we take a closer look at RemoteFX on the server, you see that this is a separate Role Service of Remote Desktop Services. One requirement for RemoteFX is that the server must have one or more GPUs installed and it works with RDP, not with ICA. When you don’t install RemoteFX, RDS is just RDS with all hotfixes bundled in a service pack.</p>
<p>To support XenApp 6.0 on Windows Server 2008 R2 with SP1, just install CTX125388 – Hotfix XA600W2K8R2X64001. In http://support.citrix.com/article/CTX126711, Microsoft Windows Server 2008 R2 Service Pack 1 – Known Issues, there are no further issues reported.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/trentsteele.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/trentsteele.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/trentsteele.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/trentsteele.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/trentsteele.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/trentsteele.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/trentsteele.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/trentsteele.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/trentsteele.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/trentsteele.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/trentsteele.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/trentsteele.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/trentsteele.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/trentsteele.wordpress.com/201/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=trentsteele.wordpress.com&amp;blog=13866112&amp;post=201&amp;subd=trentsteele&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://trentsteele.wordpress.com/2011/05/27/xenapp-6-0-on-windows-server-2008-r2-with-sp1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/43e24b9ff9e4d4392d9e340d6fbd3207?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">trentsteele</media:title>
		</media:content>
	</item>
	</channel>
</rss>
