<?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: reflecting new lun size from storage w/o rebooting in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/reflecting-new-lun-size-from-storage-w-o-rebooting/m-p/4494808#M38196</link>
    <description>For new LUNs in SLES10 we do a &lt;BR /&gt;echo "- - -" &amp;gt; /sys/class/scsi_host/host0/scan&lt;BR /&gt;echo "- - -" &amp;gt; /sys/class/scsi_host/host1/scan&lt;BR /&gt;as described here:&lt;BR /&gt;&lt;A href="http://www.novell.com/documentation/sles10/stor_evms/?page=/documentation/sles10/stor_evms/data/scandev.html" target="_blank"&gt;http://www.novell.com/documentation/sles10/stor_evms/?page=/documentation/sles10/stor_evms/data/scandev.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I have never tried to grow a LUN, just added new ones.. not sure if this helps.</description>
    <pubDate>Fri, 11 Sep 2009 06:43:57 GMT</pubDate>
    <dc:creator>Michael Leu</dc:creator>
    <dc:date>2009-09-11T06:43:57Z</dc:date>
    <item>
      <title>reflecting new lun size from storage w/o rebooting</title>
      <link>https://community.hpe.com/t5/operating-system-linux/reflecting-new-lun-size-from-storage-w-o-rebooting/m-p/4494807#M38195</link>
      <description>hi.&lt;BR /&gt;&lt;BR /&gt;has anyone here experienced doing this:&lt;BR /&gt;&lt;BR /&gt;you have a lun connected thru FC to an eva or msa or any storage device for that matter, and you increased the lun in the storage device, then you're able to reflect the new lun size w/o rebooting? i've tried tools like hp_rescan and qlogic's rescan_scsi_bus.sh tool w/c doesn't help. what i do is to check the scsi path, for example 0:0:0:1, then do this: echo "remove-single-device 0 0 0 1" &amp;gt; /proc/scsi/scsi &amp;amp;&amp;amp; echo "add-single-device 0 0 0 1" &amp;gt; /proc/scsi/scsi. It does work. But naturally, the /dev/sd* mapped to it will change. I use the multipath mapped /dev/dm* device w/ lvm2, so i'm able to get away with the changing /dev/sd. &lt;BR /&gt;&lt;BR /&gt;But if any of you guys have a better way of doing it, i'd be happy to check it out. Mine is an SLES9 SP4. I've checked out other forums, and most say that you really need a reboot for sles9 and even 10.&lt;BR /&gt;&lt;BR /&gt;thanks and best regards.</description>
      <pubDate>Thu, 10 Sep 2009 04:15:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/reflecting-new-lun-size-from-storage-w-o-rebooting/m-p/4494807#M38195</guid>
      <dc:creator>glennn</dc:creator>
      <dc:date>2009-09-10T04:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: reflecting new lun size from storage w/o rebooting</title>
      <link>https://community.hpe.com/t5/operating-system-linux/reflecting-new-lun-size-from-storage-w-o-rebooting/m-p/4494808#M38196</link>
      <description>For new LUNs in SLES10 we do a &lt;BR /&gt;echo "- - -" &amp;gt; /sys/class/scsi_host/host0/scan&lt;BR /&gt;echo "- - -" &amp;gt; /sys/class/scsi_host/host1/scan&lt;BR /&gt;as described here:&lt;BR /&gt;&lt;A href="http://www.novell.com/documentation/sles10/stor_evms/?page=/documentation/sles10/stor_evms/data/scandev.html" target="_blank"&gt;http://www.novell.com/documentation/sles10/stor_evms/?page=/documentation/sles10/stor_evms/data/scandev.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I have never tried to grow a LUN, just added new ones.. not sure if this helps.</description>
      <pubDate>Fri, 11 Sep 2009 06:43:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/reflecting-new-lun-size-from-storage-w-o-rebooting/m-p/4494808#M38196</guid>
      <dc:creator>Michael Leu</dc:creator>
      <dc:date>2009-09-11T06:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: reflecting new lun size from storage w/o rebooting</title>
      <link>https://community.hpe.com/t5/operating-system-linux/reflecting-new-lun-size-from-storage-w-o-rebooting/m-p/4494809#M38197</link>
      <description>As Michael said, normally with the use of LVM you will add new LUNs to existing volume groups instead of increasing the LUN size. Have you also tried the partprobe command?</description>
      <pubDate>Fri, 11 Sep 2009 10:23:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/reflecting-new-lun-size-from-storage-w-o-rebooting/m-p/4494809#M38197</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-09-11T10:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: reflecting new lun size from storage w/o rebooting</title>
      <link>https://community.hpe.com/t5/operating-system-linux/reflecting-new-lun-size-from-storage-w-o-rebooting/m-p/4494810#M38198</link>
      <description>is there a specific reason to strict to grow the existing LUN? I have seen some doc with EMC and LINUX combination talking describing how to do this online.</description>
      <pubDate>Sat, 12 Sep 2009 15:16:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/reflecting-new-lun-size-from-storage-w-o-rebooting/m-p/4494810#M38198</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2009-09-12T15:16:14Z</dc:date>
    </item>
  </channel>
</rss>

