<?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: Discover new SAN devices on DMM in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/discover-new-san-devices-on-dmm/m-p/4747019#M43489</link>
    <description>RedHat has written an "Online Storage Reconfiguration Guide" for exactly this purpose:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/Online_Storage_Reconfiguration_Guide/index.html" target="_blank"&gt;http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/Online_Storage_Reconfiguration_Guide/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Please see Chapter 9: Scanning Storage Interconnects.&lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Tue, 01 Feb 2011 20:37:31 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2011-02-01T20:37:31Z</dc:date>
    <item>
      <title>Discover new SAN devices on DMM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/discover-new-san-devices-on-dmm/m-p/4747018#M43488</link>
      <description>on RHEL 5 when a new SAN disk is added how would i discover it? &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Mike.</description>
      <pubDate>Tue, 01 Feb 2011 19:35:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/discover-new-san-devices-on-dmm/m-p/4747018#M43488</guid>
      <dc:creator>MSwift</dc:creator>
      <dc:date>2011-02-01T19:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Discover new SAN devices on DMM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/discover-new-san-devices-on-dmm/m-p/4747019#M43489</link>
      <description>RedHat has written an "Online Storage Reconfiguration Guide" for exactly this purpose:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/Online_Storage_Reconfiguration_Guide/index.html" target="_blank"&gt;http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/Online_Storage_Reconfiguration_Guide/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Please see Chapter 9: Scanning Storage Interconnects.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Tue, 01 Feb 2011 20:37:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/discover-new-san-devices-on-dmm/m-p/4747019#M43489</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-02-01T20:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Discover new SAN devices on DMM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/discover-new-san-devices-on-dmm/m-p/4747020#M43490</link>
      <description>Generally after presenting disks to a SAN connected LINUX Server - you do the following:&lt;BR /&gt;&lt;BR /&gt;SCAN:&lt;BR /&gt;for hba in `ls -d /sys/class/fc_host/host*`;do&lt;BR /&gt;  FCHOST=`basename $hba`&lt;BR /&gt;&lt;BR /&gt;  echo "Scanning $FCHOST"&lt;BR /&gt;  echo "- - -" &amp;gt; /sys/class/scsi_host/${FCHOST}/scan&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;Then:&lt;BR /&gt;&lt;BR /&gt;multipath -ll&lt;BR /&gt;&lt;BR /&gt;If you need to give your Disks friednlier names like /dev/mapper/EVA08_DB_dsk001 - then add/edit www alias entries in /etc/multipath.conf and do "multipath -v2". Finish off with "multipath -ll" and check if mapper /path entries are present in /dev/mapper and /dev/mpath.&lt;BR /&gt;&lt;BR /&gt;Finish off with using the disk -- paritioning it wholly or whatever are your standards...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The abobve assumes you do not have the Array's proprietary MultiPathing solution engaged -- like PowerPath from EMC or HDLM from Hitachi, etc...&lt;BR /&gt;&lt;BR /&gt;HTH.&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Feb 2011 20:49:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/discover-new-san-devices-on-dmm/m-p/4747020#M43490</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-02-01T20:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Discover new SAN devices on DMM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/discover-new-san-devices-on-dmm/m-p/4747021#M43491</link>
      <description>I tried this. The issue_lip command logs into /var/log/messages but the &lt;BR /&gt;&lt;BR /&gt;echo "- - -" &amp;gt; /sys/class/scsi_host/&lt;BR /&gt;&lt;BR /&gt;command does not log anything to the messages. I am not saying that it is not scanning, but it does not log anything.&lt;BR /&gt;&lt;BR /&gt;Just an observation.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Mike.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Feb 2011 23:12:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/discover-new-san-devices-on-dmm/m-p/4747021#M43491</guid>
      <dc:creator>MSwift</dc:creator>
      <dc:date>2011-02-01T23:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Discover new SAN devices on DMM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/discover-new-san-devices-on-dmm/m-p/4747022#M43492</link>
      <description>Again these are qlogic fc's. would that make a difference??&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Tue, 01 Feb 2011 23:16:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/discover-new-san-devices-on-dmm/m-p/4747022#M43492</guid>
      <dc:creator>MSwift</dc:creator>
      <dc:date>2011-02-01T23:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Discover new SAN devices on DMM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/discover-new-san-devices-on-dmm/m-p/4747023#M43493</link>
      <description>Nope.. it works for both Emulex and Qlogic HBAs (likely Brocade's too)...&lt;BR /&gt;&lt;BR /&gt;We use to use Qloic and Emulex native sacndisks tools but opted for just the simple...&lt;BR /&gt;&lt;BR /&gt;The disks newly discovered are actually logged... if you do a "dmesg" afterwards -- you will see the discoveries made.&lt;BR /&gt;&lt;BR /&gt;If you are using HP StorageWorks Arrays -- EVA, P or XP series, etc...  -- please be aware taht it is advisable that you install the HP Device Multipather kit as it gives you the correct /etc/multipath.conf&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Feb 2011 14:54:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/discover-new-san-devices-on-dmm/m-p/4747023#M43493</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-02-02T14:54:51Z</dc:date>
    </item>
  </channel>
</rss>

