[Fixed in 1.4.1] Unable to discover HP2510 Procurve

Unimus support forum
Post Reply
SeanCTS
Posts: 60
Joined: Thu Nov 02, 2017 7:29 pm
Location: Orlando, FL

Fri Nov 10, 2017 3:38 pm

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.
User avatar
Tomas
Posts: 1206
Joined: Sat Jun 25, 2016 12:33 pm

Fri Nov 10, 2017 3:42 pm

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!
SeanCTS
Posts: 60
Joined: Thu Nov 02, 2017 7:29 pm
Location: Orlando, FL

Fri Nov 10, 2017 8:16 pm

pm sent
SeanCTS
Posts: 60
Joined: Thu Nov 02, 2017 7:29 pm
Location: Orlando, FL

Fri Nov 10, 2017 8:34 pm

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.
User avatar
Tomas
Posts: 1206
Joined: Sat Jun 25, 2016 12:33 pm

Mon Nov 13, 2017 7:01 pm

Found the issues, they are now fixed.
Fix will be released in 1.4.1.

Massive thanks to SeanCTS for helping me out!
StevenK
Posts: 13
Joined: Wed Nov 15, 2017 2:37 pm

Wed Nov 15, 2017 2:39 pm

OH good. I was just about to report the exact same thing.
Post Reply