<?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 Drivers for Emulex LPe1205 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/drivers-for-emulex-lpe1205/m-p/5823873#M60060</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I`m use Emulex LPe1205-HP 8Gb FC HBA in server BL460c on OS&amp;nbsp;Linux &amp;nbsp;2.6.32-279.el6.x86_64&lt;/P&gt;&lt;P&gt;, but drivers for 6.3 are not downloads on site.&lt;/P&gt;&lt;P&gt;When will be able to download drivers version 6.3 or is it possible to use the version 6.2?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#rpm -q oraclelinux-release&lt;/P&gt;&lt;P&gt;oraclelinux-release-6Server-3.0.2.x86_64&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in of the install script is not &lt;SPAN&gt;this version&amp;nbsp;&lt;/SPAN&gt;core&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;elif [ $( rpm -q oraclelinux-release 2&amp;gt;/dev/null 1&amp;gt;/dev/null ; echo $?) -eq 0 ]
then
    # oel-5.6-UEK:    2.6.32-100.26.2.el5uek
    # oel-5.7-UEK:    2.6.32-200.13.1.el5uek
    # oel-5.8-UEK:    2.6.32-300.10.1.el5uek

    # oel-6.0-UEK:    2.6.32-100.28.5.el6
    # oel-6.1-UEK:    2.6.32-100.34.1.el6uek
    # oel-6.2-UEK:    2.6.32-300.3.1.el6uek
    MAJ_DISTRO=$(uname -r | awk -F- '{print$1}' | awk -F. '{print$3}')
    echo $MAJ_DISTRO
    if [ $MAJ_DISTRO -eq 32 ] ; then
        kernel_pt_rev=$(echo $UNAME | awk -F- '{split($2, a, "."); print a[1]}')
        kernel_pt_rev2=$(echo $UNAME | awk -F- '{split($2, a, "."); print a[2]}')
        echo $kernel_pt_rev
        echo $kernel_pt_rev2
        echo ${KERN_VAR}
        # For OEL, we set DIST, but it's not used.
        if [[ $kernel_pt_rev -eq 300 ]]; then
            echo 1
            if [[ $kernel_pt_rev2 -eq 3 ]]; then
                DIST=OEL62
                RPM_BASE_NAME=kmod-elx-lpfc
                RPM_DISTRO=2.6.32_300.3
            elif [[ $kernel_pt_rev2 -eq 10 ]]; then
                DIST=OEL5.8
                RPM_BASE_NAME=elx-lpfc
                RPM_DISTRO=2.6.32_300.10
            fi
        elif [[ $kernel_pt_rev -eq 200 ]]; then
            echo 3
            RPM_BASE_NAME=elx-lpfc
            DIST=OEL5.7
            RPM_DISTRO=2.6.32_200
        elif [[ $kernel_pt_rev -eq 100 ]]; then
            echo 2
            if [[ $kernel_pt_rev2 -eq 34 ]]; then
                DIST=OEL61
                RPM_BASE_NAME=kmod-elx-lpfc
                RPM_DISTRO=2.6.32_100.34
            elif [[ $kernel_pt_rev2 -eq 28 ]]; then
                DIST=OEL60
                RPM_BASE_NAME=kmod-elx-lpfc
                RPM_DISTRO=2.6.32_100.28
            elif [[ $kernel_pt_rev2 -eq 26 ]]; then
                DIST=OEL5.6
                RPM_BASE_NAME=elx-lpfc
                RPM_DISTRO=2.6.32_100.26
            fi
        fi
        if [ -n "$RPM_DISTRO" ]; then
            RPM_PKG_INSTALLED=${RPM_BASE_NAME}${KERN_VAR}
        fi
    fi
fi&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Oct 2012 06:42:52 GMT</pubDate>
    <dc:creator>Kovalchuk</dc:creator>
    <dc:date>2012-10-04T06:42:52Z</dc:date>
    <item>
      <title>Drivers for Emulex LPe1205</title>
      <link>https://community.hpe.com/t5/operating-system-linux/drivers-for-emulex-lpe1205/m-p/5823873#M60060</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I`m use Emulex LPe1205-HP 8Gb FC HBA in server BL460c on OS&amp;nbsp;Linux &amp;nbsp;2.6.32-279.el6.x86_64&lt;/P&gt;&lt;P&gt;, but drivers for 6.3 are not downloads on site.&lt;/P&gt;&lt;P&gt;When will be able to download drivers version 6.3 or is it possible to use the version 6.2?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#rpm -q oraclelinux-release&lt;/P&gt;&lt;P&gt;oraclelinux-release-6Server-3.0.2.x86_64&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in of the install script is not &lt;SPAN&gt;this version&amp;nbsp;&lt;/SPAN&gt;core&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;elif [ $( rpm -q oraclelinux-release 2&amp;gt;/dev/null 1&amp;gt;/dev/null ; echo $?) -eq 0 ]
then
    # oel-5.6-UEK:    2.6.32-100.26.2.el5uek
    # oel-5.7-UEK:    2.6.32-200.13.1.el5uek
    # oel-5.8-UEK:    2.6.32-300.10.1.el5uek

    # oel-6.0-UEK:    2.6.32-100.28.5.el6
    # oel-6.1-UEK:    2.6.32-100.34.1.el6uek
    # oel-6.2-UEK:    2.6.32-300.3.1.el6uek
    MAJ_DISTRO=$(uname -r | awk -F- '{print$1}' | awk -F. '{print$3}')
    echo $MAJ_DISTRO
    if [ $MAJ_DISTRO -eq 32 ] ; then
        kernel_pt_rev=$(echo $UNAME | awk -F- '{split($2, a, "."); print a[1]}')
        kernel_pt_rev2=$(echo $UNAME | awk -F- '{split($2, a, "."); print a[2]}')
        echo $kernel_pt_rev
        echo $kernel_pt_rev2
        echo ${KERN_VAR}
        # For OEL, we set DIST, but it's not used.
        if [[ $kernel_pt_rev -eq 300 ]]; then
            echo 1
            if [[ $kernel_pt_rev2 -eq 3 ]]; then
                DIST=OEL62
                RPM_BASE_NAME=kmod-elx-lpfc
                RPM_DISTRO=2.6.32_300.3
            elif [[ $kernel_pt_rev2 -eq 10 ]]; then
                DIST=OEL5.8
                RPM_BASE_NAME=elx-lpfc
                RPM_DISTRO=2.6.32_300.10
            fi
        elif [[ $kernel_pt_rev -eq 200 ]]; then
            echo 3
            RPM_BASE_NAME=elx-lpfc
            DIST=OEL5.7
            RPM_DISTRO=2.6.32_200
        elif [[ $kernel_pt_rev -eq 100 ]]; then
            echo 2
            if [[ $kernel_pt_rev2 -eq 34 ]]; then
                DIST=OEL61
                RPM_BASE_NAME=kmod-elx-lpfc
                RPM_DISTRO=2.6.32_100.34
            elif [[ $kernel_pt_rev2 -eq 28 ]]; then
                DIST=OEL60
                RPM_BASE_NAME=kmod-elx-lpfc
                RPM_DISTRO=2.6.32_100.28
            elif [[ $kernel_pt_rev2 -eq 26 ]]; then
                DIST=OEL5.6
                RPM_BASE_NAME=elx-lpfc
                RPM_DISTRO=2.6.32_100.26
            fi
        fi
        if [ -n "$RPM_DISTRO" ]; then
            RPM_PKG_INSTALLED=${RPM_BASE_NAME}${KERN_VAR}
        fi
    fi
fi&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2012 06:42:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/drivers-for-emulex-lpe1205/m-p/5823873#M60060</guid>
      <dc:creator>Kovalchuk</dc:creator>
      <dc:date>2012-10-04T06:42:52Z</dc:date>
    </item>
  </channel>
</rss>

