<?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 Using the Software Delivery Repository in ProLiant Servers (ML,DL,SL)</title>
    <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/using-the-software-delivery-repository/m-p/5586073#M127728</link>
    <description>&lt;P&gt;Just a quick note &lt;EM&gt;for the impatient&lt;/EM&gt; on how to reverse-engineer &lt;A href="http://downloads.linux.hp.com/SDR/downloads/" target="_blank"&gt;the bootstrap.sh script&lt;/A&gt; for use with YUM on CentOS:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Find the product's subdirectory in &lt;A href="http://downloads.linux.hp.com/SDR/" target="_blank"&gt;the SDR&lt;/A&gt; (e.g., ServicePackforProLiant or SPP).&lt;/LI&gt;&lt;LI&gt;Navigate the directory structure to find your server's distribution, version, and architecture in the product subdirectory path (e.g., &lt;A href="http://downloads.linux.hp.com/SDR/downloads/SPP/RHEL/5.6/x86_64/)." target="_blank"&gt;http://downloads.linux.hp.com/SDR/downloads/SPP/RHEL/5.6/x86_64/).&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Use &lt;A href="http://downloads.linux.hp.com/SDR/downloads/" target="_blank"&gt;the bootstrap.sh script&lt;/A&gt; to add the repository to YUM.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;e.g., To add &lt;A href="http://downloads.linux.hp.com/SDR/downloads/SPP/RHEL/5.6/x86_64/" target="_blank"&gt;the SPP repository for Red Hat 5.6 (i686)&lt;/A&gt; to CentOS 5.6 (x86_64) use the product name, distribution, version, and architecture information found in Steps #1 &amp;amp; #2 as&amp;nbsp; command-line switches like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[root@h2 ~]# ./bootstrap.sh SPP -d RHEL -r 5.6 -a x86_64&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This will create a YUM repository configuration file in /etc/yum.repos.d...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[root@h2 ~]# cat /etc/yum.repos.d/HP-SPP.repo 

# auto-generated by
#   &lt;A href="http://downloads.linux.hp.com/SDR/downloads/./bootstrap.sh" target="_blank"&gt;http://downloads.linux.hp.com/SDR/downloads/./bootstrap.sh&lt;/A&gt; SPP

# By including and using this configuration,
# you agree to the terms and conditions
# of the HP Software License Agreement at
# &lt;A href="http://h20000.www2.hp.com/bizsupport/TechSupport/softwareLicense.jsp?lang=en&amp;amp;cc=us&amp;amp;prodTypeId=15351&amp;amp;prodSeriesId=1121516&amp;amp;prodNameId=3288134&amp;amp;taskId=135" target="_blank"&gt;http://h20000.www2.hp.com/bizsupport/TechSupport/softwareLicense.jsp?lang=en&amp;amp;cc=us&amp;amp;prodTypeId=15351&amp;amp;prodSeriesId=1121516&amp;amp;prodNameId=3288134&amp;amp;taskId=135&lt;/A&gt;

[HP-SPP]
name=HP Software Delivery Repository for SPP
baseurl=&lt;A href="http://downloads.linux.hp.com/SDR/downloads/SPP/RHEL/$releasever/$basearch/current" target="_blank"&gt;http://downloads.linux.hp.com/SDR/downloads/SPP/RHEL/$releasever/$basearch/current&lt;/A&gt;
enabled=1
gpgcheck=0
#gpgcheck=1
#gpgkey=&lt;A href="http://downloads.linux.hp.com/SDR/downloads/SPP/GPG-KEY-SPP" target="_blank"&gt;http://downloads.linux.hp.com/SDR/downloads/SPP/GPG-KEY-SPP&lt;/A&gt;

#[HP-SPP-packages]
#name=HP Software Delivery Repository Repository for SPP Packages
#baseurl=&lt;A href="http://downloads.linux.hp.com/SDR/downloads/SPP/RHEL/$releasever/packages/$basearch" target="_blank"&gt;http://downloads.linux.hp.com/SDR/downloads/SPP/RHEL/$releasever/packages/$basearch&lt;/A&gt;
#enabled=0
#gpgcheck=0
#gpgcheck=1
#gpgkey=&lt;A href="http://downloads.linux.hp.com/SDR/downloads/SPP/GPG-KEY-SPP" target="_blank"&gt;http://downloads.linux.hp.com/SDR/downloads/SPP/GPG-KEY-SPP&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once the configuration file has been created, all that's left to do is update the repository and install the packages. e.g.,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[root@h2 ~]# yum repolist
...
repo id              repo name                                   status
HP-SPP               HP Software Delivery Repository for SPP     27
base                 CentOS-6 - Base                             4,764
extras               CentOS-6 - Extras                           4
updates              CentOS-6 - Updates                          444&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;HTH,&lt;/P&gt;</description>
    <pubDate>Thu, 15 Mar 2012 18:20:49 GMT</pubDate>
    <dc:creator>epretorious</dc:creator>
    <dc:date>2012-03-15T18:20:49Z</dc:date>
    <item>
      <title>Using the Software Delivery Repository</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/using-the-software-delivery-repository/m-p/5586073#M127728</link>
      <description>&lt;P&gt;Just a quick note &lt;EM&gt;for the impatient&lt;/EM&gt; on how to reverse-engineer &lt;A href="http://downloads.linux.hp.com/SDR/downloads/" target="_blank"&gt;the bootstrap.sh script&lt;/A&gt; for use with YUM on CentOS:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Find the product's subdirectory in &lt;A href="http://downloads.linux.hp.com/SDR/" target="_blank"&gt;the SDR&lt;/A&gt; (e.g., ServicePackforProLiant or SPP).&lt;/LI&gt;&lt;LI&gt;Navigate the directory structure to find your server's distribution, version, and architecture in the product subdirectory path (e.g., &lt;A href="http://downloads.linux.hp.com/SDR/downloads/SPP/RHEL/5.6/x86_64/)." target="_blank"&gt;http://downloads.linux.hp.com/SDR/downloads/SPP/RHEL/5.6/x86_64/).&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Use &lt;A href="http://downloads.linux.hp.com/SDR/downloads/" target="_blank"&gt;the bootstrap.sh script&lt;/A&gt; to add the repository to YUM.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;e.g., To add &lt;A href="http://downloads.linux.hp.com/SDR/downloads/SPP/RHEL/5.6/x86_64/" target="_blank"&gt;the SPP repository for Red Hat 5.6 (i686)&lt;/A&gt; to CentOS 5.6 (x86_64) use the product name, distribution, version, and architecture information found in Steps #1 &amp;amp; #2 as&amp;nbsp; command-line switches like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[root@h2 ~]# ./bootstrap.sh SPP -d RHEL -r 5.6 -a x86_64&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This will create a YUM repository configuration file in /etc/yum.repos.d...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[root@h2 ~]# cat /etc/yum.repos.d/HP-SPP.repo 

# auto-generated by
#   &lt;A href="http://downloads.linux.hp.com/SDR/downloads/./bootstrap.sh" target="_blank"&gt;http://downloads.linux.hp.com/SDR/downloads/./bootstrap.sh&lt;/A&gt; SPP

# By including and using this configuration,
# you agree to the terms and conditions
# of the HP Software License Agreement at
# &lt;A href="http://h20000.www2.hp.com/bizsupport/TechSupport/softwareLicense.jsp?lang=en&amp;amp;cc=us&amp;amp;prodTypeId=15351&amp;amp;prodSeriesId=1121516&amp;amp;prodNameId=3288134&amp;amp;taskId=135" target="_blank"&gt;http://h20000.www2.hp.com/bizsupport/TechSupport/softwareLicense.jsp?lang=en&amp;amp;cc=us&amp;amp;prodTypeId=15351&amp;amp;prodSeriesId=1121516&amp;amp;prodNameId=3288134&amp;amp;taskId=135&lt;/A&gt;

[HP-SPP]
name=HP Software Delivery Repository for SPP
baseurl=&lt;A href="http://downloads.linux.hp.com/SDR/downloads/SPP/RHEL/$releasever/$basearch/current" target="_blank"&gt;http://downloads.linux.hp.com/SDR/downloads/SPP/RHEL/$releasever/$basearch/current&lt;/A&gt;
enabled=1
gpgcheck=0
#gpgcheck=1
#gpgkey=&lt;A href="http://downloads.linux.hp.com/SDR/downloads/SPP/GPG-KEY-SPP" target="_blank"&gt;http://downloads.linux.hp.com/SDR/downloads/SPP/GPG-KEY-SPP&lt;/A&gt;

#[HP-SPP-packages]
#name=HP Software Delivery Repository Repository for SPP Packages
#baseurl=&lt;A href="http://downloads.linux.hp.com/SDR/downloads/SPP/RHEL/$releasever/packages/$basearch" target="_blank"&gt;http://downloads.linux.hp.com/SDR/downloads/SPP/RHEL/$releasever/packages/$basearch&lt;/A&gt;
#enabled=0
#gpgcheck=0
#gpgcheck=1
#gpgkey=&lt;A href="http://downloads.linux.hp.com/SDR/downloads/SPP/GPG-KEY-SPP" target="_blank"&gt;http://downloads.linux.hp.com/SDR/downloads/SPP/GPG-KEY-SPP&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once the configuration file has been created, all that's left to do is update the repository and install the packages. e.g.,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[root@h2 ~]# yum repolist
...
repo id              repo name                                   status
HP-SPP               HP Software Delivery Repository for SPP     27
base                 CentOS-6 - Base                             4,764
extras               CentOS-6 - Extras                           4
updates              CentOS-6 - Updates                          444&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;HTH,&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2012 18:20:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/using-the-software-delivery-repository/m-p/5586073#M127728</guid>
      <dc:creator>epretorious</dc:creator>
      <dc:date>2012-03-15T18:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Using the Software Delivery Repository</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/using-the-software-delivery-repository/m-p/5586561#M127740</link>
      <description>&lt;P&gt;Using this approach, I was able to successfully add all of the HP SIM tools to CentOS 5.x:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Mar 15 19:24:14 Installed: hpsmh-6.3.0-22.x86_64
Mar 15 19:24:15 Installed: hp-ilo-8.5.0-1.rhel5.x86_64
Mar 15 19:24:20 Installed: hpvca-6.3.0-8.i386
Mar 15 19:26:38 Installed: hpacucli-8.75-12.0.i386
Mar 15 19:59:35 Installed: hpdiags-8.7.3-5.x86_64
Mar 15 19:59:43 Installed: hp-health-8.7.0.22-11.x86_64
Mar 15 20:00:12 Installed: hp-snmp-agents-8.7.0.23-17.x86_64&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...but not the cciss hpsa kernel modules. This might just be a limitation of CentOS, however. (&lt;EM&gt;FWIW: Read more about &lt;A href="http://h30499.www3.hp.com/t5/ProLiant-Servers-ML-DL-SL/Service-Pack-for-Proliant-Now-what/m-p/5577557#M127478" target="_blank"&gt;my experience adding kernel module packages from the SDR&lt;/A&gt;.&lt;/EM&gt;)&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2012 03:42:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/using-the-software-delivery-repository/m-p/5586561#M127740</guid>
      <dc:creator>epretorious</dc:creator>
      <dc:date>2012-03-16T03:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using the Software Delivery Repository</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/using-the-software-delivery-repository/m-p/6580428#M144473</link>
      <description>&lt;P&gt;UPDATE: The&amp;nbsp;&lt;A target="_blank" href="http://downloads.linux.hp.com/SDR/downloads/SPP/CentOS.ReadMe"&gt;CentOS.ReadMe file&lt;/A&gt; in the SPP directory of&amp;nbsp;&lt;A target="_blank" href="http://downloads.linux.hp.com/SDR/downloads/SPP/"&gt;the SPP directory of the SDR says&lt;/A&gt;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;All HP ProLiant drivers are submitted into the upstream kernel, therefore, no Service Pack for ProLiant [SPP] (nor supplements) exist. Instead, a bundle of HP value-add deliverables called the Management Component Pack [MCP] is provided for these enabled distributions and can be found either directly on the HP website or in that section of the Software Delivery Repository.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://downloads.linux.hp.com/SDR/index.html"&gt;The SDR page&lt;/A&gt;&amp;nbsp;provides links a link to &lt;A target="_blank" href="http://downloads.linux.hp.com/SDR/project/mcp/"&gt;the MCP page&lt;/A&gt; where there's information about adding the MCP repository to the list of Yum repositories.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2014 20:41:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/using-the-software-delivery-repository/m-p/6580428#M144473</guid>
      <dc:creator>epretorious</dc:creator>
      <dc:date>2014-08-20T20:41:23Z</dc:date>
    </item>
  </channel>
</rss>

