<?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: unable to install IMC 5.1 on a RHEL Linux with Mysql in IMC</title>
    <link>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5926725#M347</link>
    <description>&lt;P&gt;Ah, the 32 bit libraries are what did it. Thanks so much!&lt;/P&gt;</description>
    <pubDate>Wed, 09 Jan 2013 20:05:52 GMT</pubDate>
    <dc:creator>SElaschuk</dc:creator>
    <dc:date>2013-01-09T20:05:52Z</dc:date>
    <item>
      <title>unable to install IMC 5.1 on a RHEL Linux with Mysql</title>
      <link>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5766901#M250</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I try to install IMC 5.1 on a RHEL Linux ( 6.3 x64 ), this server is a Vmware virtual machine.&lt;BR /&gt;The launch of install.sh work fine, but when I try to connect to a Mysql Server ( either localhost or remote host ), I got an install error (cf png attached files) .&lt;BR /&gt;The mysql servers are 5.1( .61 for local and .49 for remote)&lt;BR /&gt;I can connect to them with mysql client without problem ( mysql -h xxx -uxxxx -pxxxx )&lt;BR /&gt;I have made a tcp capture between IMC server and Remote Mysql Server, It seems to work fine ( cf attached pcap zipped&amp;nbsp;file).&lt;BR /&gt;I try t activate java debug (log), but the reason doesn"t clearly appear ! :-(&lt;/P&gt;&lt;P&gt;Did someone have the same Issue ?&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Gildas Huet&lt;/P&gt;</description>
      <pubDate>Fri, 17 Aug 2012 09:58:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5766901#M250</guid>
      <dc:creator>Huet_Gildas</dc:creator>
      <dc:date>2012-08-17T09:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: unable to install IMC 5.1 on a RHEL Linux with Mysql</title>
      <link>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5773177#M252</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First of all, you have to verify your DB is well configured :&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;On the mysql server, did you copy file my-huge.cnf (typically located in /usr/share/mysql/my-huge.cnf) to /etc/my.cnf ?&lt;/LI&gt;&lt;LI&gt;In this file my.cnf, did you make the following changes :&lt;/LI&gt;&lt;/OL&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp;Add the max_connections parameter under [mysqld]. If this parameter already exists, you can change the value.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;[mysqld]&lt;/P&gt;&lt;P&gt;max_connections=200&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;DIV&gt;Configure the Character set:&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;[mysqld]&lt;/P&gt;&lt;P&gt;default-character-set=latin1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;DIV&gt;Configure Engine Type&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;[mysqld]&lt;/P&gt;&lt;P&gt;default-storage-engine = INNODB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;DIV&gt;Configure case insensitive table names&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;[mysqld]&lt;/P&gt;&lt;P&gt;lower_case_table_names=1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;DIV&gt;Disabling log-bin settings&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;[mysqld]&lt;/P&gt;&lt;P&gt;#log-bin=mysql-bin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;DIV&gt;Set innodb buffer sizes&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;[mysqld]&lt;/P&gt;&lt;P&gt;innodb_buffer_pool_size=512M&lt;/P&gt;&lt;P&gt;innodb_additional_mem_pool_size=16M&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;DIV&gt;Set the max allowed packet size&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;[mysqld]&lt;/P&gt;&lt;P&gt;max_allowed_packet = 200M&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After all that conf, you'll have to restart mysql&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then if this is still not working verify you don't use any special character in your admin db password (such as @ for example), IMC doesn't support it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hopes this help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fabien&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2012 15:01:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5773177#M252</guid>
      <dc:creator>fgiraud</dc:creator>
      <dc:date>2012-08-22T15:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: unable to install IMC 5.1 on a RHEL Linux with Mysql</title>
      <link>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5773199#M253</link>
      <description>&lt;P&gt;Thank for your response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try exactly what you have explain, but it doesn't work better :-(&lt;/P&gt;&lt;P&gt;I use the same root username in mysql and IMC (with a 'simple' password, is IMC qwerty/azerty sensible ???)&lt;/P&gt;&lt;P&gt;or must I use another username for IMC/MYSQL ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I join a log with dump of mysql variables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS : @Fabien : are you French too ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2012 15:26:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5773199#M253</guid>
      <dc:creator>Huet_Gildas</dc:creator>
      <dc:date>2012-08-22T15:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: unable to install IMC 5.1 on a RHEL Linux with Mysql</title>
      <link>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5774017#M254</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will check all my mySQL parameters and let you know.&lt;/P&gt;&lt;P&gt;Et oui je suis français également ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fabien&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2012 07:57:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5774017#M254</guid>
      <dc:creator>fgiraud</dc:creator>
      <dc:date>2012-08-23T07:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: unable to install IMC 5.1 on a RHEL Linux with Mysql</title>
      <link>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5774031#M255</link>
      <description>&lt;P&gt;So,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let's keep talking English for other potential visitors.&lt;/P&gt;&lt;P&gt;As you can see in the attached file, the only significant differences betwwen your parameters and mine are :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;" | log_bin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp;ON&amp;nbsp;&amp;nbsp;"&amp;nbsp;&amp;nbsp;on my server and OFF on yours&lt;/LI&gt;&lt;LI&gt;" | sql_mode&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION&amp;nbsp;" on my server and empty on yours.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I am not sure this will change anything so I'll have a look on your pcap file you joined in your first post (I didn't yet have a look on it).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Fabien&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2012 08:18:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5774031#M255</guid>
      <dc:creator>fgiraud</dc:creator>
      <dc:date>2012-08-23T08:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: unable to install IMC 5.1 on a RHEL Linux with Mysql</title>
      <link>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5774093#M256</link>
      <description>&lt;P&gt;Well, it seems very strange.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the capture file we can see IMC can connect to the database and make some request. So I don't think it's a connection issue.&lt;/P&gt;&lt;P&gt;Perhaps&amp;nbsp;one or more&amp;nbsp;replies for some request are not the ones expected by IMC.&lt;/P&gt;&lt;P&gt;So can you find the instal log in order to see if there are more details (I think it is located in /tmp/ directory but not sure).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Fabien&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2012 09:02:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5774093#M256</guid>
      <dc:creator>fgiraud</dc:creator>
      <dc:date>2012-08-23T09:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: unable to install IMC 5.1 on a RHEL Linux with Mysql</title>
      <link>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5774099#M257</link>
      <description>&lt;P&gt;And can you also post your environment variables on your db server ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2012 09:03:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5774099#M257</guid>
      <dc:creator>fgiraud</dc:creator>
      <dc:date>2012-08-23T09:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: unable to install IMC 5.1 on a RHEL Linux with Mysql</title>
      <link>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5775985#M261</link>
      <description>&lt;P&gt;I didn't find any log of IMC install &lt;LI-EMOJI id="lia_disappointed-face" title=":disappointed_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;here is the server env variables ( via shell -&amp;gt; set )&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;NOTE: File attachment removed for security reasons on 09/14/2020 by Admin&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 20:02:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5775985#M261</guid>
      <dc:creator>Huet_Gildas</dc:creator>
      <dc:date>2020-09-14T20:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: unable to install IMC 5.1 on a RHEL Linux with Mysql</title>
      <link>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5778449#M263</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry, I can't find anything wrong in your environment. I was looking for something like "LANG=fr" but your configuration is very closed to mine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One thing I think I forgot in the mysql conf, did you grant following privileges to the user you used to connect from IMC (in my case root) :&lt;/P&gt;&lt;P&gt;grant all privileges on *.* to &lt;A target="_blank" href="mailto:root@'%'"&gt;root@'%'&lt;/A&gt; identified by 'mysql' with grant option;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Fabien&lt;/P&gt;</description>
      <pubDate>Mon, 27 Aug 2012 08:30:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5778449#M263</guid>
      <dc:creator>fgiraud</dc:creator>
      <dc:date>2012-08-27T08:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: unable to install IMC 5.1 on a RHEL Linux with Mysql</title>
      <link>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5778635#M265</link>
      <description>&lt;P&gt;first : thanx for your work about this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which versions of IMC, Mysql and Linux did you use ? in 32/64 bits ?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Aug 2012 09:39:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5778635#M265</guid>
      <dc:creator>Huet_Gildas</dc:creator>
      <dc:date>2012-08-27T09:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: unable to install IMC 5.1 on a RHEL Linux with Mysql</title>
      <link>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5778667#M266</link>
      <description>&lt;P&gt;So I use&amp;nbsp;two linux servers :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Database server :&lt;BR /&gt;Red Hat Enterprise Linux Server release 5.4&lt;BR /&gt;Mysql : Server version: 5.1.60-log MySQL Community Server (GPL)&lt;/LI&gt;&lt;LI&gt;IMC server :&lt;BR /&gt;Red Hat Enterprise Linux Server release 5.4&lt;BR /&gt;IMC 5.1 SP1 Enterprise Edition&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Fabien&lt;/P&gt;</description>
      <pubDate>Mon, 27 Aug 2012 09:56:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5778667#M266</guid>
      <dc:creator>fgiraud</dc:creator>
      <dc:date>2012-08-27T09:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: unable to install IMC 5.1 on a RHEL Linux with Mysql</title>
      <link>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5778669#M267</link>
      <description>&lt;P&gt;I forgot to tell you both are 64 bits version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Fabien&lt;/P&gt;</description>
      <pubDate>Mon, 27 Aug 2012 09:59:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5778669#M267</guid>
      <dc:creator>fgiraud</dc:creator>
      <dc:date>2012-08-27T09:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: unable to install IMC 5.1 on a RHEL Linux with Mysql</title>
      <link>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5852327#M292</link>
      <description>Once all the mysql privileges are correct ... Check the host table - seems silly but if you don't have a mapping for your ip to proper hostname certain parts of the install will fail.&lt;BR /&gt;&lt;BR /&gt;Edit /etc/hosts and add :&lt;BR /&gt;&lt;BR /&gt;X.x.x.x Hostname&lt;BR /&gt;Where x.x.x.x is the ip and hostname is your server name.&lt;BR /&gt;&lt;BR /&gt;Then restart the install.</description>
      <pubDate>Wed, 31 Oct 2012 23:16:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5852327#M292</guid>
      <dc:creator>jmacd</dc:creator>
      <dc:date>2012-10-31T23:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: unable to install IMC 5.1 on a RHEL Linux with Mysql</title>
      <link>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5873167#M299</link>
      <description>&lt;P&gt;Have you found a solution for this problem?&lt;/P&gt;&lt;P&gt;I get the same error: "connection to the database failed" but I can see&amp;nbsp;querys at the mysql query log.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Heino&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Nov 2012 17:27:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5873167#M299</guid>
      <dc:creator>Soeren Harms</dc:creator>
      <dc:date>2012-11-20T17:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: unable to install IMC 5.1 on a RHEL Linux with Mysql</title>
      <link>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5875525#M303</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;no I haven't found a solution ! :-(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;wich version of RHEL did you use ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gildas&lt;/P&gt;</description>
      <pubDate>Thu, 22 Nov 2012 09:59:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5875525#M303</guid>
      <dc:creator>Huet_Gildas</dc:creator>
      <dc:date>2012-11-22T09:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: unable to install IMC 5.1 on a RHEL Linux with Mysql</title>
      <link>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5875925#M304</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Same problem here but with the configuration :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CentOS 6.3 X64 (2.6.32-279.el6.x86_64)&lt;/P&gt;&lt;P&gt;MySQL 5.1.61&lt;/P&gt;&lt;P&gt;IMC Std 5.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am able to connect to MySQL from the shell but IMC installation fails the step "Checking database connectivity"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have no idea where to look for as this error message is so helpfull :-)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pierre&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Nov 2012 15:10:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5875925#M304</guid>
      <dc:creator>Max Pierre</dc:creator>
      <dc:date>2012-11-22T15:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: unable to install IMC 5.1 on a RHEL Linux with Mysql</title>
      <link>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5926455#M344</link>
      <description>&lt;P&gt;Having the exact same issue. Was a fix ever found for it?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2013 17:38:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5926455#M344</guid>
      <dc:creator>SElaschuk</dc:creator>
      <dc:date>2013-01-09T17:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: unable to install IMC 5.1 on a RHEL Linux with Mysql</title>
      <link>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5926627#M346</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also ran into this and I was told to install the following 32bit libraries as well on the 64bit platform:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;glibc-2.12-1.47.el6.i686.rpm&lt;BR /&gt;libaio-0.3.107-10.el6.i686.rpm&lt;BR /&gt;libgcc-4.4.6-3.el6.i686.rpm&lt;BR /&gt;libstdc++-4.4.6-3.el6.i686.rpm&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Make sure to verify first with&lt;/P&gt;&lt;P&gt;"rpm -qa | grep lib"&lt;/P&gt;&lt;P&gt;that the 32bit version you will be installing are matching the currently installed 64bit versions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This plus the tip on the hosts file made it work for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2013 19:00:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5926627#M346</guid>
      <dc:creator>Peter_Debruyne</dc:creator>
      <dc:date>2013-01-09T19:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: unable to install IMC 5.1 on a RHEL Linux with Mysql</title>
      <link>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5926725#M347</link>
      <description>&lt;P&gt;Ah, the 32 bit libraries are what did it. Thanks so much!&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2013 20:05:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5926725#M347</guid>
      <dc:creator>SElaschuk</dc:creator>
      <dc:date>2013-01-09T20:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: unable to install IMC 5.1 on a RHEL Linux with Mysql</title>
      <link>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5927589#M349</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for me, only the libaio-0.3.107-10.el6.i686.rpm was missing.&lt;/P&gt;&lt;P&gt;I install it, and now it works fine !!! :-)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Gildas Huet&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2013 10:30:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/unable-to-install-imc-5-1-on-a-rhel-linux-with-mysql/m-p/5927589#M349</guid>
      <dc:creator>Huet_Gildas</dc:creator>
      <dc:date>2013-01-10T10:30:30Z</dc:date>
    </item>
  </channel>
</rss>

