<?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>unixpowered.com &#187; mpxio</title>
	<atom:link href="http://www.unixpowered.com/blog/category/mpxio/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unixpowered.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 21 Jul 2010 13:42:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Disabling MPxIO for onboard disks</title>
		<link>http://www.unixpowered.com/blog/2008/09/01/disabling-mpxio-for-onboard-disks/</link>
		<comments>http://www.unixpowered.com/blog/2008/09/01/disabling-mpxio-for-onboard-disks/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 18:36:21 +0000</pubDate>
		<dc:creator>somedude</dc:creator>
				<category><![CDATA[fibre channel]]></category>
		<category><![CDATA[mpxio]]></category>
		<category><![CDATA[san]]></category>
		<category><![CDATA[solaris]]></category>
		<category><![CDATA[solaris tips]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[sun hardware]]></category>

		<guid isPermaLink="false">http://wayciak.wordpress.com/?p=40</guid>
		<description><![CDATA[I was configuring MPxIO on Sun Fire V490. After issuing stmsboot -e command and rebooting the server, internal disks were under MPxIO&#8217;s control.
This was not something I wanted and I needed to disable it. In order to do so I had to edit /kernel/drv/fp.conf file and tell Solaris not to enable MPxIO on internal disks. [...]]]></description>
			<content:encoded><![CDATA[<p>I was configuring <acronym title="Solaris Multiplexed I/O">MPxIO</acronym> on <a title="Sun Fire V490" href="http://www.sun.com/servers/midrange/v490/index.xml" target="_self">Sun Fire V490</a>. After issuing <em>stmsboot -e</em> command and rebooting the server, internal disks were under MPxIO&#8217;s control.</p>
<p>This was not something I wanted and I needed to disable it. In order to do so I had to edit <em>/kernel/drv/fp.conf</em> file and tell Solaris not to enable MPxIO on internal disks. So I added the following line at the end of <em>fp.conf</em> file:</p>
<p><code>name="fp" parent="/pci@8,600000/SUNW,qlc@4" port=0 mpxio-disable="yes";</code></p>
<p>This line tells Solaris to disable MPxIO on port 0 for all devices whose parent device is <em>/pci@8,600000/SUNW,qlc@4</em>. Of course, similar line should be added for all HBA&#8217;s and ports you do not want to have under MPxIO&#8217;s control. You can get the parent device from your <em>/var/adm/messages</em> file or from device links pointing to the internal disks. Here is a partial list of device links:</p>
<pre>&lt;-----------------SNIP----------------&gt;</pre>
<p><code>lrwxrwxrwx   1 root     other         70 Jun 12 11:50 c1t0d0s0 -&gt; ../../devices/pci@8,600000/SUNW,qlc@4/fp@0,0/ssd@w2100002037c3e2ef,0:a<br />
lrwxrwxrwx   1 root     other         70 Jun 12 11:50 c1t0d0s1 -&gt; ../../devices/pci@8,600000/SUNW,qlc@4/fp@0,0/ssd@w2100002037c3e2ef,0:b<br />
lrwxrwxrwx   1 root     other         70 Jun 12 11:50 c1t0d0s2 -&gt; ../../devices/pci@8,600000/SUNW,qlc@4/fp@0,0/ssd@w2100002037c3e2ef,0:c<br />
lrwxrwxrwx   1 root     other         70 Jun 12 11:50 c1t0d0s3 -&gt; ../../devices/pci@8,600000/SUNW,qlc@4/fp@0,0/ssd@w2100002037c3e2ef,0:d<br />
lrwxrwxrwx   1 root     other         70 Jun 12 11:50 c1t0d0s4 -&gt; ../../devices/pci@8,600000/SUNW,qlc@4/fp@0,0/ssd@w2100002037c3e2ef,0:e<br />
lrwxrwxrwx   1 root     other         70 Jun 12 11:50 c1t0d0s5 -&gt; ../../devices/pci@8,600000/SUNW,qlc@4/fp@0,0/ssd@w2100002037c3e2ef,0:f<br />
lrwxrwxrwx   1 root     other         70 Jun 12 11:50 c1t0d0s6 -&gt; ../../devices/pci@8,600000/SUNW,qlc@4/fp@0,0/ssd@w2100002037c3e2ef,0:g<br />
lrwxrwxrwx   1 root     other         70 Jun 12 11:50 c1t0d0s7 -&gt; ../../devices/pci@8,600000/SUNW,qlc@4/fp@0,0/ssd@w2100002037c3e2ef,0:h</code></p>
<pre>&lt;-----------------SNIP----------------&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.unixpowered.com/blog/2008/09/01/disabling-mpxio-for-onboard-disks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->
