<?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: ESX 4 CentOS Guest Showing Udev Unknown Key</title>
	<atom:link href="http://www.excaliburtech.net/archives/83/feed" rel="self" type="application/rss+xml" />
	<link>http://www.excaliburtech.net/archives/83</link>
	<description>Technical References</description>
	<lastBuildDate>Thu, 20 Oct 2011 14:14:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Rick</title>
		<link>http://www.excaliburtech.net/archives/83/comment-page-1#comment-16803</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Wed, 20 Jul 2011 13:54:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.excaliburtech.net/?p=83#comment-16803</guid>
		<description>In our case we are running Red Hat 5 and commented out Debian/Suse to eliminate the new ATTR error messages that show up during bootup, but we then discovered that the correct SCSI timeout is not set.

Use this command to verify (top one works in Red Hat 4):
for a in /sys/class/scsi_device/*/device/timeout; do echo -n &quot;$a &quot;; cat &quot;$a&quot; ; done;
or
for a in /sys/class/scsi_generic/*/device/timeout; do echo -n &quot;$a &quot;; cat &quot;$a&quot; ; done;
You should see results of 180

I was able to change the Red Hat line in 99-vmware-scsi-udev.rules to be:
# Redhat systems
ACTION==&quot;add&quot;, BUS==&quot;scsi&quot;, SYSFS{vendor}==&quot;VMware&quot; , SYSFS{model}==&quot;Virtual disk&quot;,   RUN+=&quot;/bin/sh -c &#039;echo 180 &gt;/sys$DEVPATH/device/timeout&#039;&quot;
No trailing spaces allowed for vendor or model and it is case sensitive.
And now it works for us with Debian/Suse commented out. Your mileage may vary, always reboot and test.


Apparently, even if you are running Red Hat and didn&#039;t touch the /etc/udev/rules.d/99-vmware-scsi-udev.rules file, that 180 would get set properly through one of the other rules still matching somehow. This problem only effects those of us that commented out the other lines to eliminate that boot screen error.
Yes, if you ignore the boot messages you are fine, but this is still a bug. VMware is pattern matching on Debian or Suse for a Red Hat machine, that is just wrong (poor coding/testing). Of course a future update of vmware-tools will probably overwrite my changes to 99-vmware-scsi-udev.rules so I need to monitor that and also ask them to fix their script.</description>
		<content:encoded><![CDATA[<p>In our case we are running Red Hat 5 and commented out Debian/Suse to eliminate the new ATTR error messages that show up during bootup, but we then discovered that the correct SCSI timeout is not set.</p>
<p>Use this command to verify (top one works in Red Hat 4):<br />
for a in /sys/class/scsi_device/*/device/timeout; do echo -n &#8220;$a &#8220;; cat &#8220;$a&#8221; ; done;<br />
or<br />
for a in /sys/class/scsi_generic/*/device/timeout; do echo -n &#8220;$a &#8220;; cat &#8220;$a&#8221; ; done;<br />
You should see results of 180</p>
<p>I was able to change the Red Hat line in 99-vmware-scsi-udev.rules to be:<br />
# Redhat systems<br />
ACTION==&#8221;add&#8221;, BUS==&#8221;scsi&#8221;, SYSFS{vendor}==&#8221;VMware&#8221; , SYSFS{model}==&#8221;Virtual disk&#8221;,   RUN+=&#8221;/bin/sh -c &#8216;echo 180 &gt;/sys$DEVPATH/device/timeout&#8217;&#8221;<br />
No trailing spaces allowed for vendor or model and it is case sensitive.<br />
And now it works for us with Debian/Suse commented out. Your mileage may vary, always reboot and test.</p>
<p>Apparently, even if you are running Red Hat and didn&#8217;t touch the /etc/udev/rules.d/99-vmware-scsi-udev.rules file, that 180 would get set properly through one of the other rules still matching somehow. This problem only effects those of us that commented out the other lines to eliminate that boot screen error.<br />
Yes, if you ignore the boot messages you are fine, but this is still a bug. VMware is pattern matching on Debian or Suse for a Red Hat machine, that is just wrong (poor coding/testing). Of course a future update of vmware-tools will probably overwrite my changes to 99-vmware-scsi-udev.rules so I need to monitor that and also ask them to fix their script.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

