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

<channel>
	<title>Digital-Traffic.net &#187; upgrade</title>
	<atom:link href="http://digital-traffic.net/tag/upgrade/feed/" rel="self" type="application/rss+xml" />
	<link>http://digital-traffic.net</link>
	<description>Public thoughts of a network administrator</description>
	<lastBuildDate>Sun, 31 Jan 2010 21:02:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Upgrading to vSphere Part 1: Installing vCenter</title>
		<link>http://digital-traffic.net/technology/upgrading-to-vsphere-part-1/</link>
		<comments>http://digital-traffic.net/technology/upgrading-to-vsphere-part-1/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 02:38:32 +0000</pubDate>
		<dc:creator>Brian Shacklett</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[vcenter]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://digital-traffic.net/?p=179</guid>
		<description><![CDATA[Last week I started our migration from VMWare&#8217;s VI3 to vSphere. There are many improvements to the load balancing capabilities as well as the management capabilities. The storage engine has been greatly improved as well. Storage vMotion is available in the GUI without a plugin and thin provisioning is finally available, which is a huge [...]]]></description>
			<content:encoded><![CDATA[<p>
Last week I started our migration from VMWare&#8217;s VI3 to vSphere. There are many improvements to the load balancing capabilities as well as the management capabilities. The storage engine has been greatly improved as well. Storage vMotion is available in the GUI without a plugin and thin provisioning is finally available, which is a huge boon and reason enough to make the move on its own. Most of this process can be completed with no downtime for the virtual machines.
</p>
<p><span id="more-179"></span></p>
<h3>Environment</h3>
<p>Our environment is fairly small in terms of number of hosts, but we have most of the components in place, which makes for a very nice upgrade experience.</p>
<ul>
<li>A VirtualCenter Server v2.5 (primary data center)</li>
<li>Two host machines v3.5 (primary data center)</li>
<li>Two host machines v3.0 (disaster recovery data center)</li>
</ul>
<h3>Procedure</h3>
<p>
The first thing that needs to happen during the migration is upgrading the VirtualCenter server. vCenter 4 is very capable of managing legacy products, but it&#8217;s a good idea to take a look at the <a href="http://www.vmware.com/pdf/vsphere4/r40/vsp_compatibility_matrix.pdf">compatibility matrices</a> just to be safe.
</p>
<h4>Migration Strategy</h4>
<p>
The hardware that our current VirtualCenter Server was running on was less than adequate for running vCenter 4. So, I went ahead and built a new server to host vCenter. This had an added bonus of a very easy rollback plan if anything went wrong. All I would have to do is restore the database and boot up the old server. VMWare has an article that outlines part of this process at <a href="http://kb.vmware.com/kb/5850444">http://kb.vmware.com/kb/5850444</a>
</p>
<h4>Installation</h4>
<p>
To use the existing VirtualCenter database, a system DSN needs to be created to point to the existing database. Enter in the user credentials and set the default database to &#8220;VCDB&#8221; (or whatever your VirtualCenter database is called) and the rest of the settings should be fine at the defaults. It&#8217;s important to note that the VirtualCenter service should be stopped and disabled on the original server before proceeding from here. Bad things can happen if you have two servers trying to access that database.
</p>
<p>
After creating the DSN, I began installing vCenter4. I was greeted with an error saying: <em>&#8220;Please make sure SQL Server Agent service is running on the database server.&#8221;</em> This ended up being an issue with some maintenance jobs that I had set up when migrating the database. Renaming them resolved the issue.
</p>
<p>
The next thing to keep in mind is that VirtualCenter and vCenter make use of SSL certificates. These needed to be copied from the old VirtualCenter server. By default, they are located at <em>%AllUsersProfile%\Application Data\VMWare\VMWare VirtualCenter\SSL</em>. I copied the entire SSL folder onto the new server and vCenter found it without issue.
</p>
<h4>Post-install Configuration</h4>
<p>
From here on out, I let the installer do the rest of the work. In about 5 minutes I had a working vCenter server set up. At this point I had to connect the hosts to the new server. Before the ESX hosts can be connected, however, they need to be licensed. vCenter handles this by allowing you to specify the IP address of an external licensing server for legacy hosts. Adding the IP address the old VirtualCenter server will take care of this for the time being.
</p>
<p>
Each ESX host remembers the IP address of the VirtualCenter server that manages it to prevent conflicts. Right-clicking the server and selecting connect will make vCenter communicate with the hosts and override that information. It will then connect the the new vCenter server to the host.
</p>
<p>
I had a little trouble with our remote ESX hosts. It&#8217;s important that the <em>/tmp/vmware-root</em> directory exists on the target ESX host. If that&#8217;s not there, the vCenter server is unable to transfer binaries that are required to set up the connection. The folder can be created by the root user; default permissions should be fine. One of our servers was a little more difficult than the other and still would not connect after creating the temp directory. Restarting the <strong>vmware-mgmt</strong> service resolved this.
</p>
<h4>Still to come&#8230;</h4>
<p>
vCenter 4 is now managing our ESX 3 and ESX 3.5 hosts. In the next post I&#8217;ll walk through the process of upgrading the host machines and the virtual machines.</p>
]]></content:encoded>
			<wfw:commentRss>http://digital-traffic.net/technology/upgrading-to-vsphere-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server Upgrade</title>
		<link>http://digital-traffic.net/technology/server-upgrade/</link>
		<comments>http://digital-traffic.net/technology/server-upgrade/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 19:20:41 +0000</pubDate>
		<dc:creator>Brian Shacklett</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Dovecot]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://digital-traffic.net/blog/?p=24</guid>
		<description><![CDATA[So, now that Hardy Heron is out, I&#8217;ve gone ahead and upgraded my server. It took a little while, but overall it went quite smoothly. Having the ability to go back and forth between the old server image and the new server image made it a much easier experience. Big thanks to Linode and virtualization. [...]]]></description>
			<content:encoded><![CDATA[<p>
So, now that <a href="http://www.ubuntu.com/news/ubuntu-8.04-lts-server">Hardy Heron</a> is out, I&#8217;ve gone ahead and upgraded my server. It took a little while, but overall it went quite smoothly. Having the ability to go back and forth between the old server image and the new server image made it a much easier experience. Big thanks to <a href="http://www.linode.com">Linode</a> and <a href="http://en.wikipedia.org/wiki/Virtualization">virtualization</a>.
</p>
<h3>Changes</h3>
<p>
One large change I made to my configuration is using Dovecot&#8217;s sasl authentication for Postfix rather than Cyrus. Dovecot really seems to be making headway in the mail server market. I strongly reccomend it to anyone looking for a decent IMAP server.
</p>
<p>
I&#8217;ve also upgraded to WordPress 2.5 and a later version of <a href="http://www.roundcube.net/">Roundcube</a> for webmail. Unfortunately, Ubuntu seems to be holding Roundcube back a bit in their package repository. I&#8217;m not sure what the holdup is, but they&#8217;re at least one version behind at the time I&#8217;m writing this. For that matter, WordPress is a couple of releases behind as well. I guess that happens with an LTS release.
</p>
<h3>Todo</h3>
<p>
<del>I&#8217;m still having a bit of trouble getting WordPress&#8217; permalinks working correctly, so you&#8217;ll probably notice that some of the links aren&#8217;t working properly on the blog. I remember having this problem in the past, but, for the life of me, I can&#8217;t remember what I did to solve it.</del>
</p>
<p>
<em>Update:</em> Got the permalink issue taken care of. Apache must be told, with the &#8220;<a href="http://httpd.apache.org/docs/2.0/mod/core.html#allowoverride">AllowOverride</a>&#8221; parameter, to allow .htaccess files. If this isn&#8217;t done, they  will be ignored.</p>
]]></content:encoded>
			<wfw:commentRss>http://digital-traffic.net/technology/server-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
