<?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: Problem adding device file above sdz in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/problem-adding-device-file-above-sdz/m-p/4100571#M30693</link>
    <description>Hi &amp;amp;&amp;amp; Servus,&lt;BR /&gt;&lt;BR /&gt;you can try to initiate a bus-rescan by using /sys filesystem:&lt;BR /&gt;&lt;BR /&gt;$ ls -la /sys/class/scsi_host/host?/device &lt;BR /&gt;compare to lspci output to find host? according your HBA.&lt;BR /&gt;&lt;BR /&gt;now e.g.:&lt;BR /&gt;$ echo "- - - " &amp;gt; /sys/class/scsi_host/host1/scan&lt;BR /&gt;and &lt;BR /&gt;$ echo "- - - " &amp;gt; /sys/class/scsi_host/host2/scan&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;now check dmesg for new devies.&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;HGH&lt;BR /&gt;</description>
    <pubDate>Mon, 12 Nov 2007 06:52:46 GMT</pubDate>
    <dc:creator>Hemmetter</dc:creator>
    <dc:date>2007-11-12T06:52:46Z</dc:date>
    <item>
      <title>Problem adding device file above sdz</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-adding-device-file-above-sdz/m-p/4100570#M30692</link>
      <description>I have one question. We are running RHEL 4 AS Update 5 on a HP DL585 with two FC1142SR HBAs and we aren't able to add devices (device files) above SDZ. The only thing that helps, is to reboot the server. In two weeks the server will be in a productive state and so we won't be allowed to reboot the server everytime we are adding a LUN or LUNs over the sdz or sdaz range.&lt;BR /&gt;&lt;BR /&gt;First i had problem that the LUNs weren't recognized by the Qlogic driver. I tried the following command&lt;BR /&gt;&lt;BR /&gt;echo scsi-qlascan &amp;gt;/proc/scsi/qla2xxx/1&lt;BR /&gt;&lt;BR /&gt;and after that the LUNs were available. I have also tried the HP_RESCAN script, but it also haven't helped to create the device files.&lt;BR /&gt;&lt;BR /&gt;Furthermore i tried this command&lt;BR /&gt;&lt;BR /&gt;echo "scsi add-single-device A B T L"&amp;gt;/proc/scsi/scsi&lt;BR /&gt;&lt;BR /&gt;The device file was not created and now i am not sure if the problem is that we have already reached the /dev/sdz device driver.&lt;BR /&gt;&lt;BR /&gt;Does anyone know where this behaviour is handeld or where i can find these regexp?&lt;BR /&gt;&lt;BR /&gt;Thank you in advance&lt;BR /&gt;&lt;BR /&gt;greets</description>
      <pubDate>Mon, 12 Nov 2007 04:48:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-adding-device-file-above-sdz/m-p/4100570#M30692</guid>
      <dc:creator>weisstik</dc:creator>
      <dc:date>2007-11-12T04:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem adding device file above sdz</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-adding-device-file-above-sdz/m-p/4100571#M30693</link>
      <description>Hi &amp;amp;&amp;amp; Servus,&lt;BR /&gt;&lt;BR /&gt;you can try to initiate a bus-rescan by using /sys filesystem:&lt;BR /&gt;&lt;BR /&gt;$ ls -la /sys/class/scsi_host/host?/device &lt;BR /&gt;compare to lspci output to find host? according your HBA.&lt;BR /&gt;&lt;BR /&gt;now e.g.:&lt;BR /&gt;$ echo "- - - " &amp;gt; /sys/class/scsi_host/host1/scan&lt;BR /&gt;and &lt;BR /&gt;$ echo "- - - " &amp;gt; /sys/class/scsi_host/host2/scan&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;now check dmesg for new devies.&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;HGH&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Nov 2007 06:52:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-adding-device-file-above-sdz/m-p/4100571#M30693</guid>
      <dc:creator>Hemmetter</dc:creator>
      <dc:date>2007-11-12T06:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem adding device file above sdz</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-adding-device-file-above-sdz/m-p/4100572#M30694</link>
      <description>Thank you for your help.&lt;BR /&gt;&lt;BR /&gt;I was able to create the device files. But after that i wanted to reproduce the process because I had tried so many things and now i'm at the same point - with a different failure - again ;o) &lt;BR /&gt;&lt;BR /&gt;The LUNs are registered with the OS and i created the sdaa and sdab device files and after that i tried the hp_rescan utility to create the necessitate entries.</description>
      <pubDate>Mon, 12 Nov 2007 09:54:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-adding-device-file-above-sdz/m-p/4100572#M30694</guid>
      <dc:creator>weisstik</dc:creator>
      <dc:date>2007-11-12T09:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem adding device file above sdz</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-adding-device-file-above-sdz/m-p/4100573#M30695</link>
      <description>So, i was able to reproduce the process and solve the problem with the following commands&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;echo scsi-qlascan&amp;gt;/proc/scsi/qla2xxx/0&lt;BR /&gt;echo scsi-qlascan&amp;gt;/proc/scsi/qla2xxx/1&lt;BR /&gt;&lt;BR /&gt;echo "- - -" &amp;gt; /sys/class/scsi_host/host1/scan&lt;BR /&gt;echo "- - -" &amp;gt; /sys/class/scsi_host/host0/scan&lt;BR /&gt;&lt;BR /&gt;The LUNs were found and the device files created.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Nov 2007 10:25:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-adding-device-file-above-sdz/m-p/4100573#M30695</guid>
      <dc:creator>weisstik</dc:creator>
      <dc:date>2007-11-12T10:25:30Z</dc:date>
    </item>
  </channel>
</rss>

