- Community Home
- >
- Networking
- >
- Software Defined Networking
- >
- Re: Not able to see the HOST IP's
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2015 03:38 AM
02-02-2015 03:38 AM
Not able to see the HOST IP's
Am new to this HP Controller,i have installed 2.4 HP VAN SDN controller but in GUI am not able to see the host ip's of the topology i created.I tried with all the shortcut keys and between shortest path and view i dont have tab named "No label'.Hoping for the guidance regarding this .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2015 08:51 AM
02-02-2015 08:51 AM
Re: Not able to see the HOST IP's
Hello,
Looking at the provided screenshot I do believe you are using mininet.
If the above is true, did you try to issue the "pingall" command from the mininet cli?
this should result in hosts generating traffic and being dicovered by the controller.
On the other hand I noticed as well that you:
1) installed the GUI on the server
2) I suspect you installed mininet on the same server.
HP support suggest not to install the GUI on the controller server (you can access the controller GUI from another device) and also NOT to run mininet from the same machine (but rather installing it on a different device on same lan).
I hope the above helps you in solving this issue,
Regards,
Antonio
SDN Team
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2015 10:26 AM
02-02-2015 10:26 AM
Re: Not able to see the HOST IP's
Hi, I assume too that you are using Mininet. Mininet works best when the controller is in pure OpenFlow mode. By default, the HP Controller is in Hybrid mode. To change it, go to Configurations - com.hp.sdn.ctl.of.impl.ControllerManager and change the "hybrid.mode" settign to false. Then restart the SDNC service.