<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Place an ESX Host into maintenance mode using the command line.</title>
	<atom:link href="http://www.technicaljourney.com/2010/05/place-an-esx-host-into-maintenance-mode-using-the-command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.technicaljourney.com/2010/05/place-an-esx-host-into-maintenance-mode-using-the-command-line/</link>
	<description>www.technicaljourney.com - Web Blog Of Paul McSharry, Technical Consultant &#38; Trainer.</description>
	<lastBuildDate>Fri, 10 Sep 2010 16:32:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Oscar</title>
		<link>http://www.technicaljourney.com/2010/05/place-an-esx-host-into-maintenance-mode-using-the-command-line/#comment-49</link>
		<dc:creator>Oscar</dc:creator>
		<pubDate>Mon, 06 Sep 2010 10:09:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.technicaljourney.com/?p=151#comment-49</guid>
		<description>Thanks for the tip.

I alternatively use vmware-vim-cmd instead of vimsh, so those commands would look like:

vmware-vim-cmd /hostsvc/maintenance_mode_enter

and

vmware-vim-cmd /hostsvc/maintenance_mode_exit


And to check if a host is already in maintenance mode:

vmware-vim-cmd hostsvc/hostsummary&#124;grep -i maintenance

output should be something like:

      inMaintenanceMode = false,


Cheers</description>
		<content:encoded><![CDATA[<p>Thanks for the tip.</p>
<p>I alternatively use vmware-vim-cmd instead of vimsh, so those commands would look like:</p>
<p>vmware-vim-cmd /hostsvc/maintenance_mode_enter</p>
<p>and</p>
<p>vmware-vim-cmd /hostsvc/maintenance_mode_exit</p>
<p>And to check if a host is already in maintenance mode:</p>
<p>vmware-vim-cmd hostsvc/hostsummary|grep -i maintenance</p>
<p>output should be something like:</p>
<p>      inMaintenanceMode = false,</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Technology Short Take #2 - blog.scottlowe.org - The weblog of an IT pro specializing in virtualization, storage, and servers</title>
		<link>http://www.technicaljourney.com/2010/05/place-an-esx-host-into-maintenance-mode-using-the-command-line/#comment-46</link>
		<dc:creator>Technology Short Take #2 - blog.scottlowe.org - The weblog of an IT pro specializing in virtualization, storage, and servers</dc:creator>
		<pubDate>Sat, 28 Aug 2010 18:17:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.technicaljourney.com/?p=151#comment-46</guid>
		<description>[...] a command-line junkie, so I liked this article on how to put an ESX host into maintenance mode from the [...]</description>
		<content:encoded><![CDATA[<p>[...] a command-line junkie, so I liked this article on how to put an ESX host into maintenance mode from the [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

