<?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: About running mininet in Software Defined Networking</title>
    <link>https://community.hpe.com/t5/software-defined-networking/about-running-mininet/m-p/6708007#M686</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We do not suggest to run Mininet on same device running the controller, however&lt;/P&gt;&lt;P&gt;I would like to know which error message you get when using:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sudo mn --topo=tree,2 --controller=remote&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also, did you try to use the IP address of the server NIC rather than the loopback interface IP,does this make any difference?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Antonio&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SDN CoE Team&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Feb 2015 08:54:46 GMT</pubDate>
    <dc:creator>piricchio72</dc:creator>
    <dc:date>2015-02-12T08:54:46Z</dc:date>
    <item>
      <title>About running mininet</title>
      <link>https://community.hpe.com/t5/software-defined-networking/about-running-mininet/m-p/6707934#M685</link>
      <description>&lt;P&gt;i have insatalled hp controller of 2.4.5 version and RSDOC and HP controller GUI is working fine but i am not able to create the mininet .I am running controller and mininet on the same system due to some reasons.i tried all the commands for creating it with ip and port no like,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sudo mn --topo=tree,2 --controller=remote&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;sudo mn --topo=tree,2 --controller=remote,ip=127.0.0.1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;sudo mn --topo=tree,2 --controller=remote,ip=127.0.0.1,port=6633&lt;/P&gt;&lt;P&gt;but i am getting error like,&lt;/P&gt;&lt;P&gt;"Unable to contact the remote controller at 127.0.0.1:6633"&lt;/P&gt;&lt;P&gt;sdnc keystone all are running fine.i want to run both mininet and hp on the same system .&lt;/P&gt;&lt;P&gt;can anyone please guide me out ASAP.&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2015 06:20:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/about-running-mininet/m-p/6707934#M685</guid>
      <dc:creator>chaitrashree</dc:creator>
      <dc:date>2015-02-12T06:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: About running mininet</title>
      <link>https://community.hpe.com/t5/software-defined-networking/about-running-mininet/m-p/6708007#M686</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We do not suggest to run Mininet on same device running the controller, however&lt;/P&gt;&lt;P&gt;I would like to know which error message you get when using:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sudo mn --topo=tree,2 --controller=remote&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also, did you try to use the IP address of the server NIC rather than the loopback interface IP,does this make any difference?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Antonio&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SDN CoE Team&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2015 08:54:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/about-running-mininet/m-p/6708007#M686</guid>
      <dc:creator>piricchio72</dc:creator>
      <dc:date>2015-02-12T08:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: About running mininet</title>
      <link>https://community.hpe.com/t5/software-defined-networking/about-running-mininet/m-p/6708263#M688</link>
      <description>&lt;P&gt;It's definitely not recommended... but it is possible - make sure your server has a decent amountof RAM &amp;amp; CPU.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mininet and the SDN controller have the same default port - I recommend you change the SDN controllers network port to something other than the default, (like 6644) and then try again&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sudo mn --topo=tree,2 --controller=remote,ip=127.0.0.1,port=6644&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2015 17:00:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/about-running-mininet/m-p/6708263#M688</guid>
      <dc:creator>lirf</dc:creator>
      <dc:date>2015-02-12T17:00:57Z</dc:date>
    </item>
    <item>
      <title>About using REST Apis in java platform</title>
      <link>https://community.hpe.com/t5/software-defined-networking/about-running-mininet/m-p/6708453#M694</link>
      <description>&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;i am trying to create a simple application which runs on HP controller.&lt;/P&gt;&lt;P&gt;For this am trying to get response from the REST APIs and to use same in my application.&lt;/P&gt;&lt;P&gt;But normal HttpUrl connection is not working to get the X-auth token . the tried to use the curl in java but 'access denied"&lt;/P&gt;&lt;P&gt;error am getting.Since i need to do all interactions through java i cant use shell script or curl in terminal .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So,please anyone let me kno how we can fetch the x-auth token in java and response from other apis especially in java platform.&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2015 06:08:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/about-running-mininet/m-p/6708453#M694</guid>
      <dc:creator>chaitrashree</dc:creator>
      <dc:date>2015-02-13T06:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: About using REST Apis in java platform</title>
      <link>https://community.hpe.com/t5/software-defined-networking/about-running-mininet/m-p/6708455#M695</link>
      <description>&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;i am trying to create a simple application which runs on HP controller.&lt;/P&gt;&lt;P&gt;For this am trying to get response from the REST APIs and to use same in my application.&lt;/P&gt;&lt;P&gt;But normal HttpUrl connection is not working to get the X-auth token . the tried to use the curl in java but 'access denied"&lt;/P&gt;&lt;P&gt;error am getting.Since i need to do all interactions through java i cant use shell script or curl in terminal .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So,please anyone let me kno how we can fetch the x-auth token in java and response from other apis especially in java platform.&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2015 06:11:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/about-running-mininet/m-p/6708455#M695</guid>
      <dc:creator>chaitrashree</dc:creator>
      <dc:date>2015-02-13T06:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: About using REST Apis in java platform</title>
      <link>https://community.hpe.com/t5/software-defined-networking/about-running-mininet/m-p/6708510#M696</link>
      <description>&lt;P&gt;Hello Chaitrashree,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have no&amp;nbsp;experience in Java programming, but when I have a look at your code it appears to me that it is attempting to use Curl to access the the controllers REST API. Such a program could run on the same server as the HP VAN SDN controller or on another machine. If that is your intention you could have a look here for an example: &lt;A href="https://community.hpe.com/t5/SDN-Discussions/HP-SDN-VAN-Controller-V2-0-0-4253-Token-Generation-using-LIB/m-p/6531974/highlight/true#M342" target="_blank"&gt;HP SDN VAN Controller - V2.0.0.4253 - Token Generation using LIB CURL&lt;/A&gt;&amp;nbsp;(example is in c but the logic should work in Java too, I think)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If on the other hand your application&amp;nbsp;is intended to run within the HP VAN controller framework, a good starting point would be to start here: &lt;A href="http://h20628.www2.hp.com/km-ext/kmcsdirect/emr_na-c04495137-1.pdf" target="_blank"&gt;HP VAN SDN Controller 2.4 Programming Guide&lt;/A&gt;. A downloadable example&amp;nbsp;application is&amp;nbsp;also discussed in this manual which might be a good starting point for developing your own.&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;Wouter&lt;/P&gt;&lt;P&gt;HP SDN CoE Team&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2015 09:31:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/about-running-mininet/m-p/6708510#M696</guid>
      <dc:creator>Joetel</dc:creator>
      <dc:date>2015-02-13T09:31:48Z</dc:date>
    </item>
  </channel>
</rss>

