[Fixed in 1.8.3] RBwAPG-60ad Not discovering

Unimus support forum
Post Reply
sbrconsulting
Posts: 19
Joined: Tue Aug 07, 2018 5:20 pm

Wed Aug 29, 2018 10:43 pm

I have a network with 2 of these. If I log in and watch the log, I can see Unimus successfully logging in, but Discovery fails.
Running 6.42.6 with board firmware 6.42.6.
If you need anything else to try to debug, let me know.
User avatar
Tomas
Posts: 1211
Joined: Sat Jun 25, 2016 12:33 pm

Wed Aug 29, 2018 10:50 pm

We have a couple of these in the office here, and they are working properly.
Could you please run Unimus in debug mode, and send us a log of a discovery attempt?

Thanks!
sbrconsulting
Posts: 19
Joined: Tue Aug 07, 2018 5:20 pm

Wed Aug 29, 2018 10:53 pm

I would be happy to.
Where do I find instructions for doing that?
User avatar
Tomas
Posts: 1211
Joined: Sat Jun 25, 2016 12:33 pm

Wed Aug 29, 2018 11:00 pm

On Linux:

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
On Windows:

Code: Select all

1) Download .jar distribution:
   https://unimus.net/download.html
2) Stop Unimus service
   If you are running the Portable version, skip this
3) Open an admin command prompt
4) change to folder where Unimus.jar was downloaded
5) Run "java -jar Unimus.jar --logging.level.net.unimus.core=TRACE --unimus.core.echo-ssh=TRUE --unimus.core.echo-telnet=TRUE"
6) Logs should be in the command prompt window
sbrconsulting
Posts: 19
Joined: Tue Aug 07, 2018 5:20 pm

Thu Aug 30, 2018 10:14 am

On both of the units when I opened a terminal window, it prompted, "Do you want to see the license (y/n)? or something similar, so it never responded to the request. Once I answered the question, it is not asked again. The 2 devices are now discovered in Unimus.

Thanks Tomas for quick responses
User avatar
Tomas
Posts: 1211
Joined: Sat Jun 25, 2016 12:33 pm

Thu Aug 30, 2018 10:15 am

Thanks for the update.
We will add handling for this to our RouterOS driver, so Unimus can deal with this without the need for user interaction.
User avatar
Tomas
Posts: 1211
Joined: Sat Jun 25, 2016 12:33 pm

Fri Sep 07, 2018 8:16 pm

Update:
This is now implemented, will be a part of 1.8.3 release.
Post Reply