<?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>ora-solutions.net - Martin Decker &#187; Uncategorized</title>
	<atom:link href="http://www.ora-solutions.net/web/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ora-solutions.net/web</link>
	<description>Indepented Oracle consultant</description>
	<lastBuildDate>Wed, 14 Jul 2010 17:59:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Multipathing Configuration issue waiting to happen</title>
		<link>http://www.ora-solutions.net/web/2009/08/05/multipathing-configuration-issue-waiting-to-happen/</link>
		<comments>http://www.ora-solutions.net/web/2009/08/05/multipathing-configuration-issue-waiting-to-happen/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 20:52:49 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Itanium]]></category>
		<category><![CDATA[Oracle Database]]></category>
		<category><![CDATA[Real Application Clusters]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.ora-solutions.net/web/?p=728</guid>
		<description><![CDATA[Quite some time ago, I came across a quite hard to find issue during a consulting engagement, which i find worth mentioning. A 2 node RAC cluster running on RHEL4 x86-64 was relocated to a different data center. Apart from making sure, that the switch ports and Fibre Channel Ports are available on the new [...]]]></description>
			<content:encoded><![CDATA[<p>Quite some time ago, I came across a quite hard to find issue during a consulting engagement, which i find worth mentioning. A 2 node RAC cluster running on RHEL4 x86-64 was relocated to a different data center. Apart from making sure, that the switch ports and Fibre Channel Ports are available on the new location, there is not much to worry about.</p>
<p>After the relocation, on one node the multipathing configuration, implemented with dev-mapper-multipath would not work. The command &#8220;multipath -ll&#8221; would just not return any output. After more than an hour, we pinned the issue down to the error message:</p>
<blockquote><p># multipath -v 3<br />
#<br />
# all paths in cache :<br />
#<br />
&#8230;<br />
&#8230;<br />
&#8230;<br />
path sdh not found in pathvec</p></blockquote>
<p>When checking what device sdh was, we realized that this was a KVM device, plugged in by the sysadmins. </p>
<blockquote><p>
May 27 14:46:26 host1 kernel: Attached scsi removable disk sdh at scsi10, channel 0, id 0, lun 0<br />
May 27 14:46:26 host1 kernel:   Type:   Direct-Access                      ANSI SCSI revision: 02<br />
May 27 14:46:26 host1 kernel:   Vendor: KVM       Model: vmDisk            Rev: 0.01<br />
May 27 14:46:26 host1 kernel: scsi10 : SCSI emulation for USB Mass Storage devices<br />
May 27 14:46:26 host1 kernel: sr1: scsi3-mmc drive: 0x/0x caddy<br />
May 27 14:46:26 host1 kernel:   Type:   CD-ROM                             ANSI SCSI revision: 02<br />
May 27 14:46:26 host1 kernel:   Vendor: KVM       Model: vmDisk-CD         Rev: 0.01
</p></blockquote>
<blockquote><p>
<strong>BTW: What is a KVM device?</strong><br />Wikipedia states: A KVM switch (with KVM being an abbreviation for Keyboard, Video or Visual Display Unit, Mouse) is a hardware device that allows a user to control multiple computers from a single keyboard, video monitor and mouse.</p></blockquote>
<p>We then added the device sdh to the multipath blacklist section in /etc/multipath.conf, and the problem was solved:</p>
<blockquote><p>devnode_blacklist {<br />
devnode &#8220;^sdh$&#8221;<br />
}</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.ora-solutions.net/web/2009/08/05/multipathing-configuration-issue-waiting-to-happen/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
