<?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>Solutions Log &#187; seagate</title>
	<atom:link href="http://solutions.unixsherpa.com/tag/seagate/feed/" rel="self" type="application/rss+xml" />
	<link>http://solutions.unixsherpa.com</link>
	<description>by Dan Reiland</description>
	<lastBuildDate>Fri, 16 Apr 2010 20:28:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>The device, \Device\Ide\iaStor0, did not respond within the timeout period</title>
		<link>http://solutions.unixsherpa.com/2010/03/25/the-device-deviceideiastor0-did-not-respond-within-the-timeout-period/</link>
		<comments>http://solutions.unixsherpa.com/2010/03/25/the-device-deviceideiastor0-did-not-respond-within-the-timeout-period/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 16:38:21 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[ICH10R]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[seagate]]></category>
		<category><![CDATA[ST3500320AS]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://solutions.unixsherpa.com/?p=280</guid>
		<description><![CDATA[Issue: After an updated release of Intel's Matrix Storage Manager [v.8.9.0.1023] and chipset drivers for Windows, you experience unexpected system timeouts, lockups, pausing, or freezing. The following event is recorded in the System event log: Log Name: System Source: iaStor EventID: 9 Level: Error The device, \Device\Ide\iaStor0, did not respond within the timeout period. Cause: [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Issue:</strong><br />
After an updated release of Intel's Matrix Storage Manager [v.8.9.0.1023] and chipset drivers for Windows, you experience unexpected system timeouts, lockups, pausing, or freezing. The following event is recorded in the System event log:</p>
<div class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Log Name: System<br />
Source: iaStor<br />
EventID: 9<br />
Level: Error<br />
The device, \Device\Ide\iaStor0, did not respond within the timeout period.</div></div>
<p><strong>Cause:</strong><br />
The issue is the result of Aggressive Link State Power Management (ALPM) on the PCI-Express bus negotiating a lower power state for the link between the controller and disk when there is no activity. When ALPM works, disk requests are queued, the serial link revived, and the queued requests are sent to the relevant disk; this requires a disk that supports ALPM.</p>
<p><strong>Resolution:</strong><br />
Modify the advanced settings of your active power management scheme in Windows to turn PCI Express Link State Power Management off.<br />
<a href="http://solutions.unixsherpa.com/wp-content/uploads/2010/03/power-1.jpg"><img src="http://solutions.unixsherpa.com/wp-content/uploads/2010/03/power-1-300x224.jpg" alt="" title="Change Plan Settings" width="300" height="224" class="aligncenter size-medium wp-image-298" /></a><br />
<a href="http://solutions.unixsherpa.com/wp-content/uploads/2010/03/power-2.jpg"><img src="http://solutions.unixsherpa.com/wp-content/uploads/2010/03/power-2-300x225.jpg" alt="" title="Change advanced power settings" width="300" height="225" class="aligncenter size-medium wp-image-295" /></a><br />
<a href="http://solutions.unixsherpa.com/wp-content/uploads/2010/03/power-3.jpg"><img src="http://solutions.unixsherpa.com/wp-content/uploads/2010/03/power-3.jpg" alt="" title="PCI Express Link State Power Management" width="420" height="449" class="aligncenter size-full wp-image-294" /></a></p>
<p><strong>Commentary:</strong><br />
Searching for a solution yielded a number of possibilities.</p>
<p>Setting the value of:</p>
<div class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">HKLM\SYSTEM\CurrentControlSet\Services\iaSTOR\Parameters\PortN\LPMDSTATE &nbsp;0</div></div>
<p>as discussed by <a href="http://derek858.blogspot.com/2009/01/windows-7-intel-sataahci-lockups.html">Derek Seaman</a> did not resolve my issue.</p>
<p>Renaming:</p>
<div class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">HKLM\SYSTEM\CurrentControlSet\Services\iaSTOR\Parameters</div></div>
<p>to</p>
<div class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">HKLM\SYSTEM\CurrentControlSet\Services\iaSTOR\Parameters.dist</div></div>
<p>as suggested by <a href="http://www.paulscomputerservice.net/index.php?body=./os/intelSataError9.php">Paul's Computer Service</a> was also ineffective. At the time I was running the latest set of drivers for my <a href="http://www.intel.com/products/desktop/chipsets/x58/x58-overview.htm">platform</a>. Caveat emptor: the solution I outlined in this article worked for me.</p>
<p><strong>References:</strong><br />
<a href="http://www.intel.com/support/chipsets/imsm/sb/cs-025783.htm">Intel CS-025783 - Possible issues with Windows Vista* and Intel® RAID</a><br />
<a href="http://derek858.blogspot.com/2009/01/windows-7-intel-sataahci-lockups.html">Windows 7 Intel SATA/AHCI Lockups</a><br />
<a href="http://www.paulscomputerservice.net/index.php?body=./os/intelSataError9.php">Intel® Matrix Storage Manager Bug</a></p>
]]></content:encoded>
			<wfw:commentRss>http://solutions.unixsherpa.com/2010/03/25/the-device-deviceideiastor0-did-not-respond-within-the-timeout-period/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Intel Matrix Storage Console Reports SATA Drives as Generation 1 not 2</title>
		<link>http://solutions.unixsherpa.com/2009/07/15/intel-matrix-storage-console-reports-sata-drives-as-generation-1-not-2/</link>
		<comments>http://solutions.unixsherpa.com/2009/07/15/intel-matrix-storage-console-reports-sata-drives-as-generation-1-not-2/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 15:10:09 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[ICH10R]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[sata]]></category>
		<category><![CDATA[seagate]]></category>
		<category><![CDATA[ST3500320AS]]></category>

		<guid isPermaLink="false">http://solutions.unixsherpa.com/?p=151</guid>
		<description><![CDATA[Issue: When launching the Intel Matrix Storage Console and reviewing the disposition of a mirrored pair of Seagate SATA 3.0Gb/s drives, I noted the Serial ATA transfer mode reported as Generation 1. Cause: SATA host adapters typically support autonegotiation, however, with the Intel ICH10R this does not seem to be the case with RAID enabled. [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Issue:</strong><br />
When launching the Intel Matrix Storage Console and reviewing the disposition of a mirrored pair of Seagate SATA 3.0Gb/s drives, I noted the Serial ATA transfer mode reported as Generation 1.</p>
<p><strong>Cause:</strong><br />
SATA host adapters typically support autonegotiation, however, with the Intel ICH10R this does not seem to be the case with RAID enabled. <em>Note: It does work with standard AHCI mode on this chipset.<br />
</em><br />
<strong>Resolution:</strong><br />
Seagate drives ship with a jumper enabled for 1.5GB/s mode. One must remove this jumper to force the drive in 3.0GB/s mode.</p>
<p><em>Attachment:</em> <a href="http://solutions.unixsherpa.com/wp-content/uploads/2009/07/100452348g.pdf">Seagate ST3500320AS product manual</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://solutions.unixsherpa.com/2009/07/15/intel-matrix-storage-console-reports-sata-drives-as-generation-1-not-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching using disk
Object Caching 527/553 objects using disk

Served from: solutions.unixsherpa.com @ 2010-09-10 01:12:55 -->