<?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>Matthew Hodgkins Blog &#187; Storage</title>
	<atom:link href="http://www.hodgkins.net.au/category/storage/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hodgkins.net.au</link>
	<description>System Administrator for ssw.com.au and all-round nerd.</description>
	<lastBuildDate>Wed, 11 Apr 2012 05:39:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>How to Fix Timeout While Mounting LUN in NetApp SnapDrive</title>
		<link>http://www.hodgkins.net.au/storage/how-to-fix-timeout-while-mounting-lun-in-netapp-snapdrive/</link>
		<comments>http://www.hodgkins.net.au/storage/how-to-fix-timeout-while-mounting-lun-in-netapp-snapdrive/#comments</comments>
		<pubDate>Mon, 19 Mar 2012 06:23:24 +0000</pubDate>
		<dc:creator>Matthew Hodgkins</dc:creator>
				<category><![CDATA[Storage]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[disk managementpdrive]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[formatted]]></category>
		<category><![CDATA[igroup]]></category>
		<category><![CDATA[initiator]]></category>
		<category><![CDATA[lun]]></category>
		<category><![CDATA[netapp]]></category>
		<category><![CDATA[partition]]></category>
		<category><![CDATA[reformat]]></category>
		<category><![CDATA[san]]></category>
		<category><![CDATA[snanetapp]]></category>
		<category><![CDATA[snapdrive]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[system manager]]></category>
		<category><![CDATA[telnet]]></category>
		<category><![CDATA[timeout]]></category>
		<category><![CDATA[unmap]]></category>
		<category><![CDATA[volume]]></category>

		<guid isPermaLink="false">http://www.hodgkins.net.au/?p=402</guid>
		<description><![CDATA[When you are trying to mount a LUN (by using Connect Disk) in SnapDrive, you may get an error saying “A timeout of 120 secs elapsed while waiting for volume arrival notification from the operating system”. Figure - SnapDrive timeout when connecting to a LUN This generally occurs when you have created a LUN using [...]]]></description>
				<content:encoded><![CDATA[<p>When you are trying to mount a LUN (by using Connect Disk) in SnapDrive, you may get an error saying <strong>“A timeout of 120 secs elapsed while waiting for volume arrival notification from the operating system”</strong>.</p>
<div class="img " style="width:606px;">
	<img src="http://www.hodgkins.net.au/wp-content/uploads/Timeout-Elapsed-While-Mounting-LUN-in-Ne_EFDB/image.png" alt="Figure - SnapDrive timeout when connecting to a LUN" width="606" height="395" />
	<div>Figure - SnapDrive timeout when connecting to a LUN</div>
</div>
<p>This generally occurs when you have created a LUN using the <strong>NetApp System Manager</strong> first, and then tried to connect to it in <strong>SnapDrive</strong>.</p>
<p>The reason for this error message is that when SnapDrive is connecting to a disk, it expects to see a formatted partition being connected – and when this doesn’t occur, it doesn’t know what to do and times out.</p>
<h4>Clean up the mess</h4>
<p>As the LUN mapping has failed half way through, you need to remove the igroups that have been added to the LUN, otherwise you will receive a <strong>“The specified LUN /vol/xxx is already mapped to at least one initiator”</strong> error.</p>
<ol>
<li>Connect to the filer using telnet</li>
<li>Run the following command:

<div class="wp_syntax"><div class="code"><pre class="t-sql" style="font-family:monospace;">lun unmap /vol/YourLUNName youriGroupName</pre></div></div>

</li>
<li>You will get a message back saying the igroup has been unmapped from the LUN</li>
</ol>
<h4>Connect the LUN again</h4>
<ol>
<li>Open SnapDrive and start connecting to your LUN again, as the process starts to occur you will see the following status messages appearing:<div class="img " style="width:196px;">
	<img src="http://www.hodgkins.net.au/wp-content/uploads/Timeout-Elapsed-While-Mounting-LUN-in-Ne_EFDB/clip_image001.png" alt="Figure - LUN Status Message" width="196" height="117" />
	<div>Figure - LUN Status Message</div>
</div></li>
<li>At this point, open up <strong>Computer Management</strong> and then<strong> </strong>in the left navigation pane select <strong>Disk Management</strong></li>
<li>You will notice a new, unformatted drive appear. If you don’t see it keep refreshing until it appears<div class="img " style="width:510px;">
	<img src="http://www.hodgkins.net.au/wp-content/uploads/Timeout-Elapsed-While-Mounting-LUN-in-Ne_EFDB/image_3.png" alt="Figure - In Disk Management you will notice the LUN disk appear " width="510" height="484" />
	<div>Figure - In Disk Management you will notice the LUN disk appear </div>
</div></li>
<li>You will need to be quick (you only have 120 seconds until time out remember), so initialize the disk<div class="img " style="width:283px;">
	<img src="http://www.hodgkins.net.au/wp-content/uploads/Timeout-Elapsed-While-Mounting-LUN-in-Ne_EFDB/image_4.png" alt="Figure - Right click on the disk and select Initialize Disk" width="283" height="158" />
	<div>Figure - Right click on the disk and select Initialize Disk</div>
</div></li>
<li>After the disk has initialized, right click on the empty drive space and choose <strong>Format</strong> | Follow the prompts to format the disk and specify the drive letter you choose when connecting to the LUN using SnapDrive<div class="img " style="width:413px;">
	<img src="http://www.hodgkins.net.au/wp-content/uploads/Timeout-Elapsed-While-Mounting-LUN-in-Ne_EFDB/image_5.png" alt="Figure - Specify a drive letter for the new LUN, matching the one in SnapDrive" width="413" height="317" />
	<div>Figure - Specify a drive letter for the new LUN, matching the one in SnapDrive</div>
</div></li>
<li>SnapDrive should now discover the disk and map it correctly</li>
</ol>
<p>To prevent this occurring, create your LUN’s using the SnapDrive interface instead of NetApp System Manager, as SnapDrive will format the LUN on creation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hodgkins.net.au/storage/how-to-fix-timeout-while-mounting-lun-in-netapp-snapdrive/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
