<?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; management</title>
	<atom:link href="http://mainesysadmin.com/tag/management/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; Secure GRUB bootloader for VMware ESX and Linux</title>
		<link>http://mainesysadmin.com/2009/01/22/howto-secure-grub-bootloader-for-vmware-esx-and-linux-in-general/</link>
		<comments>http://mainesysadmin.com/2009/01/22/howto-secure-grub-bootloader-for-vmware-esx-and-linux-in-general/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 20:22:01 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/?p=172</guid>
		<description><![CDATA[Here are a couple of really good reasons on why you need to secure your server&#8217;s boot loader regardless if you&#8217;re using GRUB or LiLo.  In this article I am only going to cover how to configure GRUB.

Preventing Access to Single User Mode — If attackers can boot the system into single user mode, [...]]]></description>
			<content:encoded><![CDATA[<p>Here are a couple of really good reasons on why you need to secure your server&#8217;s boot loader regardless if you&#8217;re using GRUB or LiLo.  In this article I am only going to cover how to configure GRUB.</p>
<ul>
<li><em>Preventing Access to Single User Mod</em>e — If attackers can boot the system into single user mode, they are logged in automatically as root without being prompted for the root password.</li>
<li><em>Preventing Access to the GRUB Console</em> — If the machine uses GRUB as its boot loader, an attacker can use the use the GRUB editor interface to change its configuration or to gather information using the cat command.</li>
</ul>
<div>Now lets go ahead and secure your server/workstation:</div>
<ul>
<li>ssh to your server host with root access</li>
<li>type: <em>grub</em> to enter the grub console</li>
<li>type: <em>md5crypt</em> to create a md5 encrypted password (document your password unencrypted and encrypted versions)</li>
<li>open your favorite editor or download the files via your favorite ftp app.  We need:  <em>menu.lst</em> and <em>grub.conf</em> they&#8217;re located here:  <em>/boot/grub</em></li>
<li>Add the below line to the top of menu.lst and grub.conf:<br />
<em> password &#8211;md5 &#8220;your_encrypted_password&#8221; </em></li>
<li>Now add &#8220;<em>lock</em>&#8221; below each titled o/s choice that you want to prevent from booting without a password.</li>
</ul>
<p>The method I described above will prevent modification of grub boot options AND only allow you to boot those items that were not password protected with the &#8220;lock&#8221; command.</p>
<p>I went ahead and manuallly modified menu.lst and grub.conf.</p>
<p>Here is an example of a sample file that you can use as a guide.  Replace &#8220;your_encrypted_password&#8221; with the md5 hash that you generated earlier with the md5crypt command.</p>
<p><a href="http://mainesysadmin.com/docs/sample.lst">grub.conf</a></p>
<p>I found the following sites useful while writing this article:</p>
<p><a href="http://ubuntuguide.org/wiki/Ubuntu:Edgy/Security" onclick="javascript:pageTracker._trackPageview ('/outbound/ubuntuguide.org');">http://ubuntuguide.org/wiki/Ubuntu:Edgy/Security</a></p>
<p><a href="http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/security-guide/s1-wstation-boot-sec.html#S2-WSTATION-BOOTLOADER" onclick="javascript:pageTracker._trackPageview ('/outbound/www.redhat.com');">http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/security-guide/s1-wstation-boot-sec.html#S2-WSTATION-BOOTLOADER</a></p>
<p><a href="http://www.linux.com/feature/53569" onclick="javascript:pageTracker._trackPageview ('/outbound/www.linux.com');">http://www.linux.com/feature/53569</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2009/01/22/howto-secure-grub-bootloader-for-vmware-esx-and-linux-in-general/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>VMware HA Agent has an error</title>
		<link>http://mainesysadmin.com/2008/11/18/vmware-ha-agent-has-an-error/</link>
		<comments>http://mainesysadmin.com/2008/11/18/vmware-ha-agent-has-an-error/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 17:04:55 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[esx]]></category>
		<category><![CDATA[ha]]></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/?p=158</guid>
		<description><![CDATA[This vague message turned into a nightmare for myself this past Sunday.  I was able to get the problem fixed with minimal downtime as the issue only came up during a Sunday maint. window (ironic).
I had patched my ESX hosts to Update2 (patched version) and started receiving the error &#8220;VMware HA Agent has an error&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>This vague message turned into a nightmare for myself this past Sunday.  I was able to get the problem fixed with minimal downtime as the issue only came up during a Sunday maint. window (ironic).</p>
<p>I had patched my ESX hosts to Update2 (patched version) and started receiving the error &#8220;VMware HA Agent has an error&#8221; in my virtual infrastructure client.  First step is to make sure you&#8217;re running a compliant version of Virtual Center with your ESX.  Ok, Check.</p>
<p>Next check your host files in each esx host located here:  /etc/hosts</p>
<p>You should see the default line of 127.0.0.1 for localhost, below there needs to be at least one linewith the host your working on.</p>
<p>192.168.1.103     esx9.yourdomain.com     esx9</p>
<p>Over the past 3 years I&#8217;ve seen conflicting guidance over the configuration of the host files .  In 3.0.2 I was required to enter all my hosts in each host file, but now that seems to be resolved and only requires the local details of the host you&#8217;re working with.  In short make sure that you can ping your hosts from each host with the FQDN and/or friendly name and you should be all good there.</p>
<p>The next steps were found on some vmtn.net postings, and I lost the URL amongst all my troubleshooting but I saved the resolution.  For myself I found the following steps helpful in resolving the problem&#8230;.</p>
<p>The problem in my situation was specifically around the Virtual Center agents and conflicting versions.</p>
<ul>
<li>Check the vpxa version on your host: <em> rpm -qa |grep vpxa</em></li>
<li>That will give you the current version of vpxa that you&#8217;re running. eg:  VMware-vpxa-2.5.0-104215</li>
<li>Stop the VMware mgmt service:  <em>service mgmt-vmware stop</em></li>
<li>Stop the vpx agent:  <em>/etc/init.d/vmware-vpxa stop</em></li>
<li>The vpx agent error can be ignored (<em>warning: /etc/vmware/vpxa.cfg saved as /etc/vmware/vpxa.cfg.rpmsave</em>)</li>
<li>Remember your vpx version from the first step and use it here to remove the vpx agent.</li>
<li><em>rpm -e VMware-vpxa-2.5.0-104215</em></li>
<li>Switch over to your Virtual Center client and remove the host you just modified (guest vms will remain)</li>
<li>Reboot the host (vm&#8217;s will go down)</li>
<li>After boot reconnect the host to VC and the latest vpx agent will be intstalled.</li>
<li>Enable HA and the error should disappear.</li>
</ul>
<p>Luckily my event occurred on a Sunday.  This was the first time that the guest vm&#8217;s experienced unplanned downtime without being able to vmotion in 3 years.  Be careful with those VMware patches!</p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/11/18/vmware-ha-agent-has-an-error/feed/</wfw:commentRss>
		<slash:comments>7</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>VMware ESX NIC configuration &amp; utilization</title>
		<link>http://mainesysadmin.com/2008/10/10/vmware-esx-nic-configuration-utilization/</link>
		<comments>http://mainesysadmin.com/2008/10/10/vmware-esx-nic-configuration-utilization/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 14:32:49 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[esx]]></category>
		<category><![CDATA[ha]]></category>
		<category><![CDATA[vi3]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[clustering]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/?p=147</guid>
		<description><![CDATA[Scott featured a nice write up comparison of ESX nic utilization and vSwitch configuration the other day.  The article is specifically around the Guest VM vSwitch and compares the differences between Link Aggregation and the opposite.  It&#8217;s a useful reminder of the load balancing characterists of the different settings in the vSwitch.
This was a two [...]]]></description>
			<content:encoded><![CDATA[<p>Scott featured a nice write up comparison of ESX nic utilization and vSwitch configuration the other day.  The article is specifically around the Guest VM vSwitch and compares the differences between Link Aggregation and the opposite.  It&#8217;s a useful reminder of the load balancing characterists of the different settings in the vSwitch.</p>
<p>This was a two part series on his webpage:</p>
<p>Part 2: <a href="http://blog.scottlowe.org/2008/10/08/more-on-vmware-esx-nic-utilization/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/blog.scottlowe.org');">http://blog.scottlowe.org/2008/10/08/more-on-vmware-esx-nic-utilization/</a></p>
<p>Part 1: <a href="http://blog.scottlowe.org/2008/07/16/understanding-nic-utilization-in-vmware-esx/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/blog.scottlowe.org');">http://blog.scottlowe.org/2008/07/16/understanding-nic-utilization-in-vmware-esx/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/10/10/vmware-esx-nic-configuration-utilization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Very Small shootout:  DeDuplication (NetApp) vs. Compression (vRanger Pro)</title>
		<link>http://mainesysadmin.com/2008/07/31/very-small-shootout-deduplication-netapp-vs-compression-vranger-pro/</link>
		<comments>http://mainesysadmin.com/2008/07/31/very-small-shootout-deduplication-netapp-vs-compression-vranger-pro/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 13:50:56 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[esx]]></category>
		<category><![CDATA[vi3]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[de-duplication]]></category>
		<category><![CDATA[esxranger]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[netapp]]></category>
		<category><![CDATA[san]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/?p=97</guid>
		<description><![CDATA[The purpose of this shootout was to analyze already backed up images of VM guests sitting idle on disk.  We like to keep 7 days online, so I was curious as to how the two compared in our environment.
Compressed vs Deduplicated
COMPRESSED: (backed up via vRanger Pro over VCB, size on win NTFS volume)
citrix_server = [...]]]></description>
			<content:encoded><![CDATA[<p>The purpose of this shootout was to analyze already backed up images of VM guests sitting idle on disk.  We like to keep 7 days online, so I was curious as to how the two compared in our environment.</p>
<p><strong>Compressed vs Deduplicated</strong></p>
<p><span style="text-decoration: underline;"><strong>COMPRESSED:</strong></span> (backed up via vRanger Pro over VCB, size on win NTFS volume)<br />
citrix_server = 4.29gb<br />
win_sql_server_64bit = 9.76gb<br />
citrix_server2 = 6.14gb<br />
win2k3_member = 4.97gb</p>
<p><strong>compressed vm total = 25.16gb</strong></p>
<p><span style="text-decoration: underline;"><strong>UNCOMPRESSED:</strong></span></p>
<p>citrix_server = 10gb<br />
win_sql_server_64bit = 20gb<br />
citrix_server2 = 10gb<br />
win2k3_member = 35gb</p>
<p><strong>uncompressed total = 75gb</strong></p>
<p><span style="text-decoration: underline;"><strong>DEDUPED VS COMPRESSED:</strong></span></p>
<p><strong>deduped     = 54.29% savings (NetApp cmd output below)<br />
compressed     = 66.45% savings</strong></p>
<p>Here&#8217;s the actual output from the NetApp find_space exe:<br />
<code><br />
A-SIS Deduplication Space Savings estimate.</p>
<p>Name of Fingerprint File:          d:\esx_deduped.txt<br />
Total Number of Directories:       5<br />
Total Number of Files:             58<br />
Total Number of 4K Blocks:         19662390<br />
Total Number of Duplicate Blocks:  10673928<br />
Percentage of Duplicate Data:      <strong>54.29</strong><br />
Scan Start Time:                   Wed, Jul 30 2008 3:40:16 PM<br />
Scan End Time:                     Wed, Jul 30 2008 4:22:25 PM</code></p>
<p>I&#8217;ll be honest, I was expecting deduplication to blow compression out of the water even with only 4 vm&#8217;s.  I&#8217;ll go out on a limb and venture that deduplication would provide more results as you toss more vm&#8217;s into the picture.</p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/07/31/very-small-shootout-deduplication-netapp-vs-compression-vranger-pro/feed/</wfw:commentRss>
		<slash:comments>4</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>
		<item>
		<title>HowTo &#8211; remove a windows service from cli?</title>
		<link>http://mainesysadmin.com/2008/06/03/how-to-remove-a-windows-service-from-cli/</link>
		<comments>http://mainesysadmin.com/2008/06/03/how-to-remove-a-windows-service-from-cli/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 14:24:17 +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>

		<guid isPermaLink="false">http://mainesysadmin.com/2008/06/03/how-to-remove-a-windows-service-from-cli/</guid>
		<description><![CDATA[If you&#8217;d like to delete a service from your view from within windows server 2003 you can use the following commands.
First top the service:
net stop &#8220;service name&#8221;
the next command will delete it&#8230;
sc delete &#8220;service name&#8221;
***The &#8220;service name&#8221; isn&#8217;t always the name listed under names when you bring up the services console gui.  Select the service [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;d like to delete a service from your view from within windows server 2003 you can use the following commands.</p>
<p>First top the service:</p>
<p><em>net stop &#8220;service name&#8221;</em></p>
<p>the next command will delete it&#8230;</p>
<p><em>sc delete &#8220;service name&#8221;</em><br />
<em>***</em>The &#8220;service name&#8221; isn&#8217;t always the name listed under names when you bring up the services console gui.  Select the service you&#8217;d like to delete and review the properties.  The actual windows registry service name will be listed at the top of the properties sheet for that service.</p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/06/03/how-to-remove-a-windows-service-from-cli/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vmware 3rd party tool for verifying Vmware tools rev level</title>
		<link>http://mainesysadmin.com/2008/05/12/vmware-3rd-party-tool-for-verifying-vmware-tools-rev-level/</link>
		<comments>http://mainesysadmin.com/2008/05/12/vmware-3rd-party-tool-for-verifying-vmware-tools-rev-level/#comments</comments>
		<pubDate>Mon, 12 May 2008 19:13:43 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[esx]]></category>
		<category><![CDATA[vi3]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/2008/05/12/vmware-3rd-party-tool-for-verifying-vmware-tools-rev-level/</guid>
		<description><![CDATA[I was reading the old vmblog.com today and ran across a new tool that appears useful.  I&#8217;m going to be upgrading from 3.0.2 -&#62; 3.5 soon and I can see an immediate use for this tool.  RVTools can be used to read the vmware tools version installed on all your Vmware guest servers [...]]]></description>
			<content:encoded><![CDATA[<p>I was reading the old vmblog.com today and ran across a new tool that appears useful.  I&#8217;m going to be upgrading from 3.0.2 -&gt; 3.5 soon and I can see an immediate use for this tool.  <a href="http://rvtools.deveij.com/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/rvtools.deveij.com');">RVTools</a> can be used to read the vmware tools version installed on all your Vmware guest servers if you point the tool at your Virtual Center server.  There are a few other fields that are brought down as well.  I use the notes field to populate backup information for the guest and that came down nicely with the tool.</p>
<p>After you read the version installed you can even select which VM&#8217;s if any you would like to upgrade which looks very convenient.  Here&#8217;s the post I read&#8230;</p>
<p><a href="http://vmblog.com/archive/2008/05/12/3rd-party-rvtools-for-vmware-updated-to-version-1-1.aspx" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/vmblog.com');">http://vmblog.com/archive/2008/05/12/3rd-party-rvtools-for-vmware-updated-to-version-1-1.aspx</a></p>
<p>or go to the horse&#8217;s mouth right here:</p>
<p><a href="http://rvtools.deveij.com/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/rvtools.deveij.com');">http://rvtools.deveij.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/05/12/vmware-3rd-party-tool-for-verifying-vmware-tools-rev-level/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
