Search found 1220 matches

by Tomas
Sat Jul 01, 2017 4:50 pm
Forum: Support
Topic: [Solved] Discovery fails on Mikrotik devices
Replies: 4
Views: 5773

Re: Diccovery fails on devices

UBNT CloudKey is not supported, but just about any other UBNT device is. MikroTik is also fully supported, so that should work. Please do the following as root: cd /opt/unimus service unimus stop rm Unimus.jar wget unimus.net/download/1.0.0-rc-debug/Unimus.jar java -jar Unimus.jar This will run Unim...
by Tomas
Sat Jul 01, 2017 4:35 pm
Forum: Support
Topic: [Solved] Discovery fails on Mikrotik devices
Replies: 4
Views: 5773

Re: Diccovery fails on devices

Hi,

What does it say for the discovery fail reason on the failed job log on the dashboard?
by Tomas
Fri Jun 30, 2017 11:43 pm
Forum: Support
Topic: Issues with finalizing install
Replies: 5
Views: 6875

Re: Issues with finalizing install

I deleted the beta install and re-installed and all browsers can't connect to localhost:8085. installation went fine and it said it finished. If you are updating from an older Beta build (0.2.x or 0.1.x), please see this topic: https://forum.unimus.net/viewtopic.php?f=9&t=123 I can ping localho...
by Tomas
Thu Jun 15, 2017 1:12 pm
Forum: Support
Topic: [Fixed in 1.0.0] HPE 1920 Not Recognised
Replies: 2
Views: 4264

Re: HPE 1920 Not Recognised

Hi, I will be glad to help. Can you please run Unimus directly with java -jar Unimus.jar Or just run Unimus.exe directly on Windows. It will output device communication into the command-line (it is not output into the log file for security reasons). Please run a discovery on the 1920 and PM me a ful...
by Tomas
Wed Jun 14, 2017 3:19 pm
Forum: Beta
Topic: [Fixed in 1.0.0] Typo in "Other Settings"
Replies: 1
Views: 5684

Re: Typo in "Other Settings"

Fixed, thank you!
by Tomas
Wed Jun 07, 2017 1:48 pm
Forum: General
Topic: Devices organised by IP
Replies: 2
Views: 5119

Re: Devices organised by IP

This is currently a known issue: https://tracker.unimus.net/browse/UN-105 The problem basically is that we allow both IPs and hostnames for device addresses. Sorting is done on the database layer, since we off-load all sorting and paging operations to the database itself. (since every database does ...
by Tomas
Wed Jun 07, 2017 1:39 pm
Forum: General
Topic: Tuning the Java VM memory usage
Replies: 3
Views: 6492

Re: Tuning the Java VM memory usage

As for recommendations, here is our resource sizing article on the wiki :)
(you can use the values there as the -Xmx argument for the JVM)

https://wiki.unimus.net/display/UNPUB/H ... quirements
by Tomas
Wed Jun 07, 2017 1:37 pm
Forum: General
Topic: Tuning the Java VM memory usage
Replies: 3
Views: 6492

Re: Tuning the Java VM memory usage

Here is a detailed discussion of memory usage:
viewtopic.php?f=4&t=71#p199

Hopefully that will shed more light on how mem. consumption works, and how to adjust it.
by Tomas
Mon Jun 05, 2017 10:59 am
Forum: General
Topic: [Solved] Mikrotik X86 6.37.4 will not discover
Replies: 7
Views: 9514

Re: Mikrotik X86 6.37.4 will not discover

From the errors, it looks like you were not root.

Did you run all those commands as root?
(after running 'sudo su')
by Tomas
Fri Jun 02, 2017 11:28 am
Forum: Support
Topic: Multiple Instances - Resilience
Replies: 3
Views: 5013

Re: Multiple Instances - Resilience

Currently, only devices are synced across instances. Since Unimus discovers device type and credentials and backs-up automatically using the default schedule, the other instance should be able to start backing up devices automatically. So in the ideal situation, multi-instance will just work even if...