<?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: Invalid user &amp;amp; password combination specified! in Software Defined Networking</title>
    <link>https://community.hpe.com/t5/software-defined-networking/invalid-user-amp-password-combination-specified/m-p/6770643#M835</link>
    <description>&lt;P&gt;Hugo,&lt;/P&gt;&lt;P&gt;Thank you for contacting the HP SDN Team. If this a new installation of the SDN Controller? Does the username "SDN", password "skyline" doesn't work?&lt;BR /&gt;Have you tried changing the password? If you have not then try to change the password and see if that works. Here are the commands:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. to get the user-id: 192.x.x.x is your SDN controller IP ADD&lt;BR /&gt;&amp;nbsp;&amp;nbsp; curl --noproxy -i &lt;A href="http://192.168.81.132:35357/v2.0/users" target="_blank"&gt;http://192.168.81.132:35357/v2.0/users&lt;/A&gt; -H "X-Auth-Token: ADMIN"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A response similar to the following will appear. The c180xxxxxx is your user-id&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{"users": [{"username": "sdn", "enabled": true, "name": "sdn", "id": "c18053c22656406cb2f5cf48915afe70"}]}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. to change the password: use the user-id to change the password. In this case the password was changed to "carlos"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; curl -i &lt;A href="http://192.168.81.132:35357/v2.0/users/c18053c22656406cb2f5cf48915afe70/OS-KSADM/password" target="_blank"&gt;http://192.168.81.132:35357/v2.0/users/c18053c22656406cb2f5cf48915afe70/OS-KSADM/password&lt;/A&gt; --request PUT -H "Content-Type: application/json" -H "X-Auth-Token: ADMIN" -d '{"user":{"password": "carlos", "id":"c18053c22656406cb2f5cf48915afe70"}}'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This information can be found on the HP VAN SDN Controller 2.5 Installation Guide page 23. I have also attached a screenshot of the process.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let us know if this helped or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CoE SDN Team&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jul 2015 19:29:43 GMT</pubDate>
    <dc:creator>Carlos</dc:creator>
    <dc:date>2015-07-30T19:29:43Z</dc:date>
    <item>
      <title>Invalid user &amp; password combination specified!</title>
      <link>https://community.hpe.com/t5/software-defined-networking/invalid-user-amp-password-combination-specified/m-p/6770581#M834</link>
      <description>&lt;P&gt;Good Day&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the instalation SDN hp-sdn-ctl_2.5.15.1175_amd64 and I have this error Invalid user &amp;amp; password combination specified! and In have to into the aplication.&lt;/P&gt;&lt;P&gt;I run this scripts.&lt;/P&gt;&lt;P&gt;sudo apt-get install python-software-properties ubuntu-cloud-keyring&lt;/P&gt;&lt;P&gt;sudo apt-get update&lt;/P&gt;&lt;P&gt;sudo apt-get install openjdk-7-jre-headless postgresql keystone keystone-doc python-keystone iptables unzip&lt;/P&gt;&lt;P&gt;sudo apt-get update&lt;/P&gt;&lt;P&gt;sudo apt-get install openjdk-7-jre-headless postgresql postgresql-client iptables unzip curl&lt;/P&gt;&lt;P&gt;sudo apt-get update&lt;/P&gt;&lt;P&gt;sudo dpkg –i hp-sdn-ctl_2.5.15.1175_amd64.deb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you can help me&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks you&lt;/P&gt;&lt;P&gt;Hugo Escalon&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2015 15:53:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/invalid-user-amp-password-combination-specified/m-p/6770581#M834</guid>
      <dc:creator>hjescalong</dc:creator>
      <dc:date>2015-07-30T15:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid user &amp; password combination specified!</title>
      <link>https://community.hpe.com/t5/software-defined-networking/invalid-user-amp-password-combination-specified/m-p/6770643#M835</link>
      <description>&lt;P&gt;Hugo,&lt;/P&gt;&lt;P&gt;Thank you for contacting the HP SDN Team. If this a new installation of the SDN Controller? Does the username "SDN", password "skyline" doesn't work?&lt;BR /&gt;Have you tried changing the password? If you have not then try to change the password and see if that works. Here are the commands:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. to get the user-id: 192.x.x.x is your SDN controller IP ADD&lt;BR /&gt;&amp;nbsp;&amp;nbsp; curl --noproxy -i &lt;A href="http://192.168.81.132:35357/v2.0/users" target="_blank"&gt;http://192.168.81.132:35357/v2.0/users&lt;/A&gt; -H "X-Auth-Token: ADMIN"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A response similar to the following will appear. The c180xxxxxx is your user-id&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{"users": [{"username": "sdn", "enabled": true, "name": "sdn", "id": "c18053c22656406cb2f5cf48915afe70"}]}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. to change the password: use the user-id to change the password. In this case the password was changed to "carlos"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; curl -i &lt;A href="http://192.168.81.132:35357/v2.0/users/c18053c22656406cb2f5cf48915afe70/OS-KSADM/password" target="_blank"&gt;http://192.168.81.132:35357/v2.0/users/c18053c22656406cb2f5cf48915afe70/OS-KSADM/password&lt;/A&gt; --request PUT -H "Content-Type: application/json" -H "X-Auth-Token: ADMIN" -d '{"user":{"password": "carlos", "id":"c18053c22656406cb2f5cf48915afe70"}}'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This information can be found on the HP VAN SDN Controller 2.5 Installation Guide page 23. I have also attached a screenshot of the process.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let us know if this helped or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CoE SDN Team&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2015 19:29:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/invalid-user-amp-password-combination-specified/m-p/6770643#M835</guid>
      <dc:creator>Carlos</dc:creator>
      <dc:date>2015-07-30T19:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid user &amp; password combination specified!</title>
      <link>https://community.hpe.com/t5/software-defined-networking/invalid-user-amp-password-combination-specified/m-p/6771851#M839</link>
      <description>&lt;P&gt;Thanks Carlos for you answer but I continue whit the same error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2015 15:17:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/invalid-user-amp-password-combination-specified/m-p/6771851#M839</guid>
      <dc:creator>hjescalong</dc:creator>
      <dc:date>2015-08-04T15:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid user &amp; password combination specified!</title>
      <link>https://community.hpe.com/t5/software-defined-networking/invalid-user-amp-password-combination-specified/m-p/6771855#M840</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Assuming that you are using Keystone on the local server did you run the script:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sudo /opt/sdn/admin/config_local_keystone&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier" size="3"&gt;?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier" size="3"&gt;This script will create the user you need to log into the system.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier" size="3"&gt;Results you are mentioning make me think that this step was not performed as suggested from the installation guide.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2015 15:33:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/invalid-user-amp-password-combination-specified/m-p/6771855#M840</guid>
      <dc:creator>piricchio72</dc:creator>
      <dc:date>2015-08-04T15:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid user &amp; password combination specified!</title>
      <link>https://community.hpe.com/t5/software-defined-networking/invalid-user-amp-password-combination-specified/m-p/6771877#M841</link>
      <description>&lt;P&gt;curl --noproxy -i &lt;A href="http://xxx.xx.xx.xx:35357/v2.0/users" target="_blank"&gt;http://xxx.xx.xx.xx:35357/v2.0/users&lt;/A&gt; -H "X-Auth-Token: ADMIN"&lt;BR /&gt;{"users": [{"username": "sdn", "name": "sdn", "id": "f969a574b6f9424db0193f3b45e27615", "enabled": true, "email": null}, {"username": "sdn1", "name": "sdn1", "id":&lt;BR /&gt;"311a011115814fcd85aa52b2b55940d8", "enabled": true, "email": null}, {"username": "sdn", "name": "sdn", "enabled": true, "email": null, "id":&lt;BR /&gt;"121de1feb9ea463a9f66170053cea968"}, {"username": "sdn", "name": "sdn", "enabled": true, "email": null, "id": "2081b7c39263468e97a317e342d904dc"},&lt;BR /&gt;{"username": "sdn", "name": "sdn", "enabled": true, "email": null, "id": "b60532f57f884d6c97140f6085719f31"}, {"username": "sdn2", "name": "sdn2", "enabled": true,&lt;BR /&gt;"email": null, "id": "66b88f3f28284f699ebb44dfdfb2e889"}, {"username": "sdn", "name": "sdn", "enabled": true, "email": null, "id": "9fbbb811a6da414694451f288dad1609"},&lt;BR /&gt;{"username": "sdn", "name": "sdn", "enabled": true, "email": null, "id": "da7da9d0be5a4a5d8e5e520c458ac2d9"}, {"username": "sdn", "name": "sdn", "enabled": true, "email":&lt;BR /&gt;&amp;nbsp;null, "id": "5d4ca912aed94efaafe307984f1a39b5"}]}&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2015 16:19:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/invalid-user-amp-password-combination-specified/m-p/6771877#M841</guid>
      <dc:creator>hjescalong</dc:creator>
      <dc:date>2015-08-04T16:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid user &amp; password combination specified!</title>
      <link>https://community.hpe.com/t5/software-defined-networking/invalid-user-amp-password-combination-specified/m-p/6771901#M843</link>
      <description>Hello,&lt;BR /&gt;how did you add these 7 users?&lt;BR /&gt;Are you behind a proxy?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Antonio</description>
      <pubDate>Tue, 04 Aug 2015 17:04:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/invalid-user-amp-password-combination-specified/m-p/6771901#M843</guid>
      <dc:creator>piricchio72</dc:creator>
      <dc:date>2015-08-04T17:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid user &amp; password combination specified!</title>
      <link>https://community.hpe.com/t5/software-defined-networking/invalid-user-amp-password-combination-specified/m-p/6771931#M844</link>
      <description>&lt;P&gt;Thanks you for you information I install all new and run this comand sudo /opt/sdn/admin/config_local_keystone&amp;nbsp; and into ok&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2015 18:27:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/invalid-user-amp-password-combination-specified/m-p/6771931#M844</guid>
      <dc:creator>hjescalong</dc:creator>
      <dc:date>2015-08-04T18:27:51Z</dc:date>
    </item>
  </channel>
</rss>

