Page 1 of 1

[Fixed in 1.4.1] Unable to discover HP2510 Procurve

Posted: Fri Nov 10, 2017 3:38 pm
by SeanCTS
I'm unable to discover an HP2510 Procurve. Verified that the credentials are correct as well as device

Using Unimus on Ubuntu 16 LTS. Can discover mikrotik and brocade devices just fine.
the unimus.log file doesn't show much. Shows Performing discovery, then attempting run 1 discovery... then nothing else in the log.

I'm unsure how to get enable the debug logs. I followed the Ubuntu/Debian install instructions.

Re: Unable to discover HP2510 Procurve

Posted: Fri Nov 10, 2017 3:42 pm
by Tomas
Sorry for the issues :(
To get the debug logs, please run this:

Code: Select all

sudo su
service unimus stop
cd /opt/unimus
java -jar Unimus.jar \
--logging.level.net.unimus.core=TRACE \
--unimus.core.echo-ssh=TRUE \
--unimus.core.echo-telnet=TRUE
Unimus will start in full debug mode, and log into the console.

Please run a discovery on the ProCurve, and send me the logs.
(feel free to PM the logs, and strip all the sensitive data)

Thanks!

Re: Unable to discover HP2510 Procurve

Posted: Fri Nov 10, 2017 8:16 pm
by SeanCTS
pm sent

Re: Unable to discover HP2510 Procurve

Posted: Fri Nov 10, 2017 8:34 pm
by SeanCTS
hmm... its odd.. I pulled the example out of the stack and is unable to be discovered.

The HP2510-24 seems to work if out of a stack, but not the HP2510-48

My thought is that
A) there needs to be some kind of check to see if you're connecting to a stacked switch master. If so, choose 0 and then press enter to continue.
B) compare differences between the 24 and 48 port switches. If you need me to manually export the configs, please let me know.

Re: Unable to discover HP2510 Procurve

Posted: Mon Nov 13, 2017 7:01 pm
by Tomas
Found the issues, they are now fixed.
Fix will be released in 1.4.1.

Massive thanks to SeanCTS for helping me out!

Re: [Fixed in 1.4.1] Unable to discover HP2510 Procurve

Posted: Wed Nov 15, 2017 2:39 pm
by StevenK
OH good. I was just about to report the exact same thing.