<div dir="ltr">iirc  I have something like that in one of my SAN procedures....<div><br></div><div><div>== Disk rescan via the FC_HOST ==</div><div><br></div><div> for f in /sys/class/fc_host/*/issue_lip; do echo &#39;l&#39; &gt; $f; done</div>
</div><div><br></div><div>so very similar</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jul 18, 2014 at 11:16 AM, David L. Willson <span dir="ltr">&lt;<a href="mailto:DLWillson@thegeek.nu" target="_blank">DLWillson@thegeek.nu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-family:Times New Roman;font-size:12pt;color:#000000"><span># # This is purported to work in Debian* (which includes Ubuntu)<br>
# # It actually *did* work for me on Ubuntu Precise<br># # I found it at: <a href="http://www.debuntu.org/how-to-rescan-a-scsi-bus-without-rebooting/" target="_blank">http://www.debuntu.org/how-to-rescan-a-scsi-bus-without-rebooting/</a><br>
# # Credit to Michael Zieher<br><br># for i in /sys/class/scsi_host/*; do echo &#39;- - -&#39; &gt; $i/scan; done<br><br><br>=== console log ===<br><br>root@pbuild04:~# lsb_release -v<br>No LSB modules are available.<br>root@pbuild04:~# cat /etc/lsb-release<br>
DISTRIB_ID=Ubuntu<br>DISTRIB_RELEASE=12.04<br>DISTRIB_CODENAME=precise<br>DISTRIB_DESCRIPTION=&quot;Ubuntu 12.04.3 LTS&quot;<br>root@pbuild04:~# lsb_release -c<br>Codename:       precise<br>root@pbuild04:~# for i in /sys/class/scsi_host/*; do echo &#39;- - -&#39; &gt; $i/scan; done<br>
root@pbuild04:~#<br><br><br><span name="x"></span>--<br>David L. Willson<br>Teacher, Engineer, Evangelist<br>RHCE+Satellite CCAH Network+ A+ Linux+ LPIC-1 UbuntuCP NovellCLA<br>Mobile 720-333-LANS(5267)<br><a href="http://sofree.us" target="_blank">http://sofree.us</a><br>
<br>This is a good time for a r3VOLution.<span name="x"></span><br></span><br></div></div><br>_______________________________________________<br>
clue mailing list: <a href="mailto:clue@cluedenver.org">clue@cluedenver.org</a><br>
For information, account preferences, or to unsubscribe see:<br>
<a href="http://cluedenver.org/mailman/listinfo/clue" target="_blank">http://cluedenver.org/mailman/listinfo/clue</a><br></blockquote></div><br></div>