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

<channel>
	<title>IT-BOOK.co.uk</title>
	<atom:link href="http://www.it-book.co.uk/feed" rel="self" type="application/rss+xml" />
	<link>http://www.it-book.co.uk</link>
	<description>Network Admin Tips &#38; How To&#039;s</description>
	<lastBuildDate>Tue, 14 May 2013 09:45:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How to Install SSL Certificate on Watchguard SSL100</title>
		<link>http://www.it-book.co.uk/2653/how-to-install-ssl-certificate-on-watchguard-ssl100</link>
		<comments>http://www.it-book.co.uk/2653/how-to-install-ssl-certificate-on-watchguard-ssl100#comments</comments>
		<pubDate>Tue, 14 May 2013 09:11:25 +0000</pubDate>
		<dc:creator>Huw</dc:creator>
				<category><![CDATA[Watchguard SSL100]]></category>

		<guid isPermaLink="false">http://www.it-book.co.uk/?p=2653</guid>
		<description><![CDATA[This article explains how to install an SSL certificate on a Watchguard SSL100. I have purchased the certificate from godaddy. If you found this article useful please click on my referral link before ordering your SSL certificate &#8211; cheers! http://www.godaddy.com/itbook &#160; Step1 &#8211; Download and Install OpenSSL NB &#8211; The SSL100 requires the certificate to [...]]]></description>
				<content:encoded><![CDATA[<p>This article explains how to install an SSL certificate on a Watchguard SSL100. I have purchased the certificate from godaddy.</p>
<p><span style="color: red;"><strong>If you found this article useful please click on my referral link before ordering your SSL certificate &#8211; cheers! <a href="http://www.jdoqocy.com/click-4251548-10864024">http://www.godaddy.com/itbook</a><br />
</strong></span></p>
<p>&nbsp;</p>
<h2>Step1 &#8211; Download and Install OpenSSL</h2>
<p>NB &#8211; The SSL100 requires the certificate to be PEM formatted with a separate private key.</p>
<p>I recommend using openssl to generate the certificate signing request (CSR). You can download this from www.openssl.org</p>
<p><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/05/051413_0903_HowtoInstal1.png" /></p>
<p>I recommend downloading the version shown below.</p>
<p><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/05/051413_0903_HowtoInstal2.png" /></p>
<p>Once downloaded please install this. If prompted to install any dependencies (e.g. Microsoft Visual C++ 2008 Redistributable Package) then please do so before installing openssl.</p>
<h2>Step2 &#8211; Use OpenSSL to generate CSR</h2>
<p>Open an elevated command prompt and change to the openssl-win32 directory (i.e. enter the commend cd \openssl-win32\bin). Then enter the below.</p>
<p><strong>openssl genrsa -out wgnet.key 2048<br />
</strong></p>
<p><strong>openssl req -new -key wgnet.key -out wgnet.csr<br />
</strong></p>
<p><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/05/051413_0903_HowtoInstal3.png" /></p>
<p>Lastly you need to convert the private key into PKCS#8 format. Enter the command</p>
<p><strong>openssl pkcs8 -topk8 -in wgnet.key -out wgnet.pk8<br />
</strong></p>
<p><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/05/051413_0903_HowtoInstal4.png" /></p>
<p>You have now generated 3 files â€“ wgnet.csr, wgnet.key and wgnet.pk8</p>
<p><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/05/051413_0903_HowtoInstal5.png" /></p>
<p>Â</p>
<h2>Step3 &#8211; Use CSR to generate SSL certificate</h2>
<p>In this example I am buying the certificate from godaddy (<a href="http://www.jdoqocy.com/click-4251548-10864024">http://www.godaddy.com</a>). I chose godaddy as their certificates are easy to rekey incase of any errors or lost certificates. They are also cheap.</p>
<p><span style="color: red;"><strong>If you found this article useful please click on my referral link before ordering your SSL certificate â€“ cheers! <a href="http://www.jdoqocy.com/click-4251548-10864024">http://www.godaddy.com/itbook</a><br />
</strong></span></p>
<p><span style="color: black;">You require a standard SSL certificate.<br />
</span></p>
<p><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/05/051413_0903_HowtoInstal6.png" /></p>
<p>Once purchased go to manage your certificates and setup the certificate you have just bought.</p>
<p>Open the wgnet.csr file in notepad.</p>
<p><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/05/051413_0903_HowtoInstal7.png" /></p>
<p>Copy the contents into the CSR window as shown below.</p>
<p><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/05/051413_0903_HowtoInstal8.png" /></p>
<p>Follow the wizard through. You will need to run through domain validation before the certificate is issued.</p>
<h2>Step 4 &#8211; Install Certificate</h2>
<p>Once you have completed domain authentication you will get an email from godaddy with a link to download the certificate. Note below I have chosen the certificate type &#8220;other&#8221;.</p>
<p><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/05/051413_0903_HowtoInstal9.png" /></p>
<p>Log onto the Watchguard SSL and go to manage system &#8211; certificates.</p>
<p><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/05/051413_0903_HowtoInstal10.png" /></p>
<p>Click on add server certificate</p>
<p><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/05/051413_0903_HowtoInstal11.png" /></p>
<p>Select the certificate you downloaded from godaddy and the key file you created in step 2. Use the password also created in step 2.</p>
<p>Then to make the certificate live go to &#8220;administration service&#8221; and select the server certificate you just added &#8211; as shown below.</p>
<p><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/05/051413_0903_HowtoInstal12.png" /></p>
<p>Select &#8220;save&#8221; and then &#8220;publish&#8221;.</p>
<p>Then go to &#8220;device settings&#8221;. Select the new certificate here also. Note this will cause the device to reboot as shown below.</p>
<p><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/05/051413_0903_HowtoInstal13.png" /></p>
<p>Once the device is back up select publish to make your changes live. You can then test this externally.</p>
<p><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/05/051413_0903_HowtoInstal14.png" /></p>
<p><span style="color: red;"><strong>Again, if you found this article useful please click on my referral link before ordering your SSL certificate &#8211; cheers! <a href="http://www.jdoqocy.com/click-4251548-10864024">http://www.godaddy.com/itbook</a><br />
</strong></span></p>
<p>THE END</p>
 ]]></content:encoded>
			<wfw:commentRss>http://www.it-book.co.uk/2653/how-to-install-ssl-certificate-on-watchguard-ssl100/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Recover an Individual File from Veeam Backup</title>
		<link>http://www.it-book.co.uk/2613/how-to-recover-an-individual-file-from-veeam-backup</link>
		<comments>http://www.it-book.co.uk/2613/how-to-recover-an-individual-file-from-veeam-backup#comments</comments>
		<pubDate>Fri, 01 Mar 2013 17:14:49 +0000</pubDate>
		<dc:creator>Huw</dc:creator>
				<category><![CDATA[Veeam]]></category>

		<guid isPermaLink="false">http://www.it-book.co.uk/?p=2613</guid>
		<description><![CDATA[This article explains how to restore a single file from a Windows server using Veeam Backup and Recovery v6.5 Open Veeam Backup and Recovery and click &#8220;restore&#8221;, then choose &#8220;Guest files (windows)&#8221; Select the server They select the backup you want to restore from. Browse through to the file you want to restore. I recommend [...]]]></description>
				<content:encoded><![CDATA[<p>This article explains how to restore a single file from a Windows server using Veeam Backup and Recovery v6.5
</p>
<p>Open Veeam Backup and Recovery and click &#8220;restore&#8221;, then choose &#8220;Guest files (windows)&#8221;
</p>
<p><img src="http://www.it-book.co.uk/wp-content/uploads/2013/03/030113_1713_HowtoRecove1.png" alt=""/>
	</p>
<p>Select the server
</p>
<p><img src="http://www.it-book.co.uk/wp-content/uploads/2013/03/030113_1713_HowtoRecove2.png" alt=""/>
	</p>
<p>They select the backup you want to restore from.
</p>
<p><img src="http://www.it-book.co.uk/wp-content/uploads/2013/03/030113_1713_HowtoRecove3.png" alt=""/>
	</p>
<p>Browse through to the file you want to restore. I recommend copying this to another location and then renaming the document â€“ e.g. WordDoc1-RESTORED.docx
</p>
<p><img src="http://www.it-book.co.uk/wp-content/uploads/2013/03/030113_1713_HowtoRecove4.png" alt=""/>
	</p>
<p>THE END</p>
 ]]></content:encoded>
			<wfw:commentRss>http://www.it-book.co.uk/2613/how-to-recover-an-individual-file-from-veeam-backup/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GoDaddy Huge Superbowl Offer</title>
		<link>http://www.it-book.co.uk/2599/godaddy-huge-superbowl-offer</link>
		<comments>http://www.it-book.co.uk/2599/godaddy-huge-superbowl-offer#comments</comments>
		<pubDate>Wed, 30 Jan 2013 08:58:46 +0000</pubDate>
		<dc:creator>Alun</dc:creator>
				<category><![CDATA[** Special Offers **]]></category>
		<category><![CDATA[godaddy offer 47%]]></category>

		<guid isPermaLink="false">http://www.it-book.co.uk/?p=2599</guid>
		<description><![CDATA[Godaddy.com will once again be taking centre stage, advertisting at the 2013 Superbowl. To go along with this they are offering an amazing deal of up to save&#8230;.  47*% OFF NEW ORDERS! To take advantage of this offer just click on the banner below. *Not applicable to ICANN fees, taxes, transfers, bulk pricing, premium domains, [...]]]></description>
				<content:encoded><![CDATA[<p><strong><a href="http://www.anrdoezrs.net/click-4251548-11003096">Godaddy.com</a></strong> will once again be taking centre stage, advertisting at the 2013 Superbowl. To go along with this they are offering an amazing deal of up to save&#8230;.</p>
<h1> <span style="color: #ff0000;"><b>47*% OFF NEW ORDERS!</b></span></h1>
<p>To take advantage of this offer just click on the banner below.<br />
<a href="http://www.dpbolvw.net/click-4251548-11098713" target="_top"><br />
<img alt="Go Daddy Featured Offer! Save 47%* off your order! Offer Ends 2/12/13! - 125x125" src="http://www.lduhtrp.net/image-4251548-11098713" width="125" height="125" border="0" /></a></p>
<p><i>*Not applicable to ICANN fees, taxes, transfers, bulk pricing, premium domains, Search Engine Visibility advertising budget or gift cards. Offer good towards new product purchases only and cannot be used on product renewals. Limited to one redemption per customer. Cannot be used in conjunction with any other offer, sale, discount or promotion. Customers may not use gift cards, In-Store CreditPayPal® or AliPay to redeem this offer. After the initial purchase term, discounted products will renew at the then-current renewal list price.</i></p>
<p>&nbsp;</p>
 ]]></content:encoded>
			<wfw:commentRss>http://www.it-book.co.uk/2599/godaddy-huge-superbowl-offer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build Guide ESXi 5.0</title>
		<link>http://www.it-book.co.uk/2596/build-guide-esxi-5-0</link>
		<comments>http://www.it-book.co.uk/2596/build-guide-esxi-5-0#comments</comments>
		<pubDate>Wed, 23 Jan 2013 20:03:16 +0000</pubDate>
		<dc:creator>Huw</dc:creator>
				<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.it-book.co.uk/?p=2596</guid>
		<description><![CDATA[Installation: Pre-Install Check that &#8220;virtualization technology&#8221; is enabled in the BIOS Load ESXi software Where possible download the vendors version of ESXi. For example Dell provide their own customized ISO that contains Dell specific settings for SNMP etc. (Alternatively you can use the Dell Uniform Server Configurator â€“ you will still need the Dell ESXi [...]]]></description>
				<content:encoded><![CDATA[<p><strong style="color: #365f91; font-size: 16pt;">Installation:</strong></p>
<h2>Pre-Install</h2>
<ul style="margin-left: 72pt;">
<li>Check that &#8220;virtualization technology&#8221; is enabled in the BIOS</li>
</ul>
<p><strong>Load ESXi software</strong></p>
<ul style="margin-left: 72pt;">
<li>Where possible download the vendors version of ESXi. For example Dell provide their own customized ISO that contains Dell specific settings for SNMP etc.</li>
<li>(Alternatively you can use the Dell Uniform Server Configurator â€“ you will still need the Dell ESXi ISO however.</li>
</ul>
<p style="text-align: center;"><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/01/012313_2002_BuildGuideE1.jpg" /></p>
<ul style="margin-left: 54pt;">
<li>
<div style="text-align: justify;">After downloading the ISO from the Dell Website I have booted the server off it and install ESXi.</div>
</li>
</ul>
<p style="text-align: center;"><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/01/012313_2002_BuildGuideE2.png" /></p>
<ul style="margin-left: 54pt;">
<li>Choose keyboard layout and enter root password</li>
</ul>
<p style="text-align: center;"><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/01/012313_2002_BuildGuideE3.png" /></p>
<ul style="margin-left: 54pt;">
<li>
<div style="text-align: justify;">After reboot press F2 to enter the configuration screen</div>
</li>
</ul>
<p style="text-align: center;"><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/01/012313_2002_BuildGuideE4.png" /></p>
<ul style="margin-left: 54pt;">
<li>
<div style="text-align: justify;">Configure the IP address, subnet mask, default gateway, DNS servers, hostname and suffix.</div>
</li>
</ul>
<h2>Patching</h2>
<p>It is far, far easier to patch using virtual center if one is available.</p>
<p>Patching via command line</p>
<p style="text-align: justify;">If the server connects to virtual center then I recommend using the &#8220;update&#8221; plugin to patch the host. Otherwise you will need to manually install the patches from the command line (either via the VMA or the vSphere CLI). Below are the commands to patch from the command line (warning it is likely that further patches will be released in addition to the below):</p>
<p style="text-align: justify;">
<p style="text-align: justify;">Please replace XXXX with the host ip address of your ESX server</p>
<p style="text-align: justify;">Please replace YYYY with the root password</p>
<p style="text-align: justify;">
<address style="text-align: justify;">vihostupdate.pl &#8211;server XXXX &#8211;username root &#8211;password YYYY -i -b ESXi410-201010001.zip</address>
<address style="text-align: justify;">vihostupdate.pl &#8211;server XXXX &#8211;username root &#8211;password YYYY -i -b ESXi410-201011001.zip</address>
<address style="text-align: justify;">vihostupdate.pl &#8211;server XXXX &#8211;username root &#8211;password YYYY -i -b ESXi410-201104001.zip</address>
<address style="text-align: justify;">vihostupdate.pl &#8211;server XXXX &#8211;username root &#8211;password YYYY -i -b ESXi410-201107001.zip</address>
<address style="text-align: justify;">vihostupdate.pl &#8211;server XXXX &#8211;username root &#8211;password YYYY -i -b update-from-esxi4.1-4.1_update01.zip</address>
<address style="text-align: justify;">vihostupdate.pl &#8211;server XXXX &#8211;username root &#8211;password YYYY -i -b OM-SrvAdmin-Dell-Web-6.5.0-2247.VIB-ESX41i_A01.zip</address>
<p style="text-align: justify;">
<p>Patching Using VC</p>
<p>You will need to have the update manager plugin install on the VC.</p>
<p><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/01/012313_2002_BuildGuideE5.png" /></p>
<p>Then use the update manager tab to patch the servers.</p>
<p><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/01/012313_2002_BuildGuideE6.png" /></p>
<p>Install Custom Updates</p>
<p>If using a Dell server download and install the Equallogic Openmanage VIB.</p>
<p style="text-align: center;"><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/01/012313_2002_BuildGuideE7.png" /></p>
<p>Import the patch into the repository</p>
<p style="text-align: center;"><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/01/012313_2002_BuildGuideE8.png" /></p>
<p>Create a baseline for the patch</p>
<p>Configure</p>
<p style="text-align: justify;">If you haven&#8217;t got the Vmware VI client installed on your PC already you will then want to download the VI client to enable you to manage this server. You can get this by opening a web browser and entering in the IP of the ESXi server (as shown in the diagram above).</p>
<p style="text-align: justify;">Although I have configured the below settings via vi client you can also set these on the console of the ESXi server.</p>
<p style="text-align: center;"><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/01/012313_2002_BuildGuideE9.jpg" /></p>
<ul style="margin-left: 54pt;">
<li>
<div style="text-align: justify;">Click on the link highlighted above and install the VI client. Note that this downloads the client from the web and not from this server. It may take a few minutes.</div>
</li>
<li>
<div style="text-align: justify;">Once installed open the vi client and connect to the ESXi server IP as shown below. Note the default username is root with no password.</div>
<p style="text-align: center;"><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/01/012313_2002_BuildGuideE10.png" /></p>
</li>
</ul>
<p style="text-align: justify;">You may now want to customise your install.</p>
<p style="text-align: justify;">
<p>Add other NICs to vSwitch:</p>
<p style="text-align: justify;">This will improve performance and add a degree of fault tolerance with the network cards.</p>
<p style="text-align: center;"><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/01/012313_2002_BuildGuideE11.png" /></p>
<p>Setup NTP:</p>
<p style="text-align: justify;">Note that VMs will likely pickup the time from the ESXi server so it is important the time is correct</p>
<p style="text-align: center;"><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/01/012313_2002_BuildGuideE12.png" /></p>
<p style="text-align: justify;">I recommend using the NTP servers:-</p>
<ul>
<li>
<div style="text-align: justify;">0.pool.ntp.org</div>
</li>
<li>
<div style="text-align: justify;">1.pool.ntp.org</div>
</li>
<li>
<div style="text-align: justify;">Tick.usno.navy.mil</div>
</li>
<li>
<div style="text-align: justify;">Tock.usno.navy.mil</div>
</li>
</ul>
<p style="text-align: justify;">
<p>License VMware:</p>
<p style="text-align: justify;">You will need to Register with Vmware and they will email you a license. Once you have this you can enter this on the below screen.</p>
<p style="text-align: center;"><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/01/012313_2002_BuildGuideE13.jpg" /></p>
<p><span style="font-size: 2em;">Setup iSCSI</span></p>
<p>If connecting to an iSCSI SAN you will need to setup iSCSI.</p>
<p><span style="font-size: 1.5em;">Create VMkernal ports</span></p>
<p>As below. Note the iSCSI heartbeat port must have the lowest vmk number.</p>
<p style="text-align: center;"><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/01/012313_2002_BuildGuideE14.png" /></p>
<p><span style="font-size: 1.5em;">Enable jumbo frames (if used on iSCSI network).</span></p>
<p>Change the MTU for the vSwitch</p>
<p style="text-align: center;"><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/01/012313_2002_BuildGuideE15.png" /></p>
<p>For each port group change the MTU to 9000</p>
<p style="text-align: center;"><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/01/012313_2002_BuildGuideE16.png" /></p>
<p>Change each of the iSCSI port groups to use an active and standby adapter. Each (iSCSI) port group should use a different active and unused adapter. i.e. the active adapter on iSCSI 1 is the unused adapter on iSCSI 2 and vice versa.</p>
<p style="text-align: center;"><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/01/012313_2002_BuildGuideE17.png" /></p>
<p><span style="font-size: 1.5em;">Add and Enable iSCSI adaptor</span></p>
<p style="text-align: center;"><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/01/012313_2002_BuildGuideE18.png" /></p>
<p>An iSCSI software adaptor should appear. Go into the properties of this and bind with VMkernel adapters.</p>
<p><span style="font-size: 1.5em;">Setup CHAP (If used)</span></p>
<p style="text-align: center;"><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/01/012313_2002_BuildGuideE19.png" /></p>
<p><span style="font-size: 1.5em;">Bind VMkernel ports</span></p>
<p style="text-align: center;"><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/01/012313_2002_BuildGuideE20.png" /></p>
<p><span style="font-size: 1.5em;">Connect to SAN</span></p>
<p>In the below example I have entered the Group IP of the iSCSI SAN</p>
<p style="text-align: center;"><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/01/012313_2002_BuildGuideE21.png" /></p>
<p>You should then rescan the adaptor</p>
<p style="text-align: center;"><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/01/012313_2002_BuildGuideE22.png" /></p>
<p>You should now be able to see LUNs from the SAN</p>
<p style="text-align: center;"><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/01/012313_2002_BuildGuideE23.png" /></p>
<p><span style="font-size: 2em;">Setup vMotion</span></p>
<p>In a multiple server environment with shared storage (e.g. SAN) you will want to setup vMotion to enable live migration of VMs.</p>
<p>Add a new (VMkernel) vSwitch and select the VMNIC you have setup for vMotion</p>
<p style="text-align: center;"><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/01/012313_2002_BuildGuideE24.png" /></p>
<p>Allocate a range on the vMotion subnet, click next and finish.</p>
<p>&nbsp;</p>
<p><span style="font-size: 2em;">Health Monitoring (If using Virtual Center)</span></p>
<p>You can configure virtual center to send email alerts for specific events. You will need to setup your email server to allow smtp relay from the virtual center server. This is setup at the VC level so may already be enabled.</p>
<p><span style="font-size: 1.5em;">Configure Virtual Center Server settings</span></p>
<p style="text-align: center;"><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/01/012313_2002_BuildGuideE25.png" /></p>
<p><span style="font-size: 1.5em;">Configure the alert you want to be emailed about</span></p>
<p style="text-align: center;"><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/01/012313_2002_BuildGuideE26.png" /></p>
<p><span style="font-size: 2em;">Setup Scratch Location (if installed on SD or USB card)</span></p>
<p>VMWare recommend a persistant scratch location for temporary data such as logs, diagnostics, system swap etc. If you have install ESXi on an SD or USB card there may be no space for this. In this instance I have created a LUN specifically for scratch data.</p>
<p>Create a folder on the LUN for the new server</p>
<p style="text-align: center;"><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/01/012313_2002_BuildGuideE27.png" /></p>
<p>Go to &#8220;advanced settings&#8221; then &#8220;ScratchConfig&#8221; and specify the location you have just created (i.e. /vmfs/volumes/<em>DatastoreName</em>/<em>foldername</em>)</p>
<p style="text-align: center;"><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/01/012313_2002_BuildGuideE28.png" /></p>
<p>You will need to reboot for these changes to take effect.</p>
<p>&nbsp;</p>
<p><span style="font-size: 2em;">Add other NICs to vSwitch0</span></p>
<p>It is recommended to add multiple NICs to vSwitch0 (to enable VMs to communicate over multiple NICs).</p>
<p style="text-align: center;"><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2013/01/012313_2002_BuildGuideE29.png" /></p>
<p>&nbsp;</p>
 ]]></content:encoded>
			<wfw:commentRss>http://www.it-book.co.uk/2596/build-guide-esxi-5-0/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brownfield Install of VMWare Storage Appliance VSA</title>
		<link>http://www.it-book.co.uk/2563/brownfield-install-of-vmware-storage-appliance-vsa</link>
		<comments>http://www.it-book.co.uk/2563/brownfield-install-of-vmware-storage-appliance-vsa#comments</comments>
		<pubDate>Mon, 07 Jan 2013 21:18:51 +0000</pubDate>
		<dc:creator>Huw</dc:creator>
				<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.it-book.co.uk/?p=2563</guid>
		<description><![CDATA[In this example I am installing the VMWare Storage Appliance onto ESXi servers that have existing running VMs. This is known as a brownfield installation. Basics The VSA Manager must be installed on a 64-bit Windows vCenter machine that runs vCenter Server version 5.0 or later. vCenter does not need to be on the same [...]]]></description>
				<content:encoded><![CDATA[<p>In this example I am installing the VMWare Storage Appliance onto ESXi servers that have existing running VMs. This is known as a brownfield installation.
</p>
<h2>Basics<br />
</h2>
<ul>
<li>The VSA Manager must be installed on a 64-bit Windows vCenter machine that runs vCenter Server version 5.0 or later.
</li>
<li>vCenter does not need to be on the same subnet as the cluster
</li>
<li>The VSA cluster service must be installed on a machine in the same subnet as the cluster
</li>
<li>Once installed you cannot add another ESXi host to a running vCenter cluster
</li>
<li>You can resize the size of the VSA storage after installation
</li>
<li>You will need at least 2GB free space on the machine where you are installing the VSA cluster service.
</li>
<li>The VSA Cluster Service is only necessary in two node configurations
</li>
</ul>
<h2>Scenario<br />
</h2>
<ul>
<li>2x ESXi servers in head office
</li>
<li>1x ESXI server in branch office
</li>
</ul>
<h2>Pre-requisites<br />
</h2>
<ul>
<li>You must have a vcenter server, with a data center created and the ESXi hosts added
</li>
</ul>
<h3>Heap Size<br />
</h3>
<ul>
<li>I recommend changing the heap size on each ESXi server in the cluster to 256 (see below).
</li>
</ul>
<p><img src="http://www.it-book.co.uk/wp-content/uploads/2013/01/010713_2113_BrownfieldI1.png" alt=""/>
	</p>
<h3>EVC mode<br />
</h3>
<p>You have 2 options:-
</p>
<ul>
<li>Power off all the virtual machines before installing the VSA, or
</li>
<li>Change the dev.properties file to raise the EVC baseline
</li>
</ul>
<p>The dev.properties file is located on the system where the vCenter Server is installed, under the C:\Program Files\VMware\Infrastructure\tomcat\webapps\VSAManager\WEB-INF\classes. Change the line evc.config.baseline=lowest to evc.config.baseline=highest
</p>
<p><img src="http://www.it-book.co.uk/wp-content/uploads/2013/01/010713_2113_BrownfieldI2.jpg" alt=""/>
	</p>
<p>
 </p>
<h2>Switch Configuration<br />
</h2>
<p>The switching setup is very important, therefore I recommend writing out what NICs are used for what. I recommend using VLANs to isolate cluster traffic so you will need to know the physical switch port that each VMnic connects to.
</p>
<p>ESXi1    
</p>
<div>
<table style="border-collapse:collapse" border="0">
<colgroup>
<col style="width:103px"/>
<col style="width:85px"/>
<col style="width:76px"/>
<col style="width:170px"/>
<col style="width:189px"/></colgroup>
<tbody valign="top">
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid 0.5pt; border-left:  solid 0.5pt; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt; text-decoration:underline"><strong>VMnic</strong></span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid 0.5pt; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt; text-decoration:underline"><strong>Switch</strong></span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid 0.5pt; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt; text-decoration:underline"><strong>Port</strong></span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid 0.5pt; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt; text-decoration:underline"><strong>Active Use<br />
</strong></span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid 0.5pt; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt; text-decoration:underline"><strong>Standby Use</strong></span></p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid 0.5pt; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">Vmnic0</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">1</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">1</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">VM Network<br />
</span></p>
<p style="text-align: center"><span style="font-size:9pt">Management Network</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">VSA Front End</span></p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid 0.5pt; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">Vmnic1</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">1</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">2</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">VSA Front End</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">VM Network<br />
</span></p>
<p style="text-align: center"><span style="font-size:9pt">Management Network</span></p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid 0.5pt; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">Vmnic2</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">1</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">13</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">VSA-Back End</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">VSA-VMotion</span></p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid 0.5pt; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">Vmnic3</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">1</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">5</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">VSA-VMotion</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">VSA-Back End</span></p>
</td>
</tr>
</tbody>
</table>
</div>
<p style="text-align: center">
 </p>
<p>ESXi2
</p>
<div>
<table style="border-collapse:collapse" border="0">
<colgroup>
<col style="width:103px"/>
<col style="width:85px"/>
<col style="width:76px"/>
<col style="width:170px"/>
<col style="width:189px"/></colgroup>
<tbody valign="top">
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid 0.5pt; border-left:  solid 0.5pt; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt; text-decoration:underline"><strong>VMnic</strong></span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid 0.5pt; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt; text-decoration:underline"><strong>Switch</strong></span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid 0.5pt; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt; text-decoration:underline"><strong>Port</strong></span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid 0.5pt; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt; text-decoration:underline"><strong>Active Use<br />
</strong></span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid 0.5pt; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt; text-decoration:underline"><strong>Standby Use</strong></span></p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid 0.5pt; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">Vmnic0</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">2</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">1</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">VM Network<br />
</span></p>
<p style="text-align: center"><span style="font-size:9pt">Management Network</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">VSA Front End</span></p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid 0.5pt; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">Vmnic1</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">2</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">2</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">VSA Front End</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">VM Network<br />
</span></p>
<p style="text-align: center"><span style="font-size:9pt">Management Network</span></p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid 0.5pt; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">Vmnic2</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">2</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">13</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">VSA-Back End</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">VSA-VMotion</span></p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid 0.5pt; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">Vmnic3</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">1</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">17</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">VSA-VMotion</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="font-size:9pt">VSA-Back End</span></p>
</td>
</tr>
</tbody>
</table>
</div>
<p>
 </p>
<p>I then created a VLAN on the switches for the VSA-Back End (and VSA-VMotion) NICs. This is to isolate the traffic from the main network.
</p>
<p><img src="http://www.it-book.co.uk/wp-content/uploads/2013/01/010713_2113_BrownfieldI3.png" alt=""/>
	</p>
<p>
 </p>
<h2>vSwitch Configuration<br />
</h2>
<ul>
<li>On each ESXi server create the vSwitches as shown below. Note that the Port-group names are case sensitive.
</li>
<li>You will need to enable vMotion on the VSA-VMotion port group and assign an IP address.
</li>
</ul>
<p><img src="http://www.it-book.co.uk/wp-content/uploads/2013/01/010713_2113_BrownfieldI4.png" alt=""/>
	</p>
<p>As per the table in the switch section you need to set one active and one standby adaptor for the port groups.
</p>
<div>
<table style="border-collapse:collapse" border="0">
<colgroup>
<col style="width:151px"/>
<col style="width:217px"/>
<col style="width:217px"/></colgroup>
<tbody valign="top">
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid 0.5pt; border-left:  solid 0.5pt; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="text-decoration:underline"><strong>Vmnic</strong></span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid 0.5pt; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="text-decoration:underline"><strong>Active for<br />
</strong></span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid 0.5pt; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center"><span style="text-decoration:underline"><strong>Standby for</strong></span></p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid 0.5pt; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center">Vmnic0</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center">VM network
</p>
<p style="text-align: center">Management Network</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center">VSA-Front End</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid 0.5pt; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center">Vmnic1</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center">VSA-Front End</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center">VM network
</p>
<p style="text-align: center">Management Network</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid 0.5pt; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center">Vmnic2</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center">VSA-Back End</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center">VSA-VMotion</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid 0.5pt; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center">Vmnic3</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center">VSA-VMotion</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p style="text-align: center">VSA-Back End</p>
</td>
</tr>
</tbody>
</table>
</div>
<p>
 </p>
<p>You can set the active/standby adapters for a port group on the below tab.
</p>
<p><img src="http://www.it-book.co.uk/wp-content/uploads/2013/01/010713_2113_BrownfieldI5.png" alt=""/>
	</p>
<p>
 </p>
<h2>Install VSA Cluster Service<br />
</h2>
<p>In the example below I am installing the VSA cluster service on the VMWare Management assistant. You will need to connect to the vMA and have internet access from the vMA. Alternatively there are Windows and Linux versions that can be downloaded and installed on separate OSes. I am not sure if VMWare support installation of the cluster service on the VMA so I would recommend installing it on a separate Windows or Linux VM.
</p>
<p>From the vMA enter the below commands (for more information about this install see the excellent guide <a href="http://www.punchingclouds.com/2012/11/20/installing-the-vsa-cluster-service-on-the-vma-appliance/">here</a>):-
</p>
<ul>
<li><strong>sudo zypper &#8211;gpg-auto-import-keys ar http://download.opensuse.org/distribution/11.1/repo/oss/ vMA-SLES-11.1<br />
</strong></li>
<li><strong>sudo zypper refresh<br />
</strong></li>
<li><strong>sudo zypper se gettext<br />
</strong></li>
<li><strong>sudo zypper in gettext-tools<br />
</strong></li>
</ul>
<p><img src="http://www.it-book.co.uk/wp-content/uploads/2013/01/010713_2113_BrownfieldI6.png" alt=""/>
	</p>
<p>From the VMware website download the VSA cluster service for Linux (VMware-VSAClusterService-5.1.1.0-858549-linux.zip). Create a folder(tmp) under the /home/vi-admin folder and copy the zip file into that.
</p>
<p><img src="http://www.it-book.co.uk/wp-content/uploads/2013/01/010713_2113_BrownfieldI7.png" alt=""/>
	</p>
<p>Once the copy has completed enter the below commands
</p>
<ul>
<li><strong>cd /home/vi-admin/tmp<br />
</strong></li>
<li><strong>unzip *.*<br />
</strong></li>
<li><strong>cd V*<br />
</strong></li>
<li><strong>cd setup<br />
</strong></li>
<li><strong>sudo ./install.sh<br />
</strong></li>
</ul>
<p><img src="http://www.it-book.co.uk/wp-content/uploads/2013/01/010713_2113_BrownfieldI8.png" alt=""/>
	</p>
<p>Apparently the above errors are not important…
</p>
<h2>Installation of VSA Manager<br />
</h2>
<p>On the VC download &#8220;VSA Manager&#8221; from the VMWare website (in this instance I used VMware-vsamanager-all-5.1.0-859644.exe)
</p>
<p><img src="http://www.it-book.co.uk/wp-content/uploads/2013/01/010713_2113_BrownfieldI9.png" alt=""/>
	</p>
<p>Once installed open the vi client on the virtual center and you should see a VSA manager tab.
</p>
<p><img src="http://www.it-book.co.uk/wp-content/uploads/2013/01/010713_2113_BrownfieldI10.png" alt=""/>
	</p>
<p>Run through the installer and choose the appropriate data center. Then select the hosts to go into the cluster
</p>
<p><img src="http://www.it-book.co.uk/wp-content/uploads/2013/01/010713_2113_BrownfieldI11.png" alt=""/>
	</p>
<p>Note I have entered the IP of the VMA for the cluster service IP address.
</p>
<p><img src="http://www.it-book.co.uk/wp-content/uploads/2013/01/010713_2113_BrownfieldI12.png" alt=""/>
	</p>
<p>Fill out the necessary IP info
</p>
<p><img src="http://www.it-book.co.uk/wp-content/uploads/2013/01/010713_2113_BrownfieldI13.png" alt=""/>
	</p>
<p>Note that the VSA size below is 1TB. This will actually create 2x 500GB VSA datastores. You may want to check if any of your VMs have drives larger than the size of the VSA datastores.  The reason it creates 2x 500GB datastores is that each server must replicates the other server&#8217;s datastore.
</p>
<p><img src="http://www.it-book.co.uk/wp-content/uploads/2013/01/010713_2113_BrownfieldI14.png" alt=""/>
	</p>
<p>If you choose to format the disks immediately it may take a while.
</p>
<p><img src="http://www.it-book.co.uk/wp-content/uploads/2013/01/010713_2113_BrownfieldI15.png" alt=""/>
	</p>
<p>Note that I have not used dedicated VLANs for the cluster front-end and back-end portgroups. As mentioned about I have created port based VLANs on the switch to isolate the back-end traffic.
</p>
<p><img src="http://www.it-book.co.uk/wp-content/uploads/2013/01/010713_2113_BrownfieldI16.png" alt=""/>
	</p>
<p>I was initially concerned by the below message but I can confirm that after installation it did not wipe the datastores on which the existing VMs resided.
</p>
<p><img src="http://www.it-book.co.uk/wp-content/uploads/2013/01/010713_2113_BrownfieldI17.png" alt=""/>
	</p>
<p>After a short while the installation will complete.
</p>
<p><img src="http://www.it-book.co.uk/wp-content/uploads/2013/01/010713_2113_BrownfieldI18.png" alt=""/>
	</p>
<p>The VSA manager tab should now be populated with information about the cluster and storage. Note the &#8220;change password&#8221; option. As mentioned above it is recommended to change your password.
</p>
<p><img src="http://www.it-book.co.uk/wp-content/uploads/2013/01/010713_2113_BrownfieldI19.png" alt=""/>
	</p>
<p>The Cluster is now installed and you now have the option to migrate your running VMs onto the VSA storage (e.g. VSADs-0 and VSADs-1)
</p>
<p><img src="http://www.it-book.co.uk/wp-content/uploads/2013/01/010713_2113_BrownfieldI20.png" alt=""/>
	</p>
<p>THE END</p>
 ]]></content:encoded>
			<wfw:commentRss>http://www.it-book.co.uk/2563/brownfield-install-of-vmware-storage-appliance-vsa/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error 32010 installing vCenter Server 5.1</title>
		<link>http://www.it-book.co.uk/2464/error-32010-installing-vcenter-server-5-1</link>
		<comments>http://www.it-book.co.uk/2464/error-32010-installing-vcenter-server-5-1#comments</comments>
		<pubDate>Wed, 19 Dec 2012 14:20:59 +0000</pubDate>
		<dc:creator>Huw</dc:creator>
				<category><![CDATA[vCenter]]></category>

		<guid isPermaLink="false">http://www.it-book.co.uk/?p=2464</guid>
		<description><![CDATA[When installing vCenter 5.1 you may get the error message: &#8220;Error 32010. Failed to create database users. There can be several reasons for this failure. For more information, see the vmMSSWLCmd.log file in the system temporary folder&#8221; You can find the location of vmMSSQLCmd.log in The reason for the error should be in this file. [...]]]></description>
				<content:encoded><![CDATA[<p>When installing vCenter 5.1 you may get the error message:
</p>
<p>&#8220;Error 32010. Failed to create database users. There can be several reasons for this failure. For more information, see the vmMSSWLCmd.log file in the system temporary folder&#8221;
</p>
<p><img src="http://www.it-book.co.uk/wp-content/uploads/2012/12/121912_1418_Error32010i1.png" alt=""/>
	</p>
<p>You can find the location of vmMSSQLCmd.log in
</p>
<p><img src="http://www.it-book.co.uk/wp-content/uploads/2012/12/121912_1418_Error32010i2.png" alt=""/>
	</p>
<p>The reason for the error should be in this file. In my instance it was because the passwords chosen for the RSA_DBA and RSA_USER accounts did not meet windows complexity requirements. I changed the passwords to something more complex and the install completed successfully.
</p>
<p>THE END</p>
 ]]></content:encoded>
			<wfw:commentRss>http://www.it-book.co.uk/2464/error-32010-installing-vcenter-server-5-1/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>How to Setup Exchange UCC or SAN certificate with non-standard domain</title>
		<link>http://www.it-book.co.uk/2459/how-to-setup-exchange-ucc-or-san-certificate-with-non-standard-domain</link>
		<comments>http://www.it-book.co.uk/2459/how-to-setup-exchange-ucc-or-san-certificate-with-non-standard-domain#comments</comments>
		<pubDate>Tue, 18 Dec 2012 09:40:48 +0000</pubDate>
		<dc:creator>Huw</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>

		<guid isPermaLink="false">http://www.it-book.co.uk/?p=2459</guid>
		<description><![CDATA[If you found this article useful please click on my referral link before buying your godaddy certificate www.godaddy.com When trying to purchase a SSL SAN certificate you may run into problems if your Active Directory domain uses a non-standard domain name  e.g. if it ends with .local For example godaddy with fail giving you the error [...]]]></description>
				<content:encoded><![CDATA[<p><span style="color: #3366ff; font-family: Verdana; font-size: 9pt; background-color: #f2f2f2;"><em>If you found this article useful please click on my referral link before buying your godaddy certificate <a href="http://www.jdoqocy.com/click-4251548-10864024">www.godaddy.com</a></em></span></p>
<p>When trying to purchase a SSL SAN certificate you may run into problems if your Active Directory domain uses a non-standard domain name  e.g. if it ends with .local</p>
<p>For example godaddy with fail giving you the error message</p>
<p style="margin-left: 36pt;"><span style="color: red; font-family: Arial; font-size: 9pt; background-color: white;">One or more SANs is not a fully qualified domain name. You must drop the invalid SANs<br />
</span></p>
<p style="margin-left: 36pt;"><span style="color: red; font-family: Arial; font-size: 9pt; background-color: white;"><strong>Please note: </strong>After November 1, 2015, Go Daddy will no longer provide SSL certificates without a fully-qualified domain name or IP address, such as &#8216;mail&#8217;, &#8216;intranet&#8217;, or 10.0.0.1<span style="color: red; font-family: Arial; font-size: 9pt; background-color: white;"><br />
</span></span></p>
<p><span style="color: black; font-family: Arial; font-size: 9pt; background-color: white;">This is due to a change in legislation for certificate authorities designed to improve security.<br />
</span></p>
<p><span style="color: black; font-family: Arial; font-size: 9pt; background-color: white;">In the example below I have tried to register 5 FQDNs:-<br />
</span></p>
<ul>
<li><span style="color: black; font-family: Arial; font-size: 9pt; background-color: white;">Mail.yourdomain.net<br />
</span></li>
<li><span style="color: black; font-family: Arial; font-size: 9pt; background-color: white;">Autodiscover.yourdomain.net<br />
</span></li>
<li><span style="color: black; font-family: Arial; font-size: 9pt; background-color: white;">Autodiscover.yourdomain.local     (this is a non-standard FQDN)<br />
</span></li>
<li><span style="color: black; font-family: Arial; font-size: 9pt; background-color: white;">Servername     (this is a non-standard FQDN)<br />
</span></li>
<li><span style="color: black; font-family: Arial; font-size: 9pt; background-color: white;">Servername.yourdomain.local     (this is a non-standard FQDN)<br />
</span></li>
</ul>
<p><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2012/12/121812_0937_HowtoSetupE1.png" /></p>
<p>As you cannot register the non-standard domains you will not be able to register</p>
<ul>
<li><span style="color: black; font-family: Arial; font-size: 9pt; background-color: white;">Autodiscover.yourdomain.local    (this is a non-standard FQDN)<br />
</span></li>
<li><span style="color: black; font-family: Arial; font-size: 9pt; background-color: white;">Servername     (this is a non-standard FQDN)<br />
</span></li>
<li><span style="color: black; font-family: Arial; font-size: 9pt; background-color: white;">Servername.yourdomain.local     (this is a non-standard FQDN)<br />
</span></li>
</ul>
<p>You can only register</p>
<ul>
<li><span style="color: black; font-family: Arial; font-size: 9pt; background-color: white;">Mail.yourdomain.net<br />
</span></li>
<li><span style="color: black; font-family: Arial; font-size: 9pt; background-color: white;">Autodiscover.yourdomain.net<br />
</span></li>
</ul>
<p>This means that you will need to reconfigure your exchange server to use your public domain name (e.g. mail.yourdomain.net) on your internal network. Otherwise you may get Outlook certificate error messages stating &#8220;The name on the security certificate is invalid or does not match the name of the site&#8221;.</p>
<p><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2012/12/121812_0937_HowtoSetupE2.png" /></p>
<h2>Create DNS Zone for your public internet domain</h2>
<p>By creating an Active Directory zone for your public DNS name you can change what IP address is resolved. E.g. mail.yourdomain.net should resolve to an internal IP. This is known as split brain DNS.</p>
<p><a href="http://www.it-book.co.uk/wp-content/uploads/2012/12/dns.jpg"><img class="alignleft size-medium wp-image-2606" alt="dns" src="http://www.it-book.co.uk/wp-content/uploads/2012/12/dns-300x173.jpg" width="300" height="173" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>As you are creating a DNS zone for your public domain name you will need to enter any host records you use  e.g. www for your website. All exchange DNS records should point to the exchange server&#8217;s internal IP.</p>
<p>This allows you to use your public FQDN internally. This reduces the number of DNS names you need to register, e.g. just two.</p>
<ul>
<li>Mail.yourdomain.net</li>
<li>Autodiscover.yourdomain.net</li>
</ul>
<p>Note I have created host records for &#8220;mail&#8221; and &#8220;autodiscover&#8221;. Therefore please order the SSL certificate with just the 2 FQDNs  e.g. mail.yourdomain.net, autodiscover.yourdomain.net</p>
<h2>Set Exchange to Use the Public FQDN</h2>
<p>You can view what URLs exchange is using by running the &#8220;test e-mail autoconfiguration&#8221; program in Outlook.</p>
<p><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2012/12/121812_0937_HowtoSetupE4.png" /></p>
<p>You will need to set exchange to listen on the public FQDN for a number of key services. To do this need to open the Exchange Management Shell and enter the below commands changing the FQDN (mail.contoso.com) and change the servername (CAS_Server_Name)</p>
<h3>Exchange 2007</h3>
<ol>
<li>
<div style="background: white;"><span style="color: #333333; font-size: 10pt;">Change the Autodiscover URL in the Service Connection Point. The Service Connection Point is stored in the Active Directory directory service. ToÃ‚Â change this URL, type the following command, and then press Enter:Ã‚Â<br />
</span></div>
<p style="background: white;"><span style="color: #333333; font-size: 10pt;"><strong>Set-ClientAccessServer -Identity <em>CAS_Server_Name</em> -AutodiscoverServiceInternalUri https://<em>mail</em>.contoso.com/autodiscover/autodiscover.xml</strong><br />
</span></p>
</li>
<li>
<div style="background: white;"><span style="color: #333333; font-size: 10pt;">Change the <strong>InternalUrl</strong> attribute of the EWS. To do this, type the following command, and then press Enter:<br />
</span></div>
<p style="background: white;"><span style="color: #333333; font-size: 10pt;"><strong>Set-WebServicesVirtualDirectory -Identity &#8220;<em>CAS_Server_Name</em>\EWS (Default Web Site)&#8221; -InternalUrl https://<em>mail</em>.contoso.com/ews/exchange.asmx</strong><br />
</span></p>
</li>
<li>
<div style="background: white;"><span style="color: #333333; font-size: 10pt;">Change the <strong>InternalUrl</strong> attribute for Web-based Offline Address Book distribution. To do this, type the following command, and then press Enter:<br />
</span></div>
<p style="background: white;"><span style="color: #333333; font-size: 10pt;"><strong>Set-OABVirtualDirectory -Identity &#8220;<em>CAS_Server_name</em>\oab (Default Web Site)&#8221; -InternalUrl https://<em>mail</em>.contoso.com/oab</strong><br />
</span></p>
</li>
<li>
<div style="background: white;"><span style="color: #333333; font-size: 10pt;">Change the <strong>InternalUrl</strong> attribute of the UM Web service. To do this, type the following command, and then press Enter:<br />
</span></div>
<p style="background: white;"><span style="color: #333333; font-size: 10pt;"><strong>Set-UMVirtualDirectory -Identity &#8220;<em>CAS_Server_Name</em>\unifiedmessaging (Default Web Site)&#8221; -InternalUrl https://<em>mail</em>.contoso.com/unifiedmessaging/service.asmx</strong><br />
</span></p>
</li>
<li>
<div style="background: white;"><span style="color: #333333; font-size: 10pt;">Open IIS Manager.<br />
</span></div>
</li>
<li>
<div style="background: white;"><span style="color: #333333; font-size: 10pt;">Expand the local computer, and then expand <strong>Application Pools</strong>.<br />
</span></div>
</li>
<li>
<div style="background: white;"><span style="color: #333333; font-size: 10pt;">Right-click <strong>MSExchangeAutodiscoverAppPool</strong>, and then click <strong>Recycle</strong>.<br />
</span></div>
</li>
</ol>
<p><a href="http://www.it-book.co.uk/wp-content/uploads/2012/12/exchange2007.jpg"><img class="alignleft size-medium wp-image-2604" alt="exchange2007" src="http://www.it-book.co.uk/wp-content/uploads/2012/12/exchange2007-300x149.jpg" width="300" height="149" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><em>Note you can check the current settings using the get-clientaccessserver command.<br />
</em></p>
<h3>Exchange 2010</h3>
<ol>
<li>Start the Exchange Management Shell.</li>
<li>Modify the Autodiscover URL in the Service Connection Point. The Service Connection Point is stored in the Active Directory directory service. To modify this URL, type the following command and then press ENTER: <strong>Set-ClientAccessServer -Identity CAS_Server_Name AutodiscoverServiceInternal Uri https://mail.contoso.com/autodiscover/autodiscover.xml<br />
</strong></li>
<li>Modify the InternalUrl attribute of the EWS. To do this, type the following command, and then press ENTER: <strong>Set-WebServicesVirtualDirectory -Identity &#8220;CAS_Server_Name\EWS (Default Web Site)&#8221; -InternalUrl https://mail.contoso.com/ews/exchange.asmx</strong></li>
<li>Modify the InternalUrl attribute for Web-based Offline Address Book distribution. To do this, type the following command, and then press ENTER: <strong>Set-OABVirtualDirectory -Identity &#8220;CAS_Server_name\oab (Default Web Site)&#8221; -InternalUrl https://mail.contoso.com/oab<br />
</strong></li>
<li>Open IIS Manager.</li>
<li>Expand the local computer, and then expand Application Pools.</li>
<li>Right-click MSExchangeAutodiscoverAppPool, and then click Recycle.</li>
</ol>
<h2>Confirm Working</h2>
<p>By running test email autoconfiguration in Outlook the URLs used for exchange should have changed to the public addresses.</p>
<p><img alt="" src="http://www.it-book.co.uk/wp-content/uploads/2012/12/121812_0937_HowtoSetupE6.png" /></p>
<p>THE END</p>
 ]]></content:encoded>
			<wfw:commentRss>http://www.it-book.co.uk/2459/how-to-setup-exchange-ucc-or-san-certificate-with-non-standard-domain/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How to Setup Aggregate Links between ESXi and a Cisco Switch</title>
		<link>http://www.it-book.co.uk/2448/how-to-setup-aggregate-links-between-esxi-and-a-cisco-switch</link>
		<comments>http://www.it-book.co.uk/2448/how-to-setup-aggregate-links-between-esxi-and-a-cisco-switch#comments</comments>
		<pubDate>Tue, 27 Nov 2012 22:38:33 +0000</pubDate>
		<dc:creator>Huw</dc:creator>
				<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.it-book.co.uk/?p=2448</guid>
		<description><![CDATA[In this article I am setting a 3 network card aggregate link between an ESXi host and a Cisco 2960. Note that LACP is only supported on distributed vSwitches on ESXi 5.1 and not on ESXi 5.0 and below. You will need to know to which port on the switch your nics connect. &#160; DvSwitch [...]]]></description>
				<content:encoded><![CDATA[<p>In this article I am setting a 3 network card aggregate link between an ESXi host and a Cisco 2960. Note that LACP is only supported on distributed vSwitches on ESXi 5.1 and not on ESXi 5.0 and below. You will need to know to which port on the switch your nics connect.</p>
<p>&nbsp;</p>
<h2>DvSwitch Configuration</h2>
<p>To create a distributed vSwitch (DvSwitch) go to the below section in the vi client</p>
<p><img src="http://www.it-book.co.uk/wp-content/uploads/2012/11/112712_2237_HowtoSetupA1.png" alt="" /></p>
<p>Create a new DvSwitch</p>
<p><img src="http://www.it-book.co.uk/wp-content/uploads/2012/11/112712_2237_HowtoSetupA2.png" alt="" /></p>
<p>Select the host and network adaptors</p>
<p><img src="http://www.it-book.co.uk/wp-content/uploads/2012/11/112712_2237_HowtoSetupA3.png" alt="" /></p>
<p>Continue through the wizard and select exit.</p>
<p><img src="http://www.it-book.co.uk/wp-content/uploads/2012/11/112712_2237_HowtoSetupA4.png" alt="" /></p>
<p>Set the below options to enable the aggregate link for the ESXi server.</p>
<p><img src="http://www.it-book.co.uk/wp-content/uploads/2012/11/112712_2237_HowtoSetupA5.png" alt="" /></p>
<p>Ãƒâ€š</p>
<h2>Cisco Switch Configuration</h2>
<p>Below are the commands to create a 3 port aggregate connection. The NIC on my ESXi server I want to aggregate connects to switch ports g0/2, g0/3 and g0/4. Note that I am using the default vlan (vlan 1) for my network connections. Also note the the channel-group mode must be set to &#8220;on&#8221; and not &#8220;active&#8221;.</p>
<p>&nbsp;</p>
<p style="margin-left: 36pt;"><span style="font-size: 9pt;">interface Port-channel1<br />
</span></p>
<p style="margin-left: 36pt;"><span style="font-size: 9pt;"> description aggregate for ESXi<br />
</span></p>
<p style="margin-left: 36pt;"><span style="font-size: 9pt;"> flowcontrol receive desired<br />
</span></p>
<p style="margin-left: 36pt;"><span style="font-size: 9pt;">!<br />
</span></p>
<p style="margin-left: 36pt;"><span style="font-size: 9pt;">interface GigabitEthernet0/2<br />
</span></p>
<p style="margin-left: 36pt;"><span style="font-size: 9pt;"> flowcontrol receive desired<br />
</span></p>
<p style="margin-left: 36pt;"><span style="font-size: 9pt;"> channel-group 1 mode on<br />
</span></p>
<p style="margin-left: 36pt;"><span style="font-size: 9pt;"> spanning-tree portfast<br />
</span></p>
<p style="margin-left: 36pt;"><span style="font-size: 9pt;">!<br />
</span></p>
<p style="margin-left: 36pt;"><span style="font-size: 9pt;">interface GigabitEthernet0/3<br />
</span></p>
<p style="margin-left: 36pt;"><span style="font-size: 9pt;"> flowcontrol receive desired<br />
</span></p>
<p style="margin-left: 36pt;"><span style="font-size: 9pt;"> channel-group 1 mode on<br />
</span></p>
<p style="margin-left: 36pt;"><span style="font-size: 9pt;"> spanning-tree portfast<br />
</span></p>
<p style="margin-left: 36pt;"><span style="font-size: 9pt;">!<br />
</span></p>
<p style="margin-left: 36pt;"><span style="font-size: 9pt;">interface GigabitEthernet0/4<br />
</span></p>
<p style="margin-left: 36pt;"><span style="font-size: 9pt;"> flowcontrol receive desired<br />
</span></p>
<p style="margin-left: 36pt;"><span style="font-size: 9pt;"> channel-group 1 mode on<br />
</span></p>
<p style="margin-left: 36pt;"><span style="font-size: 9pt;"> spanning-tree portfast<br />
</span></p>
<p>&nbsp;</p>
<h2>Verify</h2>
<p>Use the &#8220;show etherchannel summary&#8221; command to verify the aggregate link. The important section below is &#8220;Po1(SU) Ã¢â‚¬Å“ the U stand for &#8220;Up&#8221;.</p>
<p style="margin-left: 36pt;"><span style="font-size: 9pt;">TRI-COLO-SW1#sh etherchannel summary<br />
</span></p>
<p style="margin-left: 36pt;"><span style="font-size: 9pt;">Flags: D &#8211; down P &#8211; bundled in port-channel<br />
</span></p>
<p style="margin-left: 36pt;"><span style="font-size: 9pt;"> I &#8211; stand-alone s &#8211; suspended<br />
</span></p>
<p style="margin-left: 36pt;"><span style="font-size: 9pt;"> H &#8211; Hot-standby (LACP only)<br />
</span></p>
<p style="margin-left: 36pt;"><span style="font-size: 9pt;"> R &#8211; Layer3 S &#8211; Layer2<br />
</span></p>
<p style="margin-left: 36pt;"><span style="font-size: 9pt;"> U &#8211; in use f &#8211; failed to allocate aggregator<br />
</span></p>
<p style="margin-left: 36pt;"><span style="font-size: 9pt;"> M &#8211; not in use, minimum links not met<br />
</span></p>
<p style="margin-left: 36pt;"><span style="font-size: 9pt;"> u &#8211; unsuitable for bundling<br />
</span></p>
<p style="margin-left: 36pt;"><span style="font-size: 9pt;"> w &#8211; waiting to be aggregated<br />
</span></p>
<p style="margin-left: 36pt;"><span style="font-size: 9pt;"> d &#8211; default port</span></p>
<p style="margin-left: 36pt;"><span style="font-size: 9pt;">Number of channel-groups in use: 2<br />
</span></p>
<p style="margin-left: 36pt;"><span style="font-size: 9pt;">Number of aggregators: 2<br />
</span></p>
<p style="margin-left: 36pt;"><span style="font-size: 9pt;">Group Port-channel Protocol Ports<br />
</span></p>
<p style="margin-left: 36pt;"><span style="font-size: 9pt;">&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
</span></p>
<p style="margin-left: 36pt;"><span style="font-size: 9pt;">1 Po1(<strong>SU</strong>) &#8211; Gi0/2(P) Gi0/3(P) Gi0/4(P)<br />
</span></p>
 ]]></content:encoded>
			<wfw:commentRss>http://www.it-book.co.uk/2448/how-to-setup-aggregate-links-between-esxi-and-a-cisco-switch/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 and 2007 Useful Powershell Commands</title>
		<link>http://www.it-book.co.uk/2439/exchange-2010-and-2007-useful-powershell-commands-2</link>
		<comments>http://www.it-book.co.uk/2439/exchange-2010-and-2007-useful-powershell-commands-2#comments</comments>
		<pubDate>Mon, 19 Nov 2012 10:48:28 +0000</pubDate>
		<dc:creator>Huw</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>

		<guid isPermaLink="false">http://www.it-book.co.uk/?p=2439</guid>
		<description><![CDATA[Explanation Command Grant full access to all mailboxes get-mailbox -server &#60;exchange server Name&#62; &#124; Add-MailboxPermission -User &#8220;domain\userid&#8221; -AccessRights FullAccess Move mailbox to another server New-MoveRequest –identity username –TargetDatabase &#8220;database name&#8221; Update Default Global Address List Update-GlobalAddressList -Identity &#8220;default Global Address List&#8221; Grant relay permission to send connector Get-ReceiveConnector &#8220;Anonymous Relay&#8221; &#124; Add-ADPermission -User &#8220;NT AUTHORITY\ANONYMOUS [...]]]></description>
				<content:encoded><![CDATA[<div>
<table style="border-collapse:collapse" border="0">
<colgroup>
<col style="width:236px"/>
<col style="width:403px"/></colgroup>
<tbody valign="top">
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid 0.5pt; border-left:  solid 0.5pt; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p><span style="font-size:14pt; text-decoration:underline"><strong>Explanation<br />
</strong></span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid 0.5pt; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p><span style="font-size:14pt; text-decoration:underline"><strong>Command</strong></span></p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid 0.5pt; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p>Grant full access to all mailboxes</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p>get-mailbox -server &lt;exchange server Name&gt; | Add-MailboxPermission -User &#8220;domain\userid&#8221; -AccessRights FullAccess</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid 0.5pt; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p>Move mailbox to another server</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p>New-MoveRequest –identity username –TargetDatabase &#8220;database name&#8221;</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid 0.5pt; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p>Update Default Global Address List</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p>Update-GlobalAddressList -Identity &#8220;default Global Address List&#8221;</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid 0.5pt; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p>Grant relay permission to send connector</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p>Get-ReceiveConnector &#8220;Anonymous Relay&#8221; | Add-ADPermission -User &#8220;NT AUTHORITY\ANONYMOUS LOGON&#8221; -ExtendedRights &#8220;Ms-Exch-SMTP-Accept-Any-Recipient&#8221;</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid 0.5pt; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p>Remove Move Request</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p>Remove-MoveRequest -identity boardroom
</p>
<p><em>If a move fails you need to remove the move request before generating another one</em></p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid 0.5pt; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p>Get information on size and number of items in mailbox store</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p>get-mailboxstatistics -database &#8220;name-of-mail-database&#8221;</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid 0.5pt; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p>Get information on an individual mailbox</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p>get-mailboxstatistics -identity administrator</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid 0.5pt; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p>Check autodiscover</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p>Test-OutlookWebServices</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid 0.5pt; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p>Create hub site</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p><span style="color:black">Set-AdSite &#8220;Site A&#8221; -HubSiteEnabled $true</span></p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid 0.5pt; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p>Approve in-policy requests from all users for the room mailbox &#8220;board room&#8221;.</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p>Set-CalendarProcessing -Identity &#8220;boardroom&#8221; -AutomateProcessing AutoAccept -AllBookInPolicy $true</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid 0.5pt; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p>Prevent a user from deleting any items</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p>Set-mailbox &lt;username&gt; LitigationHoldEnabled $true</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid 0.5pt; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p>Create a retention tag to delete emails older than 90 days from the &#8220;deleted items&#8221; folder</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p>New-RetentionPolicyTag &#8220;AllUsers-DeletedItems&#8221; –Type DeletedItems –Comment &#8220;Items older than 90 days are deleted&#8221; –RetentionEnabled $true –AgeLimitForRetention 90 –RetentionAction PermanentlyDelete</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid 0.5pt; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p>Exports list of all user email addresses to a text file</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p><span style="color:#333333; font-family:Verdana; font-size:10pt">get-recipient | select name -expand emailaddresses | where {$_.smtpAddress} | Select-Object Name,smtpAddress | export-csv c:\AllEmailAddresses.txt -noType</span></p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid 0.5pt; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p>Upgrade Recipient Policy from older version of Exchange</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p><span style="color:#666666; font-family:Verdana; font-size:9pt"><em>Set-EMailAddressPolicy &#8220;Default Policy&#8221; -IncludedRecipients &#8220;AllRecipients&#8221;</em></span></p>
</td>
</tr>
</tbody>
</table>
</div>
<p>
 </p>
 ]]></content:encoded>
			<wfw:commentRss>http://www.it-book.co.uk/2439/exchange-2010-and-2007-useful-powershell-commands-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Performing a Windows 2008 system image bare metal recovery to VMWare VM</title>
		<link>http://www.it-book.co.uk/2434/performing-a-windows-2008-system-image-bare-metal-recovery-to-vmware-vm</link>
		<comments>http://www.it-book.co.uk/2434/performing-a-windows-2008-system-image-bare-metal-recovery-to-vmware-vm#comments</comments>
		<pubDate>Fri, 16 Nov 2012 17:58:51 +0000</pubDate>
		<dc:creator>Huw</dc:creator>
				<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.it-book.co.uk/?p=2434</guid>
		<description><![CDATA[In this article I am restoring from windows system image backup to a VMWare virtual machine. This is being done to test the validity of the backups for a customer. The backups were performed to a USB disk connected to the original server running Windows 2008 (not R2). Pre-Requisites You will need the windows 2008 [...]]]></description>
				<content:encoded><![CDATA[<p>In this article I am restoring from windows system image backup to a VMWare virtual machine. This is being done to test the validity of the backups for a customer. The backups were performed to a USB disk connected to the original server running Windows 2008 (not R2).
</p>
<h2>Pre-Requisites<br />
</h2>
<p>You will need the windows 2008 DVD or ISO.
</p>
<h2>Step 1- Build Recovery VM<br />
</h2>
<ul>
<li>Connect the USB disk containing the backup to the ESXi server.
</li>
<li>Create a VM on your VMWare server – <span style="text-decoration:underline">note that it must have hard disks at least as big as those of the original server.<br />
</span></li>
<li>Add a USB controller and then add the USB device (i.e. the USB drive that contains the backup)
</li>
</ul>
<p><img src="http://www.it-book.co.uk/wp-content/uploads/2012/11/111612_1757_Performinga1.png" alt=""/>
	</p>
<h2>Step – 2 Boot into Windows Repair mode<br />
</h2>
<p>Start the VM and boot of the Windows DVD (or ISO).
</p>
<p><img src="http://www.it-book.co.uk/wp-content/uploads/2012/11/111612_1757_Performinga2.png" alt=""/>
	</p>
<p><img src="http://www.it-book.co.uk/wp-content/uploads/2012/11/111612_1757_Performinga3.png" alt=""/>
	</p>
<p>Select Windows Complete PC restore
</p>
<p><img src="http://www.it-book.co.uk/wp-content/uploads/2012/11/111612_1757_Performinga4.png" alt=""/>
	</p>
<p><img src="http://www.it-book.co.uk/wp-content/uploads/2012/11/111612_1757_Performinga5.png" alt=""/>
	</p>
<p><img src="http://www.it-book.co.uk/wp-content/uploads/2012/11/111612_1757_Performinga6.png" alt=""/>
	</p>
<p>Click finish and the restore will kick off. This may take some time.</p>
 ]]></content:encoded>
			<wfw:commentRss>http://www.it-book.co.uk/2434/performing-a-windows-2008-system-image-bare-metal-recovery-to-vmware-vm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
