Netonix Manager / Control Software

judec
Member
 
Posts: 9
Joined: Thu Dec 28, 2017 1:50 pm
Has thanked: 1 time
Been thanked: 0 time

Re: Netonix Manager / Control Software

Wed Apr 27, 2022 9:44 am

Figures, I actually experimented with it on a WS-8-150DC switch on my test bench and was able to upgrade it via the Manager. Now I can see that switches UI on Chrome. Thank you for this tool and for fixing the login issue. If there is any documentation or videos on the use of the Manager Software it still would be appreciated.

User avatar
LRL
Experienced Member
 
Posts: 238
Joined: Sun Nov 23, 2014 4:00 am
Location: Rock Springs, WY
Has thanked: 18 times
Been thanked: 49 times

Re: Netonix Manager / Control Software

Tue May 24, 2022 2:16 am

I'm curious how many switches folks have a single instance of netonix manager dealing with at once?

We starting seeing a fair bit of trouble after our first manager starting approaching 100. As a result we're running 2 instances (yes we're careful about only managing SWs with one or the other) but we're also having some issues as it approaches the 100 mark.

We only use two features of NX Manager, 1) Backups 2) auto login of SWs so as to not have to share the local logins with everyone. What features are other using?
-LRL

"My reading of history convinces me that most bad government results from too much government." - Thomas Jefferson

EBB-Chris
Member
 
Posts: 1
Joined: Fri Jun 03, 2022 9:24 am
Has thanked: 0 time
Been thanked: 0 time

Re: Netonix Manager / Control Software

Fri Jun 03, 2022 10:48 am

Hello,

I am working on adding netonix manager to an existing ubuntu server that we are currently running librenms and phpipam on.

I have installed as described and set up a conf file to assign a listen port to be accessible.
After playing with this a bit, I found that the bootloader.js was set to listen on port 3000, not 3443 as stated.
setting a proxy to port 3000 brought me to the netonix login page, submitting user/pass does nothing.
It also looks like there is no node running by default, is there any additional setup not mentioned that is needed?
Looking at the output from the node when I manually have it running shows:

starting child process
{ Error: Cannot find module '../build/Release/bson'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
at Function.Module._load (internal/modules/cjs/loader.js:562:25)
at Module.require (internal/modules/cjs/loader.js:692:17)
at require (internal/modules/cjs/helpers.js:25:18)
at Object.<anonymous> (/opt/netonix-manager/node_modules/bson/ext/index.js:15:10)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3) code: 'MODULE_NOT_FOUND' }
Express server listening on port 3000
{ [Error: ENOENT: no such file or directory, open '/opt/netonix-manager/storage/configs']
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/opt/netonix-manager/storage/configs' }
GET / 304 36.161 ms - -
GET /images/logo-large.png 200 11.887 ms - 42745
{ [Error: ENOENT: no such file or directory, open '/opt/netonix-manager/storage/configs']
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/opt/netonix-manager/storage/configs' }



I verified that there is no folder /storage
service netonix-manager status shows that netonix-manager is loaded, active and running.

I am fairly new to linux CLI, but was able to get both of the other programs running with no issues.




Ubuntu 20.04.4 LTS
Nginx 1.18.0
Node version 10.19.0
NPM version 6.14.4

Thanks for any help!



Image

User avatar
sbyrd
Experienced Member
 
Posts: 236
Joined: Fri Apr 10, 2015 6:16 pm
Has thanked: 16 times
Been thanked: 26 times

Re: Netonix Manager / Control Software

Thu Jun 09, 2022 9:47 am

I installed the latest manager on Windows 10. First I installed the latest v8 node.js then ran the install program. Server is up and running and I can logon to it. However I cannot get any switch I add to respond.

I add a switch and the manager log gives no error but nothing poplulates.

I went to the tower router where the switch is located and ran Mikrotik torch and I see a connection from the service IP to the SSH port of the switch but no packets are exchanged.

I even turned the firewall off on the server and still nothing.

I can access the switch via Web and SSH on the server I have Netonix Manager installed, but manager gives me nothing.

User avatar
sbyrd
Experienced Member
 
Posts: 236
Joined: Fri Apr 10, 2015 6:16 pm
Has thanked: 16 times
Been thanked: 26 times

Re: Netonix Manager / Control Software

Thu Jun 09, 2022 9:53 am

I tried another switch and it added fine. Switch that added fine is running 1.5.5. Switch that would not do anything is 1.4.2rc6. I guess there is a minimum FW version for Netonix Manager?

User avatar
sbyrd
Experienced Member
 
Posts: 236
Joined: Fri Apr 10, 2015 6:16 pm
Has thanked: 16 times
Been thanked: 26 times

Re: Netonix Manager / Control Software

Thu Jun 09, 2022 10:01 am

How do I add a firmware to the local repository?

User avatar
joeyr-stc
Member
 
Posts: 14
Joined: Fri Dec 15, 2017 1:50 pm
Has thanked: 1 time
Been thanked: 0 time

Re: Netonix Manager / Control Software

Tue Sep 13, 2022 5:36 pm

I wondered this same problem and finally found out how.

From the "Devices" tab select a device and press the "Upgrade" button Image
This will bring up a pop-up screen that lets you choose the firmware from the repository, download from Netonix, or Upload from a local file.

When you choose to download from Netonix, it will automatically add it to your repository.
When you upload from a local file, it will also add it to your repository.

I am on version v1.0.20
Joey Robertson
STC
Mobile, AL

User avatar
joeyr-stc
Member
 
Posts: 14
Joined: Fri Dec 15, 2017 1:50 pm
Has thanked: 1 time
Been thanked: 0 time

Re: Netonix Manager / Control Software

Tue Sep 13, 2022 5:38 pm

sbyrd wrote:How do I add a firmware to the local repository?


I wondered this same problem and finally found out how.

From the "Devices" tab select a device and press the "Upgrade" button Image
This will bring up a pop-up screen that lets you choose the firmware from the repository, download from Netonix, or Upload from a local file.

When you choose to download from Netonix, it will automatically add it to your repository.
When you upload from a local file, it will also add it to your repository.

I am on version v1.0.20
Joey Robertson
STC
Mobile, AL

rclark
Member
 
Posts: 16
Joined: Mon Jun 19, 2017 1:06 pm
Has thanked: 2 times
Been thanked: 2 times

Re: Netonix Manager / Control Software

Wed Mar 13, 2024 6:26 pm

Getting many alerts that switches are going offline then coming back online right away.

We have 23 switches of various models running on private ip net.
Running on Raspberry pi 4 with 4GB ram and running beside AirControl2.top - 09:08:44 up 1 day, 20:01, 1 user, load average: 0.08, 0.14, 0.14Tasks: 178 total, 1 running, 177 sleeping, 0 stopped, 0 zombie%Cpu(s): 2.0 us, 1.3 sy, 0.0 ni, 96.5 id, 0.1 wa, 0.0 hi, 0.1 si, 0.0 stMiB Mem : 3790.0 total, 1121.1 free, 1244.6 used, 1424.3 buff/cacheMiB Swap: 0.0 total, 0.0 free, 0.0 used. 2299.4 avail MemHere is a log snippet from last night. Ping times to this device are rtt min/avg/max/mdev = 27.579/32.155/40.778/3.960 ms





3/12/2024 9:16:46 PM Device 'DR-sw' (x.x.x.x) changed state to Offline: Error: ETIMEDOUT
3/12/2024 9:17:13 PM Device 'DR-sw' (x.x.x.x) changed state to Online
3/12/2024 9:17:42 PM Device 'DR-sw' (x.x.x.x) changed state to Offline: Error: ETIMEDOUT
3/12/2024 9:17:59 PM Device 'DR-sw' (x.x.x.x) changed state to Online

rclark
Member
 
Posts: 16
Joined: Mon Jun 19, 2017 1:06 pm
Has thanked: 2 times
Been thanked: 2 times

Re: Netonix Manager / Control Software

Sat Mar 16, 2024 10:33 am

Anything we can do here? Getting flooded with alarms all the time.

Previous
Return to General Discussion

Who is online

Users browsing this forum: No registered users and 30 guests