- Community Home
- >
- Networking
- >
- Software Defined Networking
- >
- Problem with Network Protector
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
01-16-2015 12:41 AM
01-16-2015 12:41 AM
Problem with Network Protector
Hello Guy, I follow the HP Network Protector SDN Administrator Guide v 1.1 .
All Configuration is the same as the example told us to do.
However, when I try to use network protector application I cannot connect the switch procurve 5406zl on the application but the switch can connect on VAN Controller.
When I see the support logs i found the error about "10.2.1.230 (Procurve 540lzl) not mapped to any region; no roles to sync" but I dont know what does it mean.
I use the VAN controller verion 2.2.5 with Network protector version 1.0 and the VAN controller version 2.4.5 with
Network Proctector 1.1 it have the same problem
additional: I use HP Procurve Switch 5406zl with module v2.0 and configured snmpv3 already.
am I doing something wrong?
thankyou
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2015 02:03 AM
01-16-2015 02:03 AM
Re: Problem with Network Protector
Hello,
If you used the wizard for the snmpv3 user creation on the 5406zl , try to delete it and create a new one via the CLI.
If this is not the case, please provide the switch "show tech all" output and the controller log.log
Regards,
Antonio
SDN Team
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2015 07:26 AM
01-17-2015 07:26 AM
Re: Problem with Network Protector
Hi SDN Team thank you for your reply,
I attach the switch and controller log. please help me to solve this problem.
thank in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2015 03:38 AM
01-19-2015 03:38 AM
Re: Problem with Network Protector
Hello phoongsaan,
Looking at the show tech all of the switch it seems that you have a problem between the switch and the controller:
W 01/16/15 10:20:47 03876 OPENFLOW: OpenFlow Instance sdn: TCP connection failed
while connecting to the controller with IP address 10.2.1.200.
They seem not able to communicate.
I think the controller is connected to port A3 and your test host is connected to port a 13.
I can't see snmpv3 entries in the log and I would like to ask you what follows:
1) did you configure the SNMPv3 user on Network Protector?
2) can you see the switch on the controller topology screen?
3) can you see the flow being added to the switch?
If the answer to question number 3 is yes, I can see dns queries being intercepted by the application but the product is not licensed.
My assumption is that you are testing the application using its Blacklist.
If I'm correct, are DNS queries sent to the controller correctly?
Regards,
Antonio
SDN Team
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2015 01:47 AM
03-04-2015 01:47 AM
Re: Problem with Network Protector
Hi SDN Team,
Similar kind of issue I am facing, the Controller device reads the device details but my application is not able to read the same.
I'm trying to fetch datapath info using Controller Service API and i have implemented logger to check the response. It is returning with empty data when logs are checked. Code snippet below
void startHandlingControllerEvents(ControllerService controllerService) {
controllerService.addDataPathListener(dataPathListener);
Set<DataPathInfo> dataPaths = controllerService.getAllDataPathInfo();
logger.info("Chethan:4.3 Inside startHandlingControllerEvents DataPath Info: ",dataPaths);
Any help will be appriaceted a lot,
Also note that my controller trial period is over, Will that have any problem,
Regards,
Chethan,