<?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: Monitor ESX datastores using Hostmonitor</title>
	<atom:link href="http://www.van-lieshout.com/2009/01/monitor-esx-datastores-using-hostmonitor/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.van-lieshout.com/2009/01/monitor-esx-datastores-using-hostmonitor/</link>
	<description>About virtualization and more</description>
	<lastBuildDate>Mon, 30 Jan 2012 22:12:35 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Arnim van Lieshout</title>
		<link>http://www.van-lieshout.com/2009/01/monitor-esx-datastores-using-hostmonitor/comment-page-1/#comment-1773</link>
		<dc:creator>Arnim van Lieshout</dc:creator>
		<pubDate>Mon, 20 Jun 2011 21:11:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.van-lieshout.com/?p=19#comment-1773</guid>
		<description>Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: klinok</title>
		<link>http://www.van-lieshout.com/2009/01/monitor-esx-datastores-using-hostmonitor/comment-page-1/#comment-1756</link>
		<dc:creator>klinok</dc:creator>
		<pubDate>Wed, 15 Jun 2011 08:51:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.van-lieshout.com/?p=19#comment-1756</guid>
		<description>Thanks!!! all works, i use it for test linux volume: /
but litle change for RedHat:
Linux)  LUNFREE=`df -h &#124; grep $1 &#124; awk &#039;{print $3}&#039; &#124; head -2`
G)  LUNFREE=`echo $LUNFREE &#124; awk &#039;{printf &quot;%d&quot;,$1 * 1024}&#039;`</description>
		<content:encoded><![CDATA[<p>Thanks!!! all works, i use it for test linux volume: /<br />
but litle change for RedHat:<br />
Linux)  LUNFREE=`df -h | grep $1 | awk &#8216;{print $3}&#8217; | head -2`<br />
G)  LUNFREE=`echo $LUNFREE | awk &#8216;{printf &#8220;%d&#8221;,$1 * 1024}&#8217;`</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnim van Lieshout</title>
		<link>http://www.van-lieshout.com/2009/01/monitor-esx-datastores-using-hostmonitor/comment-page-1/#comment-1733</link>
		<dc:creator>Arnim van Lieshout</dc:creator>
		<pubDate>Wed, 08 Jun 2011 09:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.van-lieshout.com/?p=19#comment-1733</guid>
		<description>I think this should work for ESX4 too. Can&#039;t test this myself now. Just give it a try.
Possibly you&#039;ll need to modify the monitor script.
However it will only work on classic ESX and not on ESXi as you&#039;re unable to install the RMA on ESXi.

Keep in mind that ESX4.1 is the last version of classic ESX available. All new versions will only be ESXi hypervisor.</description>
		<content:encoded><![CDATA[<p>I think this should work for ESX4 too. Can&#8217;t test this myself now. Just give it a try.<br />
Possibly you&#8217;ll need to modify the monitor script.<br />
However it will only work on classic ESX and not on ESXi as you&#8217;re unable to install the RMA on ESXi.</p>
<p>Keep in mind that ESX4.1 is the last version of classic ESX available. All new versions will only be ESXi hypervisor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frederik Eggers</title>
		<link>http://www.van-lieshout.com/2009/01/monitor-esx-datastores-using-hostmonitor/comment-page-1/#comment-1705</link>
		<dc:creator>Frederik Eggers</dc:creator>
		<pubDate>Tue, 31 May 2011 15:25:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.van-lieshout.com/?p=19#comment-1705</guid>
		<description>Hi,

it´s possible to use this how-to for an ESX 4 Server?

Frederik</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>it´s possible to use this how-to for an ESX 4 Server?</p>
<p>Frederik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnim van Lieshout</title>
		<link>http://www.van-lieshout.com/2009/01/monitor-esx-datastores-using-hostmonitor/comment-page-1/#comment-384</link>
		<dc:creator>Arnim van Lieshout</dc:creator>
		<pubDate>Mon, 30 Nov 2009 22:20:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.van-lieshout.com/?p=19#comment-384</guid>
		<description>Hi Ludo,

It looks like the code gets crippled during the copy &amp; paste process.
I&#039;ve updated my post. You can now savely copy &amp; paste the code.
Also don&#039;t forget to update the rma service script in /etc/init.d if you have used this.

I run the same code on ESX3.5 U4 successfully, so there&#039;s nothing wrong with the code itself.
Let me know if it solved your problem.

-Arnim</description>
		<content:encoded><![CDATA[<p>Hi Ludo,</p>
<p>It looks like the code gets crippled during the copy &amp; paste process.<br />
I&#8217;ve updated my post. You can now savely copy &amp; paste the code.<br />
Also don&#8217;t forget to update the rma service script in /etc/init.d if you have used this.</p>
<p>I run the same code on ESX3.5 U4 successfully, so there&#8217;s nothing wrong with the code itself.<br />
Let me know if it solved your problem.</p>
<p>-Arnim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ludo</title>
		<link>http://www.van-lieshout.com/2009/01/monitor-esx-datastores-using-hostmonitor/comment-page-1/#comment-383</link>
		<dc:creator>ludo</dc:creator>
		<pubDate>Mon, 30 Nov 2009 16:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.van-lieshout.com/?p=19#comment-383</guid>
		<description>Hi,
I have tested your script on ESX 3.5 update 4 but i have this error :
[root@frdev-esx1 root]# ./test.sh VMFS1 20
awk: cmd. line:1:
awk: cmd. line:1: ^ invalid char &#039;&#039; in expression
ScriptRes:Bad:Script Error

this is a result of &#039;vdf -h&#039; :
[root@frdev-esx1 root]# vdf -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda2             4.9G  1.6G  3.0G  35% /
/dev/sda1              99M   26M   69M  28% /boot
none                  132M     0  132M   0% /dev/shm
/dev/sda6             2.0G  139M  1.7G   8% /var/log
/vmfs/devices        10.0T     0 10.0T   0% /vmfs/devices
/vmfs/volumes/4979def8-2a5d1b90-1703-001aa02cd64e
                      264G   30G  233G  11% /vmfs/volumes/frdev-esx1:storage1
/vmfs/volumes/49cd44b3-9bad0908-dce0-001aa02cd64e
                      1.5T  1.1T  399G  73% /vmfs/volumes/VMFS1
/vmfs/volumes/49cd48d3-49534128-0583-001aa02cd64e
                      1.6T  1.5T  135G  91% /vmfs/volumes/VMFS2

please can you help me ?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have tested your script on ESX 3.5 update 4 but i have this error :<br />
[root@frdev-esx1 root]# ./test.sh VMFS1 20<br />
awk: cmd. line:1:<br />
awk: cmd. line:1: ^ invalid char &#8221; in expression<br />
ScriptRes:Bad:Script Error</p>
<p>this is a result of &#8216;vdf -h&#8217; :<br />
[root@frdev-esx1 root]# vdf -h<br />
Filesystem            Size  Used Avail Use% Mounted on<br />
/dev/sda2             4.9G  1.6G  3.0G  35% /<br />
/dev/sda1              99M   26M   69M  28% /boot<br />
none                  132M     0  132M   0% /dev/shm<br />
/dev/sda6             2.0G  139M  1.7G   8% /var/log<br />
/vmfs/devices        10.0T     0 10.0T   0% /vmfs/devices<br />
/vmfs/volumes/4979def8-2a5d1b90-1703-001aa02cd64e<br />
                      264G   30G  233G  11% /vmfs/volumes/frdev-esx1:storage1<br />
/vmfs/volumes/49cd44b3-9bad0908-dce0-001aa02cd64e<br />
                      1.5T  1.1T  399G  73% /vmfs/volumes/VMFS1<br />
/vmfs/volumes/49cd48d3-49534128-0583-001aa02cd64e<br />
                      1.6T  1.5T  135G  91% /vmfs/volumes/VMFS2</p>
<p>please can you help me ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

