<?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 hpacucli for x86_64 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/hpacucli-for-x86-64/m-p/4791472#M44416</link>
    <description>Hi there!&lt;BR /&gt;&lt;BR /&gt;I'm on an HP DL380 G7, RedHat 6.0 and I added&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/RedHat/6.0/x86_64/current/" target="_blank"&gt;http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/RedHat/6.0/x86_64/current/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;as a new repository into /etc/yum.repos.d/&lt;BR /&gt;&lt;BR /&gt;Trying to 'yum install hpacucli' fails due to missing i386 glibc etc. dependencies.&lt;BR /&gt;&lt;BR /&gt;Indeed hpacucli's entry in&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/RedHat/6.0/x86_64/current/repodata/primary.xml.gz" target="_blank"&gt;http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/RedHat/6.0/x86_64/current/repodata/primary.xml.gz&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;shows &lt;ARCH&gt;i386&lt;/ARCH&gt; only.&lt;BR /&gt;&lt;BR /&gt;I'm wondering is there a hpacucli binary available for x86_64 only systems?&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 24 May 2011 09:40:39 GMT</pubDate>
    <dc:creator>Tobias Rittweiler</dc:creator>
    <dc:date>2011-05-24T09:40:39Z</dc:date>
    <item>
      <title>hpacucli for x86_64</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hpacucli-for-x86-64/m-p/4791472#M44416</link>
      <description>Hi there!&lt;BR /&gt;&lt;BR /&gt;I'm on an HP DL380 G7, RedHat 6.0 and I added&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/RedHat/6.0/x86_64/current/" target="_blank"&gt;http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/RedHat/6.0/x86_64/current/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;as a new repository into /etc/yum.repos.d/&lt;BR /&gt;&lt;BR /&gt;Trying to 'yum install hpacucli' fails due to missing i386 glibc etc. dependencies.&lt;BR /&gt;&lt;BR /&gt;Indeed hpacucli's entry in&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/RedHat/6.0/x86_64/current/repodata/primary.xml.gz" target="_blank"&gt;http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/RedHat/6.0/x86_64/current/repodata/primary.xml.gz&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;shows &lt;ARCH&gt;i386&lt;/ARCH&gt; only.&lt;BR /&gt;&lt;BR /&gt;I'm wondering is there a hpacucli binary available for x86_64 only systems?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 May 2011 09:40:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hpacucli-for-x86-64/m-p/4791472#M44416</guid>
      <dc:creator>Tobias Rittweiler</dc:creator>
      <dc:date>2011-05-24T09:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: hpacucli for x86_64</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hpacucli-for-x86-64/m-p/4791473#M44417</link>
      <description>Glad to see you are using the SDR, and yes what you describe is accurate regarding what this hpacucli package requires.  There are actually two issues in play here.  First is that the hpacucli is not available (yet) in a full 64 bit package, but relies instead upon that platform's 32 bit compatibility libraries.  Second, for EL6, you'll find that yum, by default, will only install the packages for the architecture of your platform (in your case x86_64), whereas in earlier versions of RHEL, you'd automatically get both 32 and 64 bit versions of the package.&lt;BR /&gt;&lt;BR /&gt;So, at this time, ensure that you have access to EL6 repositories (from media or RHN) containing both 32 and 64 bit packages, and in general, you'd have to:&lt;BR /&gt;&lt;BR /&gt;yum install &lt;LISTEDDEPENDENCY&gt;.i386&lt;BR /&gt;&lt;BR /&gt;For this specific situation, you'll likely want to execute this command:&lt;BR /&gt;&lt;BR /&gt;yum install libstdc++-4.4.4-13.el6.i686&lt;BR /&gt;&lt;BR /&gt;to satisfy the necessary dependency.&lt;BR /&gt;&lt;BR /&gt;&lt;/LISTEDDEPENDENCY&gt;</description>
      <pubDate>Wed, 25 May 2011 03:44:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hpacucli-for-x86-64/m-p/4791473#M44417</guid>
      <dc:creator>Bryan Gartner</dc:creator>
      <dc:date>2011-05-25T03:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: hpacucli for x86_64</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hpacucli-for-x86-64/m-p/4791474#M44418</link>
      <description>Thanks Bryan for your prompt response.&lt;BR /&gt;&lt;BR /&gt;I don't think we want to add 32bit infrastructure just for this one tool.&lt;BR /&gt;&lt;BR /&gt;Is there any concrete plan when hpacucli will be properly ported to 64bit?&lt;BR /&gt;&lt;BR /&gt;Tobias</description>
      <pubDate>Thu, 26 May 2011 09:39:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hpacucli-for-x86-64/m-p/4791474#M44418</guid>
      <dc:creator>Tobias Rittweiler</dc:creator>
      <dc:date>2011-05-26T09:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: hpacucli for x86_64</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hpacucli-for-x86-64/m-p/4791475#M44419</link>
      <description>I can only share that the plan is to provide a native 64bit Linux version of this tool, but can't share/commit to a date/timeframe.</description>
      <pubDate>Thu, 26 May 2011 11:28:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hpacucli-for-x86-64/m-p/4791475#M44419</guid>
      <dc:creator>Bryan Gartner</dc:creator>
      <dc:date>2011-05-26T11:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: hpacucli for x86_64</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hpacucli-for-x86-64/m-p/4791476#M44420</link>
      <description>Yeah I can see that. Thanks Bryan for your time. :-)</description>
      <pubDate>Fri, 27 May 2011 06:44:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hpacucli-for-x86-64/m-p/4791476#M44420</guid>
      <dc:creator>Tobias Rittweiler</dc:creator>
      <dc:date>2011-05-27T06:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: hpacucli for x86_64</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hpacucli-for-x86-64/m-p/6211423#M54420</link>
      <description>&lt;P&gt;Hi Tobias,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any progress on getting a 64bit version of hpacucli for centos 6 ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to install it (32 bit), &amp;nbsp;but I'm getting,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/opt/compaq/hpacucli/bld/.hpacucli: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when trying to run it, &amp;nbsp; I'm searching the web installing all sorts of bits and pieces, to no avail,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;maybe I should move to 32 bit version of centos ? &amp;nbsp; seems like a bit of a step backwards though,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for any help/advice/info, &amp;nbsp;(or even sympathy !)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gerald&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2013 15:49:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hpacucli-for-x86-64/m-p/6211423#M54420</guid>
      <dc:creator>Geralddlp</dc:creator>
      <dc:date>2013-09-20T15:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: hpacucli for x86_64</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hpacucli-for-x86-64/m-p/6211425#M54421</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to install these libraries on centos 6.4,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just get,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any ideas ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# yum install libstdc++-4.4.4-13.el6.i686&lt;BR /&gt;Loaded plugins: fastestmirror, security&lt;BR /&gt;Loading mirror speeds from cached hostfile&lt;BR /&gt;* base: centos.serverspace.co.uk&lt;BR /&gt;* epel: mirrors.coreix.net&lt;BR /&gt;* extras: centos.serverspace.co.uk&lt;BR /&gt;* rpmforge: mirror.nl.leaseweb.net&lt;BR /&gt;* updates: centos.hyve.com&lt;/P&gt;&lt;P&gt;No package libstdc++-4.4.4-13.el6.i686 available.&lt;BR /&gt;Error: Nothing to do&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;# yum install .i386&lt;BR /&gt;Loaded plugins: fastestmirror, security&lt;BR /&gt;Loading mirror speeds from cached hostfile&lt;BR /&gt;* base: centos.serverspace.co.uk&lt;BR /&gt;* epel: mirrors.coreix.net&lt;BR /&gt;* extras: centos.serverspace.co.uk&lt;BR /&gt;* rpmforge: mirror.nl.leaseweb.net&lt;BR /&gt;* updates: centos.hyve.com&lt;BR /&gt;Setting up Install Process&lt;BR /&gt;No package .i386 available.&lt;BR /&gt;Error: Nothing to do&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2013 15:52:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hpacucli-for-x86-64/m-p/6211425#M54421</guid>
      <dc:creator>Geralddlp</dc:creator>
      <dc:date>2013-09-20T15:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: hpacucli for x86_64</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hpacucli-for-x86-64/m-p/6617288#M54656</link>
      <description>&lt;P&gt;Does centos 7 version of hpacucli exist?&lt;BR /&gt;&lt;BR /&gt;I tried all of these rpms, but none works.&lt;BR /&gt;&lt;BR /&gt;hpacucli-8.75-12.0.noarch.rpm&lt;BR /&gt;hpacucli-9.0-24.0.noarch.rpm&lt;BR /&gt;hpacucli-9.10-22.0.x86_64.rpm&lt;BR /&gt;hpacucli-9.40-12.0.x86_64.rpm&lt;BR /&gt;&lt;BR /&gt;In all cases I'm getting message "Error: No controllers detected."&lt;BR /&gt;&lt;BR /&gt;According to lspci output, the server has supported by hpacucli controller:&lt;BR /&gt;&lt;BR /&gt;# lspci -v | grep RAID -A 1&lt;BR /&gt;02:00.0 RAID bus controller: Hewlett-Packard Company Smart Array Gen8 Controllers (rev 01)&lt;BR /&gt;Subsystem: Hewlett-Packard Company P420i&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2014 17:50:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hpacucli-for-x86-64/m-p/6617288#M54656</guid>
      <dc:creator>syadmin13</dc:creator>
      <dc:date>2014-09-15T17:50:13Z</dc:date>
    </item>
  </channel>
</rss>

