<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: LUN Adding in RHEL 5.3 without Reboot in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/lun-adding-in-rhel-5-3-without-reboot/m-p/5261389#M52696</link>
    <description>Your script will trigger a FibreChannel LIP (Loop Initialization Primitive, essentially a FC link reset), then immediately tries to scan the FC adapter for disks:&lt;BR /&gt;-----&lt;BR /&gt;echo 1 &amp;gt; /sys/class/fc_host/host$host/issue_lip 2&amp;gt; /dev/null;&lt;BR /&gt;echo "- - -" &amp;gt; /sys/class/scsi_host/host$host/scan 2&amp;gt; /dev/null;&lt;BR /&gt;-----&lt;BR /&gt;&lt;BR /&gt;After the LIP is triggered, it would be best to wait a while for the HBA to complete the LIP operation before trying to scan for disks. If you try to scan before the LIP is completed, you'll find no new disks at all.&lt;BR /&gt;&lt;BR /&gt;Perhaps your older systems have been slower just enough that the HBA could successfully complete the LIP operation before the scanning step starts?&lt;BR /&gt;&lt;BR /&gt;Try adding a small delay between the two lines I listed above. For example, "sleep 2" might be enough.&lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Thu, 04 Nov 2010 07:07:55 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2010-11-04T07:07:55Z</dc:date>
    <item>
      <title>LUN Adding in RHEL 5.3 without Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lun-adding-in-rhel-5-3-without-reboot/m-p/5261387#M52694</link>
      <description>Dear Experts,&lt;BR /&gt;&lt;BR /&gt;I am using "rescan-scsi-bus.sh" script to assign LUN without reboot our LINUX server (RHEL 4.5). But the problem is, this script works fine upto RHEL 4.5 but when i want to visible LUN's without reboot, assigned from our EMC SAN using this script it is not working.&lt;BR /&gt;&lt;BR /&gt;Please can any one help me with this issue??&lt;BR /&gt;&lt;BR /&gt;**Note: I have attached "rescan-scsi-bus.sh" script with this thread. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Minhaz</description>
      <pubDate>Wed, 03 Nov 2010 11:09:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lun-adding-in-rhel-5-3-without-reboot/m-p/5261387#M52694</guid>
      <dc:creator>Md. Minhaz Khan</dc:creator>
      <dc:date>2010-11-03T11:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: LUN Adding in RHEL 5.3 without Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lun-adding-in-rhel-5-3-without-reboot/m-p/5261388#M52695</link>
      <description>Dear Experts,&lt;BR /&gt;&lt;BR /&gt;Any help ??&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Minhaz</description>
      <pubDate>Thu, 04 Nov 2010 05:59:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lun-adding-in-rhel-5-3-without-reboot/m-p/5261388#M52695</guid>
      <dc:creator>Md. Minhaz Khan</dc:creator>
      <dc:date>2010-11-04T05:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: LUN Adding in RHEL 5.3 without Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lun-adding-in-rhel-5-3-without-reboot/m-p/5261389#M52696</link>
      <description>Your script will trigger a FibreChannel LIP (Loop Initialization Primitive, essentially a FC link reset), then immediately tries to scan the FC adapter for disks:&lt;BR /&gt;-----&lt;BR /&gt;echo 1 &amp;gt; /sys/class/fc_host/host$host/issue_lip 2&amp;gt; /dev/null;&lt;BR /&gt;echo "- - -" &amp;gt; /sys/class/scsi_host/host$host/scan 2&amp;gt; /dev/null;&lt;BR /&gt;-----&lt;BR /&gt;&lt;BR /&gt;After the LIP is triggered, it would be best to wait a while for the HBA to complete the LIP operation before trying to scan for disks. If you try to scan before the LIP is completed, you'll find no new disks at all.&lt;BR /&gt;&lt;BR /&gt;Perhaps your older systems have been slower just enough that the HBA could successfully complete the LIP operation before the scanning step starts?&lt;BR /&gt;&lt;BR /&gt;Try adding a small delay between the two lines I listed above. For example, "sleep 2" might be enough.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Thu, 04 Nov 2010 07:07:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lun-adding-in-rhel-5-3-without-reboot/m-p/5261389#M52696</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-11-04T07:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: LUN Adding in RHEL 5.3 without Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lun-adding-in-rhel-5-3-without-reboot/m-p/5261390#M52697</link>
      <description>&lt;A href="http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/html/Online_Storage_Reconfiguration_Guide/index.html" target="_blank"&gt;http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/html/Online_Storage_Reconfiguration_Guide/index.html&lt;/A&gt;</description>
      <pubDate>Thu, 04 Nov 2010 12:53:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lun-adding-in-rhel-5-3-without-reboot/m-p/5261390#M52697</guid>
      <dc:creator>AnthonySN</dc:creator>
      <dc:date>2010-11-04T12:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: LUN Adding in RHEL 5.3 without Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lun-adding-in-rhel-5-3-without-reboot/m-p/5261391#M52698</link>
      <description>another option.&lt;BR /&gt;&lt;BR /&gt;most HBA vendors supply command line tools for fc info and bus rescanning.&lt;BR /&gt;&lt;BR /&gt;e.g. qlogic supplies Linux-Tools&lt;BR /&gt;hp supplies an fc rescan utility as well.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Nov 2010 20:31:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lun-adding-in-rhel-5-3-without-reboot/m-p/5261391#M52698</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2010-11-05T20:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: LUN Adding in RHEL 5.3 without Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lun-adding-in-rhel-5-3-without-reboot/m-p/5261392#M52699</link>
      <description>Dear MK,&lt;BR /&gt;&lt;BR /&gt;Thanks for your advise. Its now working. I have set sleep 10 between two lines.&lt;BR /&gt;&lt;BR /&gt;BR&lt;BR /&gt;&lt;BR /&gt;Minhaz&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 07 Nov 2010 12:45:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lun-adding-in-rhel-5-3-without-reboot/m-p/5261392#M52699</guid>
      <dc:creator>Md. Minhaz Khan</dc:creator>
      <dc:date>2010-11-07T12:45:03Z</dc:date>
    </item>
  </channel>
</rss>

