<?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: Fibre Channel Enablement Kit for RHEL 5.6 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/fibre-channel-enablement-kit-for-rhel-5-6/m-p/4771227#M44041</link>
    <description>The Release Notes for the Fibre Channel Enablement Kit you linked include this note:&lt;BR /&gt;----- &lt;BR /&gt;NOTE: Starting with RHEL 5 U3, and SLES 11 Fibre Channel HBAs and mezzanine cards are supported by Red Hat and Novell in-box drivers (included in the OS distribution), and multipath failover is handled by Device Mapper.&lt;BR /&gt;-----&lt;BR /&gt;&lt;BR /&gt;The "hp_rescan" utility is a perl script. The actual scanning is done in the RescanInstance function, which assembles a shell command like this:&lt;BR /&gt;&lt;BR /&gt;echo "- - -" &amp;gt; /sys/class/scsi_host/&lt;HOSTN&gt;/scan&lt;BR /&gt;&lt;BR /&gt;...and executes it using the system() function. This isn't too hard to do manually :-)&lt;BR /&gt;The rest of the script concerns itself with finding the FC HBAs and identifying their SCSI host numbers. That isn't too hard to do manually either: run "lsscsi -H -v" and cross-reference with the "lspci" output if necessary.&lt;BR /&gt;&lt;BR /&gt;RedHat has published an Online Storage Reconfiguration Guide:&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;Its Chapter 9 ("Scanning Storage Interconnects") is appropriate for your case.&lt;BR /&gt;&lt;BR /&gt;It turns out RHEL 5.4 and later include /usr/bin/rescan-scsi-bus.sh script for the same purpose as HP's hp_rescan. RedHat's script can also optionally issue FibreChannel LIPs (essentially HBA resets); hp_rescan cannot do that.&lt;BR /&gt;&lt;BR /&gt;"adapter_info" is a script that seems to only read various HBA-related values from the /sys filesystem and present them in more human-readable form. You could very likely copy this script to future RHEL 5.x and maybe even 6.x systems with no issues, if you like.&lt;BR /&gt;&lt;BR /&gt;The functionality of the other Fibre Channel Enablement Kit commands (scsi_info, lssd, lssg) is duplicated by RHEL 5.x standard utilities lsscsi and scsi_id. "lsscsi" is in its own RPM and will not be installed by default: you must explicitly choose to install it. "scsi_id" is part of the device-mapper-multipath package.&lt;BR /&gt;&lt;BR /&gt;MK&lt;/HOSTN&gt;</description>
    <pubDate>Tue, 29 Mar 2011 12:10:08 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2011-03-29T12:10:08Z</dc:date>
    <item>
      <title>Fibre Channel Enablement Kit for RHEL 5.6</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fibre-channel-enablement-kit-for-rhel-5-6/m-p/4771226#M44040</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Just installed my first RHEL 5.6 system on a HP BL460c G6, and notice that the fibreutils package no longer gets installed by the ProLiant Support Pack with RHEL &amp;gt;= v5.3&lt;BR /&gt;&lt;BR /&gt;A quick Google around suggests that I can install the Fibre Channel Enablement Kit which will give me things like hp_rescan, however the download link here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&amp;amp;cc=us&amp;amp;prodTypeId=329290&amp;amp;prodSeriesId=1844100&amp;amp;swItem=co-82357-1&amp;amp;prodNameId=1844101&amp;amp;swEnvOID=4004&amp;amp;swLang=8&amp;amp;taskId=135&amp;amp;mode=3" target="_blank"&gt;http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&amp;amp;cc=us&amp;amp;prodTypeId=329290&amp;amp;prodSeriesId=1844100&amp;amp;swItem=co-82357-1&amp;amp;prodNameId=1844101&amp;amp;swEnvOID=4004&amp;amp;swLang=8&amp;amp;taskId=135&amp;amp;mode=3&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;only mentions RHEL up to 5.5.&lt;BR /&gt;&lt;BR /&gt;Anybody know if there are any issues with it on RHEL 5.6 ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Rob</description>
      <pubDate>Tue, 29 Mar 2011 08:16:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fibre-channel-enablement-kit-for-rhel-5-6/m-p/4771226#M44040</guid>
      <dc:creator>Rob Leadbeater</dc:creator>
      <dc:date>2011-03-29T08:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Fibre Channel Enablement Kit for RHEL 5.6</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fibre-channel-enablement-kit-for-rhel-5-6/m-p/4771227#M44041</link>
      <description>The Release Notes for the Fibre Channel Enablement Kit you linked include this note:&lt;BR /&gt;----- &lt;BR /&gt;NOTE: Starting with RHEL 5 U3, and SLES 11 Fibre Channel HBAs and mezzanine cards are supported by Red Hat and Novell in-box drivers (included in the OS distribution), and multipath failover is handled by Device Mapper.&lt;BR /&gt;-----&lt;BR /&gt;&lt;BR /&gt;The "hp_rescan" utility is a perl script. The actual scanning is done in the RescanInstance function, which assembles a shell command like this:&lt;BR /&gt;&lt;BR /&gt;echo "- - -" &amp;gt; /sys/class/scsi_host/&lt;HOSTN&gt;/scan&lt;BR /&gt;&lt;BR /&gt;...and executes it using the system() function. This isn't too hard to do manually :-)&lt;BR /&gt;The rest of the script concerns itself with finding the FC HBAs and identifying their SCSI host numbers. That isn't too hard to do manually either: run "lsscsi -H -v" and cross-reference with the "lspci" output if necessary.&lt;BR /&gt;&lt;BR /&gt;RedHat has published an Online Storage Reconfiguration Guide:&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;Its Chapter 9 ("Scanning Storage Interconnects") is appropriate for your case.&lt;BR /&gt;&lt;BR /&gt;It turns out RHEL 5.4 and later include /usr/bin/rescan-scsi-bus.sh script for the same purpose as HP's hp_rescan. RedHat's script can also optionally issue FibreChannel LIPs (essentially HBA resets); hp_rescan cannot do that.&lt;BR /&gt;&lt;BR /&gt;"adapter_info" is a script that seems to only read various HBA-related values from the /sys filesystem and present them in more human-readable form. You could very likely copy this script to future RHEL 5.x and maybe even 6.x systems with no issues, if you like.&lt;BR /&gt;&lt;BR /&gt;The functionality of the other Fibre Channel Enablement Kit commands (scsi_info, lssd, lssg) is duplicated by RHEL 5.x standard utilities lsscsi and scsi_id. "lsscsi" is in its own RPM and will not be installed by default: you must explicitly choose to install it. "scsi_id" is part of the device-mapper-multipath package.&lt;BR /&gt;&lt;BR /&gt;MK&lt;/HOSTN&gt;</description>
      <pubDate>Tue, 29 Mar 2011 12:10:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fibre-channel-enablement-kit-for-rhel-5-6/m-p/4771227#M44041</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-03-29T12:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Fibre Channel Enablement Kit for RHEL 5.6</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fibre-channel-enablement-kit-for-rhel-5-6/m-p/4771228#M44042</link>
      <description>Thanks Matti - very useful.&lt;BR /&gt;&lt;BR /&gt;I'd been reading through the Red Hat guide you linked to, but hadn't got to chapter 9 yet !&lt;BR /&gt;&lt;BR /&gt;One thing I have just discovered is that the rescan-scsi-bus.sh script is also not installed by default.  It's included within the sg3_utils RPM.&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;&lt;BR /&gt;Rob</description>
      <pubDate>Tue, 29 Mar 2011 12:35:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fibre-channel-enablement-kit-for-rhel-5-6/m-p/4771228#M44042</guid>
      <dc:creator>Rob Leadbeater</dc:creator>
      <dc:date>2011-03-29T12:35:08Z</dc:date>
    </item>
  </channel>
</rss>

