Page 25 of 39

Re: Netonix Manager / Control Software

Posted: Wed Oct 03, 2018 4:15 pm
by sirhc
wifinecochea wrote:A nosotros nos pasa lo mismo , fue instalado en windows 7 32bit x86 (NO server)..

The same thing happens to us, it was installed in Windows 7 32bit x86 (NO server)


node-v8.12.0-x86

ImageImage


Can not see your images.
PLEASE FOLLOW INSTRUCTIONS IN MY POST FOOTER ON HOW TO UPLOAD PICTURES.

Re: Netonix Manager / Control Software

Posted: Tue Oct 30, 2018 4:25 pm
by Kingsley
Download link is broken - I can't download the tool??

Re: Netonix Manager / Control Software

Posted: Wed Oct 31, 2018 3:48 pm
by Kingsley
Any chance someone could repair the link for management tool download please?

Re: Netonix Manager / Control Software

Posted: Wed Oct 31, 2018 4:12 pm
by Stephen
Try it now - it should be fixed.

If not, just post here, I'll be watching this thread closely.

Re: Netonix Manager / Control Software

Posted: Sat Jan 19, 2019 4:17 pm
by SemperFi
Manager runs but nothin shows up in the web browser
"This page isn’t working 172.16.2.30 didn’t send any data.
ERR_EMPTY_RESPONSE"

Ubuntu 16.04 LTS


root@mercury:/opt/netonix-manager# ifconfig
enp0s3 Link encap:Ethernet HWaddr 08:00:27:4a:bd:0c
inet addr:172.16.2.30 Bcast:172.16.2.31 Mask:255.255.255.248

root@mercury:/opt/netonix-manager# nodejs -v v8.15.0

root@mercury:/opt/netonix-manager# sudo ufw status verbose | grep 3443
3443 ALLOW IN Anywhere
3443 (v6) ALLOW IN Anywhere (v6)

root@mercury:/opt/netonix-manager# netstat -an | grep 3443
tcp6 0 0 :::3443 :::* LISTEN

root@mercury:/opt/netonix-manager# sudo service netonix-manager status
● netonix-manager.service - LSB: Start daemon at boot time
Loaded: loaded (/etc/init.d/netonix-manager; bad; vendor preset: enabled)
Active: active (running) since Sat 2019-01-19 15:00:24 EST; 4min 41s ago
Docs: man:systemd-sysv-generator(8)
Process: 2424 ExecStop=/etc/init.d/netonix-manager stop (code=exited, status=0/SUCCESS)
Process: 2493 ExecStart=/etc/init.d/netonix-manager start (code=exited, status=0/SUCCESS)
Tasks: 22
Memory: 79.4M
CPU: 4min 35.386s
CGroup: /system.slice/netonix-manager.service
├─1604 nodejs app.js
├─2496 /usr/bin/nodejs bootloader.js
└─5873 nodejs app.js
Jan 19 15:00:24 mercury systemd[1]: Starting LSB: Start daemon at boot time...
Jan 19 15:00:24 mercury systemd[1]: Started LSB: Start daemon at boot time.
root@mercury:/opt/netonix-manager#
tcpdump shows Syn/Syn-Ack/Ack and that's it.

Rebooted a couple times - everything starts and no error in the logs just no data back to the web browser.

Any thoughts ?

Cheers

Re: Netonix Manager / Control Software

Posted: Sat Jan 19, 2019 4:49 pm
by SemperFi
So I removed the netonix-manager package and any netonix directories I could find and then re-installed the package and it looks like it's working now. Strange.

cd /opt/netonix-manager/
sudo service netonix-manager stop
sudo service netonix-manager status
sudo apt remove netonix-manager
cd ..
ls -la
sudo rm -rf netonix-manager
sudo updatedb
sudo locate netonix
sudo rm -rf /var/lib/netonix-manager
sudo apt purge netonix-manager
sudo apt autoremove
sudo updatedb
sudo locate netonix
sudo dpkg -i netonix-manager_1.0.10_all.deb
sudo service netonix-manager status
sudo reboot now

and https://<server_IP>:3443 now works
netstat -an | grep 3443
tcp6 0 0 :::3443 :::* LISTEN
tcp6 0 0 172.16.2.30:3443 172.16.37.10:9536 ESTABLISHED
tcp6 0 0 172.16.2.30:3443 172.16.37.10:9540 ESTABLISHED
tcp6 0 0 172.16.2.30:3443 172.16.37.10:9541 ESTABLISHED
tcp6 0 0 172.16.2.30:3443 172.16.37.10:9559 ESTABLISHED
tcp6 0 0 172.16.2.30:3443 172.16.37.10:9560 ESTABLISHED

Re: Netonix Manager / Control Software

Posted: Thu Mar 14, 2019 5:38 am
by Beanhammer
Apologies if this has already been mentioned. We have installed the Netonix manager recently and a lot our switches disconnect from it at regular intervals.
The small circle to the left of the IP address keeps going red and then under the up-time section it will say "last seen"

Not all switches do this, is this related to firmware versions or something else? Under the Log section it lists "Error: socket hang up"

Re: Netonix Manager / Control Software

Posted: Thu Mar 14, 2019 7:15 am
by SemperFi
Yes. I had this problem on I think it was witch firmware 1.4.7

Re: Netonix Manager / Control Software

Posted: Thu Mar 14, 2019 11:18 am
by LRL
This happens for us too. A restart of the netonix manager service solves it or you can edit the device and it seems to come right back up.

Re: Netonix Manager / Control Software

Posted: Thu Mar 14, 2019 2:56 pm
by sirhc
Also make sure you do not have TWO copies of the manager running trying to monitor the same switches - VERY BAD

But yea Manager sometimes need restarted, we plan to spend more time on it again later and develop it more