<?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>holyhandgrenade.org &#187; windows</title>
	<atom:link href="http://holyhandgrenade.org/blog/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://holyhandgrenade.org/blog</link>
	<description>Got my two fingers out the roof see me greppin&#039; out</description>
	<lastBuildDate>Tue, 29 Nov 2011 19:44:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Monitoring Windows MPIO through Nagios</title>
		<link>http://holyhandgrenade.org/blog/2010/05/monitoring-windows-mpio-through-nagios/</link>
		<comments>http://holyhandgrenade.org/blog/2010/05/monitoring-windows-mpio-through-nagios/#comments</comments>
		<pubDate>Sun, 30 May 2010 18:08:44 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[nagios]]></category>
		<category><![CDATA[san]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://holyhandgrenade.org/blog/?p=615</guid>
		<description><![CDATA[<a href="http://holyhandgrenade.org/blog/2010/05/monitoring-windows-mpio-through-nagios/" title="Monitoring Windows MPIO through Nagios"></a>Sometimes, we need to do SAN maintenance &#8212; firmware upgrades, disruptive fabric changes, and the like. When these situations come up, it&#8217;s useful to know if anything is in a condition where it will break if it loses its connection &#8230;<p class="read-more"><a href="http://holyhandgrenade.org/blog/2010/05/monitoring-windows-mpio-through-nagios/">Continue reading &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://holyhandgrenade.org/blog/2010/05/monitoring-windows-mpio-through-nagios/" title="Monitoring Windows MPIO through Nagios"></a><p>Sometimes, we need to do SAN maintenance &#8212; firmware upgrades, disruptive fabric changes, and the like. When these situations come up, it&#8217;s useful to know if anything is in a condition where it will break if it loses its connection to SAN storage, especially if you&#8217;re a lowly storage administrator without admin access to any of the Windows systems connected up to the SAN.</p>
<p>I poked around, and could not find one single utility or tool for monitoring the Windows MPIO framework, so I whipped up a quick script using VBScript and WMI. The script is called like so:</p>
<p style="padding-left: 30px;">cscript.exe //NoLogo scripts\CheckMpioPaths.vbs /paths 4</p>
<p>(4 paths are used because the server is multipathed on two fabrics, and each of the active/passive controllers is also on each fabric &#8212; the server should see 2 controllers on 2 fabrics each, for 4 paths.)</p>
<p>This will cause the script to issue a Nagios CRITICAL if any multipath-registered LUN shows fewer than the given number of paths.</p>
<p>As usual, you can find the script in the <a href="http://github.com/jgoldschrafe/CheckMpioPaths">GitHub repository for CheckMpioPaths</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://holyhandgrenade.org/blog/2010/05/monitoring-windows-mpio-through-nagios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

