<?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: How to rescan scsi disk linux and P400 controller in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-rescan-scsi-disk-linux-and-p400-controller/m-p/4141457#M31583</link>
    <description>&lt;!--!*#--&gt;I think the correct syntax for the 'echo' command is&lt;BR /&gt;&lt;BR /&gt;echo "rescan" &amp;gt; /proc/driver/cciss/cciss0/1&lt;BR /&gt;&lt;BR /&gt;Another script you can try is called rescan-scsi-bus.sh. This script is included in SuSE linux.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.garloff.de/kurt/linux/rescan-scsi-bus.sh-1.25" target="_blank"&gt;http://www.garloff.de/kurt/linux/rescan-scsi-bus.sh-1.25&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;</description>
    <pubDate>Fri, 08 Feb 2008 13:09:50 GMT</pubDate>
    <dc:creator>Jimmy Vance</dc:creator>
    <dc:date>2008-02-08T13:09:50Z</dc:date>
    <item>
      <title>How to rescan scsi disk linux and P400 controller</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-rescan-scsi-disk-linux-and-p400-controller/m-p/4141455#M31581</link>
      <description>Dear all,&lt;BR /&gt;&lt;BR /&gt;I have a simple question, but I was unable to find the right answer yet.&lt;BR /&gt;&lt;BR /&gt;I have an DL380G5 running ESX server 3.5. I installed all system management tools and the Array Configuration Utility. When I add a LUn from ACU, I can't see it into my ESX host:&lt;BR /&gt;&lt;BR /&gt;[esx-01]:/root# cat /proc/driver/cciss/cciss0&lt;BR /&gt;cciss0: HP Smart Array P400 Controller&lt;BR /&gt;Board ID: 0x3234103c&lt;BR /&gt;Firmware Version: 4.12&lt;BR /&gt;IRQ: 137&lt;BR /&gt;Logical drives: 3&lt;BR /&gt;Current Q depth: 0&lt;BR /&gt;Current # commands on controller: 0&lt;BR /&gt;Max Q depth since init: 1&lt;BR /&gt;Max # commands on controller since init: 59&lt;BR /&gt;Max SG entries since init: 31&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cciss/c0d0:       12.58GB       RAID 5&lt;BR /&gt;cciss/c0d1:      367.00GB       RAID ADG&lt;BR /&gt;cciss/c0d2:      210.05GB       RAID ADG&lt;BR /&gt;&lt;BR /&gt;This is wrong. The current disks configuration is 12.58GB RAID 5 LUN (the first one is correct - this is the OS) and another 75GB RAID 6 LUN.&lt;BR /&gt;&lt;BR /&gt;I downloaded a small tool called cciss_vol_status and this return my the right configuration:&lt;BR /&gt;&lt;BR /&gt;[esx-01]:/root# cciss_vol_status -q /dev/cciss/c0d0                &lt;BR /&gt;/dev/cciss/c0d0: (Smart Array P400) RAID 5 Volume 0 status: OK. &lt;BR /&gt;/dev/cciss/c0d0: (Smart Array P400) RAID 6 Volume 1 status: OK. &lt;BR /&gt;&lt;BR /&gt;If I'm doing a fdisk -l I saw the old configuration for c0d1:&lt;BR /&gt;&lt;BR /&gt;Disk /dev/cciss/c0d1: 367.0 GB, 367002648064 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 44618 cylinders&lt;BR /&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;BR /&gt;&lt;BR /&gt;Device Boot    Start       End    Blocks   Id  System&lt;BR /&gt;&lt;BR /&gt;I tried all command like echo "rescan" echo "rescan" &amp;gt; /proc/driver/cciss/cciss0 or echo "scsi scan-new-devices" &amp;gt; /proc/scsi/scsi but it didn't work.&lt;BR /&gt;&lt;BR /&gt;Is somebody can told me how to refresh the cciss controller on ESX or Linux RHEL?&lt;BR /&gt;&lt;BR /&gt;Thank you and best regards,&lt;BR /&gt;Yanick&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Feb 2008 21:26:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-rescan-scsi-disk-linux-and-p400-controller/m-p/4141455#M31581</guid>
      <dc:creator>Yanick Quirion</dc:creator>
      <dc:date>2008-02-06T21:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to rescan scsi disk linux and P400 controller</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-rescan-scsi-disk-linux-and-p400-controller/m-p/4141456#M31582</link>
      <description>Shalom Yanick,&lt;BR /&gt;&lt;BR /&gt;Normally you reboot the system, which will force a re-read of disk devices.&lt;BR /&gt;&lt;BR /&gt;If you have the PSP pack installed then the rescan utility which you have apparently already tried is your best bet.&lt;BR /&gt;&lt;BR /&gt;Perhaps the Array Configuration Utility(ACU) is a way to get this done without system book.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 07 Feb 2008 12:41:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-rescan-scsi-disk-linux-and-p400-controller/m-p/4141456#M31582</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-02-07T12:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to rescan scsi disk linux and P400 controller</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-rescan-scsi-disk-linux-and-p400-controller/m-p/4141457#M31583</link>
      <description>&lt;!--!*#--&gt;I think the correct syntax for the 'echo' command is&lt;BR /&gt;&lt;BR /&gt;echo "rescan" &amp;gt; /proc/driver/cciss/cciss0/1&lt;BR /&gt;&lt;BR /&gt;Another script you can try is called rescan-scsi-bus.sh. This script is included in SuSE linux.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.garloff.de/kurt/linux/rescan-scsi-bus.sh-1.25" target="_blank"&gt;http://www.garloff.de/kurt/linux/rescan-scsi-bus.sh-1.25&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Feb 2008 13:09:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-rescan-scsi-disk-linux-and-p400-controller/m-p/4141457#M31583</guid>
      <dc:creator>Jimmy Vance</dc:creator>
      <dc:date>2008-02-08T13:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to rescan scsi disk linux and P400 controller</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-rescan-scsi-disk-linux-and-p400-controller/m-p/4141458#M31584</link>
      <description>Dear Jimmy,&lt;BR /&gt;&lt;BR /&gt;Thanks for your answer, but it seems the this script doesn't work with cciss device driver. This driver doesn't provide any information into /proc/scsi/scsi, on which the script is based. Also, it seems looking for /sys filesystem, which doesn't exist into ESX server based on RHEL 3 and kernel 2.4.&lt;BR /&gt;&lt;BR /&gt;Thank you anyway for your help!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Yanick</description>
      <pubDate>Fri, 08 Feb 2008 13:39:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-rescan-scsi-disk-linux-and-p400-controller/m-p/4141458#M31584</guid>
      <dc:creator>Yanick Quirion</dc:creator>
      <dc:date>2008-02-08T13:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to rescan scsi disk linux and P400 controller</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-rescan-scsi-disk-linux-and-p400-controller/m-p/4141459#M31585</link>
      <description>Dear Jimmy,&lt;BR /&gt;&lt;BR /&gt;Thanks for your answer, but it seems that this script doesn't work with cciss device driver. This driver doesn't provide any information into /proc/scsi/scsi, on which the script is based. Also, it seems looking for /sys filesystem, which doesn't exist into ESX server based on RHEL 3 and kernel 2.4.&lt;BR /&gt;&lt;BR /&gt;Thank you anyway for your help!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Yanick</description>
      <pubDate>Fri, 08 Feb 2008 13:39:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-rescan-scsi-disk-linux-and-p400-controller/m-p/4141459#M31585</guid>
      <dc:creator>Yanick Quirion</dc:creator>
      <dc:date>2008-02-08T13:39:14Z</dc:date>
    </item>
  </channel>
</rss>

