<?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>mainesysadmin.com &#187; HowTo</title>
	<atom:link href="http://mainesysadmin.com/tag/howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://mainesysadmin.com</link>
	<description>SysAdmin in Maine</description>
	<lastBuildDate>Wed, 06 Jan 2010 16:24:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HowTo &#8211; VMware ESX 3.5 and remote syslog configuration</title>
		<link>http://mainesysadmin.com/2008/12/17/howto-vmware-esx-35-and-remote-syslog-configuration/</link>
		<comments>http://mainesysadmin.com/2008/12/17/howto-vmware-esx-35-and-remote-syslog-configuration/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 20:16:46 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[vi3]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[snmp]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/?p=168</guid>
		<description><![CDATA[
SSH over to the ESX server required.  You&#8217;ll need sudo or root access to complete the following.
To view the file:  cat /etc/syslog.conf
To modify the file:  vi /etc/syslog.conf (google for vi help if required, i = insert.  esc = exit insert mode)
Move to the bottom of the file and add the line in the next step [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>SSH over to the ESX server required.  You&#8217;ll need sudo or root access to complete the following.</li>
<li>To view the file:  <em>cat /etc/syslog.conf</em></li>
<li>To modify the file:  <em>vi /etc/syslog.conf</em> (google for vi help if required, i = insert.  esc = exit insert mode)</li>
<li>Move to the bottom of the file and add the line in the next step if you want ALL the logs to be sent over to your syslog server.</li>
<li>#syslog server setup<br />
*.*    @syslogsrv.mydomain</li>
<li>The first line in the above line is commented out by the # sign, the second line tells all the log files to be sent to &#8220;syslogsrv.mydomain&#8221;.  Use an ip address for the syslog server if you want this to work when your DNS server goes down.</li>
<li><em>service syslog restart </em>(restarts the syslog service)<em><br />
</em></li>
<li><em>esxcfg-firewall -o 514,udp,out,syslog </em>(opens the local firewall to allow remote syslogging)<em><br />
</em></li>
<li><em>esxcfg-firewall -l </em>(reloads the new firewall configuration)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/12/17/howto-vmware-esx-35-and-remote-syslog-configuration/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>HowTo &#8211; Disable the system beep from CLI in Ubuntu 8.10</title>
		<link>http://mainesysadmin.com/2008/11/25/howto-disable-the-system-beep-from-cli-in-ubuntu-810/</link>
		<comments>http://mainesysadmin.com/2008/11/25/howto-disable-the-system-beep-from-cli-in-ubuntu-810/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 20:03:56 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[cli]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/?p=162</guid>
		<description><![CDATA[My previous posting is no longer valid.  Gnome has removed the tab for the sounds menu where you can use the gui to disable the system beep.  Here&#8217;s how you can disable this from the CLI.
sudo rmmod pcspkr
Done deal.  If you want your system beep back, well first off&#8230;curse you if I sit next to [...]]]></description>
			<content:encoded><![CDATA[<p>My previous posting is no longer valid.  Gnome has removed the tab for the sounds menu where you can use the gui to disable the system beep.  Here&#8217;s how you can disable this from the CLI.</p>
<p><em>sudo</em> <em><code>rmmod pcspkr</code></em></p>
<p>Done deal.  If you want your system beep back, well first off&#8230;curse you if I sit next to you.  Type in the following to enable it:</p>
<p><em><code>sudo modprobe pcspkr</code></em></p>
<p>got this from:  <a href="http://lifehacker.com/software/ubuntu/hack-attack-top-10-ubuntu-apps-and-tweaks-195437.php" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/lifehacker.com');">lifehacker</a> (per usual)</p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/11/25/howto-disable-the-system-beep-from-cli-in-ubuntu-810/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>HowTo &#8211; create a volume greater than 2 terabytes in win2k3 (min sp1)</title>
		<link>http://mainesysadmin.com/2008/10/24/howto-create-a-volume-greater-than-2-terabytes-in-win2k3-min-sp1/</link>
		<comments>http://mainesysadmin.com/2008/10/24/howto-create-a-volume-greater-than-2-terabytes-in-win2k3-min-sp1/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 16:59:12 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[netapp]]></category>
		<category><![CDATA[san]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[win2k3]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/?p=150</guid>
		<description><![CDATA[For a task that is REALLY easy it took a more googling than I had anticipated to come up with the solution.  Once your volume has been delivered to the server it is important to initialize the disk but not to create any partitions.

Open Windows Disk management.
Click Action -&#62; Rescan disks to make your new [...]]]></description>
			<content:encoded><![CDATA[<p>For a task that is REALLY easy it took a more googling than I had anticipated to come up with the solution.  Once your volume has been delivered to the server it is important to initialize the disk but not to create any partitions.</p>
<ol>
<li>Open Windows Disk management.</li>
<li>Click Action -&gt; Rescan disks to make your new disk appear, if greater than 2tb it will appear as 2 partitions on 1 disk</li>
<li>Right click on the disk and initialize the disk</li>
<li>Open a windows command prompt</li>
<li>type &#8220;diskpart&#8221;</li>
<li>type &#8220;list disk&#8221;</li>
<li>select the new disk that&#8217;s over 2tb</li>
<li>convert gpt</li>
<li>Now from windows Disk Management you should see a single disk greater than 2tb</li>
</ol>
<p>Information on the diskpart utility:   <a href="http://support.microsoft.com/default.aspx/kb/300415" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/support.microsoft.com');">http://support.microsoft.com/default.aspx/kb/300415</a></p>
<p>The most important prereqs include Windows 2k3 is up to at least sp1 and that no partitions exist on the disk.</p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/10/24/howto-create-a-volume-greater-than-2-terabytes-in-win2k3-min-sp1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo &#8211; Remove the U3 system from your thumb drive</title>
		<link>http://mainesysadmin.com/2008/10/07/howto-remove-the-u3-system-from-your-thumb-drive/</link>
		<comments>http://mainesysadmin.com/2008/10/07/howto-remove-the-u3-system-from-your-thumb-drive/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 20:02:47 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[geek news]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/?p=143</guid>
		<description><![CDATA[I love lifehacker.com.  I always find usefull posts like this one below.
http://lifehacker.com/5057484/remove-u3-to-speed-up-your-flash-drive
This is very useful for us Linux users.  It&#8217;s so annoying to plug a u3 drive into a linux o/s.  Anyhow download the utility and clean up your U3 enabled usb thumb drive here:  http://www.u3.com/uninstall/default.aspx
]]></description>
			<content:encoded><![CDATA[<p>I love <a href="http://www.lifehacker.com" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.lifehacker.com');">lifehacker.com</a>.  I always find usefull posts like this one below.</p>
<p><a href="http://lifehacker.com/5057484/remove-u3-to-speed-up-your-flash-drive" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/lifehacker.com');">http://lifehacker.com/5057484/remove-u3-to-speed-up-your-flash-drive</a></p>
<p>This is very useful for us Linux users.  It&#8217;s so annoying to plug a u3 drive into a linux o/s.  Anyhow download the utility and clean up your U3 enabled usb thumb drive here:  <a href="http://www.u3.com/uninstall/default.aspx" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.u3.com');">http://www.u3.com/uninstall/default.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/10/07/howto-remove-the-u3-system-from-your-thumb-drive/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HowTo &#8211; publish flash animation with IIS6</title>
		<link>http://mainesysadmin.com/2008/10/07/how-to-publish-flash-animation-with-iis6/</link>
		<comments>http://mainesysadmin.com/2008/10/07/how-to-publish-flash-animation-with-iis6/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 19:19:46 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webmaster]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/?p=112</guid>
		<description><![CDATA[Before recently I had not required to publish any flash animations with a windows server running IIS6.  Come to find out that it is really easy to do.  I ran across the following blog below with the correct information.  I&#8217;ll include the steps below the url for posterity.
http://it.toolbox.com/blogs/rymoore/adding-flv-mime-type-in-iis-4198
Adding .flv MIME type in IIS
1) Select the [...]]]></description>
			<content:encoded><![CDATA[<p>Before recently I had not required to publish any flash animations with a windows server running IIS6.  Come to find out that it is really easy to do.  I ran across the following blog below with the correct information.  I&#8217;ll include the steps below the url for posterity.</p>
<p><a href="http://it.toolbox.com/blogs/rymoore/adding-flv-mime-type-in-iis-4198" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/it.toolbox.com');">http://it.toolbox.com/blogs/rymoore/adding-flv-mime-type-in-iis-4198</a></p>
<p>Adding .flv MIME type in IIS</p>
<p>1) Select the site to configure in IIS, right click and select &#8220;Properties&#8221;<br />
2) Under HTTP Headers Tab, select &#8220;File Types&#8221; under the MIME Map section and select &#8220;New Type&#8221;<br />
3) Type &#8220;.flv&#8221; as the associated extension and &#8220;video/x-flv&#8221; as the content type.<br />
4) Select &#8220;OK&#8221; and you&#8217;re ready to fly!</p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/10/07/how-to-publish-flash-animation-with-iis6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo &#8211; Install Subsonic on Ubuntu</title>
		<link>http://mainesysadmin.com/2008/09/29/how-to-install-subsonic-on-ubuntu/</link>
		<comments>http://mainesysadmin.com/2008/09/29/how-to-install-subsonic-on-ubuntu/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 20:00:58 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/?p=107</guid>
		<description><![CDATA[There is so much great software available for ubuntu.  This weekend I ran into subsonic, an excellent music streaming website you can host from your own PC.  This can be used over LAN or WAN (be careful with security).
I followed the following url&#8217;s excellent instructions, but I&#8217;ll include them for future usage.
http://ubuntuforums.org/showthread.php?t=920178

URL: http://subsonic.sourceforge.net
Step1: [...]]]></description>
			<content:encoded><![CDATA[<p>There is so much great software available for ubuntu.  This weekend I ran into subsonic, an excellent music streaming website you can host from your own PC.  This can be used over LAN or WAN (be careful with security).</p>
<p>I followed the following url&#8217;s excellent instructions, but I&#8217;ll include them for future usage.<br />
<a href="http://ubuntuforums.org/showthread.php?t=920178" onclick="javascript:pageTracker._trackPageview ('/outbound/ubuntuforums.org');">http://ubuntuforums.org/showthread.php?t=920178</a></p>
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">URL: http://subsonic.sourceforge.net</p>
<p style="padding-left: 30px;">Step1: Dependencies</p>
<p style="padding-left: 30px;">sudo apt-get install tomcat5.5</p>
<p style="padding-left: 30px;">cd; wget http://prdownloads.sourceforge.net/subsonic/subsonic-3.4.zip</p>
<p style="padding-left: 30px;">Step2: Modify Init For Tomcat &amp; Start</p>
<p style="padding-left: 30px;">sudo nano /etc/init.d/tomcat5.5</p>
<p style="padding-left: 30px;">Change TOMCAT_SECURITY=yes to TOMCAT_SECURITY=no</p>
<p style="padding-left: 30px;">sudo /etc/init.d/tomcat5.5 start</p>
<p style="padding-left: 30px;">Step3: Unzip/Install Subsonic</p>
<p style="padding-left: 30px;">unzip subsonic-3.4.zip</p>
<p style="padding-left: 30px;">mv subsonic.war /var/lib/tomcat5.5/webapps/</p>
<p style="padding-left: 30px;">mkdir /var/subsonic</p>
<p style="padding-left: 30px;">chown tomcat55:nogroup /var/subsonic</p>
<p style="padding-left: 30px;">Step4: Test</p>
<p style="padding-left: 30px;">firefox http://127.0.0.1:8180/subsonic</p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/09/29/how-to-install-subsonic-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo &#8211; create a bootable linux usb thumb drive (the easy way)</title>
		<link>http://mainesysadmin.com/2008/09/11/how-to-create-a-bootable-linux-usb-thumb-drive-the-easy-way/</link>
		<comments>http://mainesysadmin.com/2008/09/11/how-to-create-a-bootable-linux-usb-thumb-drive-the-easy-way/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 13:26:39 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/?p=103</guid>
		<description><![CDATA[Browsing around lifehacker.com I ran across an article on how to create a bootable linux usb thumbdrive.  This is by far the easiest method that I&#8217;ve run across.

Download the utility.
Open the utility and download one of the supported linux iso&#8217;s.
Plug your usb thumb drive into your computer (utility is linux or windows, so you [...]]]></description>
			<content:encoded><![CDATA[<p>Browsing around <a href="http://lifehacker.com" onclick="javascript:pageTracker._trackPageview ('/outbound/lifehacker.com');">lifehacker.com</a> I ran across an article on how to create a bootable linux usb thumbdrive.  This is by far the easiest method that I&#8217;ve run across.</p>
<ul>
<li>Download the utility.</li>
<li>Open the utility and download one of the supported linux iso&#8217;s.</li>
<li>Plug your usb thumb drive into your computer (utility is linux or windows, so you can do this from either)</li>
<li>Point the utility at the iso you downloaded and the correct usb thumb drive.</li>
<li>execute, wait and reboot off of your newly created bootable thumb drive.</li>
</ul>
<p>article with better detail on process:<br />
<a href="http://tombuntu.com/index.php/2008/08/27/create-a-bootable-usb-drive-or-memory-card/" onclick="javascript:pageTracker._trackPageview ('/outbound/tombuntu.com');">http://tombuntu.com/index.php/2008/08/27/create-a-bootable-usb-drive-or-memory-card/</a></p>
<p>direct link to the utility download page:<br />
<a href="http://unetbootin.sourceforge.net/" onclick="javascript:pageTracker._trackPageview ('/outbound/unetbootin.sourceforge.net');">http://unetbootin.sourceforge.net/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/09/11/how-to-create-a-bootable-linux-usb-thumb-drive-the-easy-way/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How-To &#8211; Redirect 404 to index page via PHP</title>
		<link>http://mainesysadmin.com/2008/08/25/how-to-redirect-404-to-index-page-via-php/</link>
		<comments>http://mainesysadmin.com/2008/08/25/how-to-redirect-404-to-index-page-via-php/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 19:32:15 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[webmaster]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/?p=102</guid>
		<description><![CDATA[I&#8217;ve been working a quirky sub-domain 404 issue and I found a quick and clean redirect script.  Instead of a nasty 404 page you can redirect the web request to the index page.  I found the helpful script here:  http://css-tricks.com/how-to-redirect-indexhtml-to-indexphp/
I deleted whatever text was in 404.php and replaced it with:



Worked like a [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working a quirky sub-domain 404 issue and I found a quick and clean redirect script.  Instead of a nasty 404 page you can redirect the web request to the index page.  I found the helpful script here:  <a href="http://css-tricks.com/how-to-redirect-indexhtml-to-indexphp/" onclick="javascript:pageTracker._trackPageview ('/outbound/css-tricks.com');">http://css-tricks.com/how-to-redirect-indexhtml-to-indexphp/</a></p>
<p>I deleted whatever text was in 404.php and replaced it with:</p>
<p><code><br />
<?php<br />
  header( 'Location: http://www.redirect-location.com' );<br />
  exit();<br />
?><br />
</code></p>
<p>Worked like a charm for me!</p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/08/25/how-to-redirect-404-to-index-page-via-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetApp and Data Deduplication (artist formally known as A-SIS)</title>
		<link>http://mainesysadmin.com/2008/07/30/netapp-and-data-deduplication-artist-formally-known-as-a-sis/</link>
		<comments>http://mainesysadmin.com/2008/07/30/netapp-and-data-deduplication-artist-formally-known-as-a-sis/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 18:49:07 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[vi3]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[de-duplication]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[netapp]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/?p=96</guid>
		<description><![CDATA[I&#8217;ve been doing a little testing with NetApp Deduplication lately but only in a limited test environment.  I know one thing for certain, deduplication and compression do not mix at all!  When you start to look at this technology make sure you&#8217;re dealing with uncompressed data.  This posting is more or less a bookmark for:
&#8220;Scott&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been doing a little testing with NetApp Deduplication lately but only in a limited test environment.  I know one thing for certain, deduplication and compression do not mix at all!  When you start to look at this technology make sure you&#8217;re dealing with uncompressed data.  This posting is more or less a bookmark for:</p>
<p>&#8220;<a href="http://blog.scottlowe.org/2008/03/31/quick-guide-to-setting-up-netapp-deduplication/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/blog.scottlowe.org');">Scott&#8217;s Quick Guide to Setting up Netapp Deduplication</a>&#8221;</p>
<p>NetApp does provide a useful windows exe called &#8220;find_space&#8221; which you can run in report mode against any windows data volume.</p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/07/30/netapp-and-data-deduplication-artist-formally-known-as-a-sis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo &#8211; enable HA if HA/DRS is not enabled when in Virtual Center and enable fails</title>
		<link>http://mainesysadmin.com/2008/07/21/how-to-enable-ha-if-virtual-center-fails-on-enable/</link>
		<comments>http://mainesysadmin.com/2008/07/21/how-to-enable-ha-if-virtual-center-fails-on-enable/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 14:03:18 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[vi3]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[drs]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/2008/07/21/how-to-enable-ha-if-virtual-center-fails-on-enable/</guid>
		<description><![CDATA[I came into work this morning and one of the ESX hosts had HA disabled.  The network engineers replaced the core switch and I have to assume the NIC connectivity caused HA to disable since they were all down at once.  One command helped me get HA enabled:
SSH to the host that is disabled and [...]]]></description>
			<content:encoded><![CDATA[<p>I came into work this morning and one of the ESX hosts had HA disabled.  The network engineers replaced the core switch and I have to assume the NIC connectivity caused HA to disable since they were all down at once.  One command helped me get HA enabled:</p>
<p>SSH to the host that is disabled and as root execute:</p>
<p><em>service mgmt-vmware restart</em></p>
<p>Then enable HA after successfully running the command.</p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/07/21/how-to-enable-ha-if-virtual-center-fails-on-enable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
