<?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: iSCSI, iscsicli, and WMI, Oh My!</title>
	<atom:link href="http://get-powershell.com/2009/09/18/iscsi-iscsicli-and-wmi-oh-my/feed/" rel="self" type="application/rss+xml" />
	<link>http://get-powershell.com/2009/09/18/iscsi-iscsicli-and-wmi-oh-my/</link>
	<description></description>
	<lastBuildDate>Tue, 07 Sep 2010 19:05:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Gregory Strike</title>
		<link>http://get-powershell.com/2009/09/18/iscsi-iscsicli-and-wmi-oh-my/comment-page-1/#comment-1175</link>
		<dc:creator>Gregory Strike</dc:creator>
		<pubDate>Fri, 22 Jan 2010 19:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://get-powershell.com/2009/09/18/iscsi-iscsicli-and-wmi-oh-my/#comment-1175</guid>
		<description>The line above should read: &quot;Take each byte now and convert them back into decimal…&quot;

Always, a typo...  Always.</description>
		<content:encoded><![CDATA[<p>The line above should read: &#8220;Take each byte now and convert them back into decimal…&#8221;</p>
<p>Always, a typo&#8230;  Always.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregory Strike</title>
		<link>http://get-powershell.com/2009/09/18/iscsi-iscsicli-and-wmi-oh-my/comment-page-1/#comment-1174</link>
		<dc:creator>Gregory Strike</dc:creator>
		<pubDate>Fri, 22 Jan 2010 19:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://get-powershell.com/2009/09/18/iscsi-iscsicli-and-wmi-oh-my/#comment-1174</guid>
		<description>Great post.  Thank you!

You may already know this but for those readers that may not the reason the IPv4 address showed up as 1865687562 is because that&#039;s a Decimal representation of the IPv4 address which is store in binary:

1,865,687,562 to Binary is 01101111 00110100 00100010 00001010, each eight bits is a byte.  Each byte represents a different octet in the IP address.
Take each byte now and convert them back into binary...

01101111 = 111
00110100 = 52
00100010 = 34
00001010 = 10

10.34.52.111  Outstanding!

P.S. I enjoy converting numbers between different bases. Can you tell?  :)</description>
		<content:encoded><![CDATA[<p>Great post.  Thank you!</p>
<p>You may already know this but for those readers that may not the reason the IPv4 address showed up as 1865687562 is because that&#8217;s a Decimal representation of the IPv4 address which is store in binary:</p>
<p>1,865,687,562 to Binary is 01101111 00110100 00100010 00001010, each eight bits is a byte.  Each byte represents a different octet in the IP address.<br />
Take each byte now and convert them back into binary&#8230;</p>
<p>01101111 = 111<br />
00110100 = 52<br />
00100010 = 34<br />
00001010 = 10</p>
<p>10.34.52.111  Outstanding!</p>
<p>P.S. I enjoy converting numbers between different bases. Can you tell?  <img src='http://get-powershell.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Ochoa</title>
		<link>http://get-powershell.com/2009/09/18/iscsi-iscsicli-and-wmi-oh-my/comment-page-1/#comment-834</link>
		<dc:creator>Jason Ochoa</dc:creator>
		<pubDate>Thu, 24 Sep 2009 15:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://get-powershell.com/2009/09/18/iscsi-iscsicli-and-wmi-oh-my/#comment-834</guid>
		<description>Very nice post!
At my organization we have a very similar configuration.  I like the [Net.IPAddress] type.  In my scrip I was converting the value to an IP manually. The script I use gets passed a couple of IPs and returns the iSCSICLI commands to establish the persistent bindings for the MPIO session mesh.
This all works well and good until I add/remove/change an IP or network setting.  Even if the IPs used in the iSCSI binding remain unmodified, often the ‘port number’ value changes.  This causes problems for us because iSCSI traffic will then be routed out the wrong interface on the server, or the session will fail to establish at all.  IPv6 changes also cause index changes as well as all IPs on a system are given a ‘port number’.
Sometimes it’s as simple as a drive update that causes the issue.  This is an ugly sort of problem because iSCSI traffic still tends to work, it is just routing improperly or not using all the paths it should.
How are you addressing this issue in your environment?

Jason</description>
		<content:encoded><![CDATA[<p>Very nice post!<br />
At my organization we have a very similar configuration.  I like the [Net.IPAddress] type.  In my scrip I was converting the value to an IP manually. The script I use gets passed a couple of IPs and returns the iSCSICLI commands to establish the persistent bindings for the MPIO session mesh.<br />
This all works well and good until I add/remove/change an IP or network setting.  Even if the IPs used in the iSCSI binding remain unmodified, often the ‘port number’ value changes.  This causes problems for us because iSCSI traffic will then be routed out the wrong interface on the server, or the session will fail to establish at all.  IPv6 changes also cause index changes as well as all IPs on a system are given a ‘port number’.<br />
Sometimes it’s as simple as a drive update that causes the issue.  This is an ugly sort of problem because iSCSI traffic still tends to work, it is just routing improperly or not using all the paths it should.<br />
How are you addressing this issue in your environment?</p>
<p>Jason</p>
]]></content:encoded>
	</item>
</channel>
</rss>
