As the number of Netonix switches in our network begins to grow pushing out firmware updates is becoming a chore. Are there:
1) Any plans to release some sort of software to push out mass firmware updates?
2) A CLI command which can download a firmware file and initiate the flash from the CLI? (I can script the batch myself then).
Mass Upgrades
-
sirhc - Employee
- Posts: 7414
- Joined: Tue Apr 08, 2014 3:48 pm
- Location: Lancaster, PA
- Has thanked: 1608 times
- Been thanked: 1325 times
Re: Mass Upgrades
We are working on a web based portal similar to say airCONTROL where you manage and update your firmware of your switches.
One planned feature would be scheduled upgrades and that it will alert you if an upgrade fails.
It will be a web UI interface you host on Linux or Windows.
One planned feature would be scheduled upgrades and that it will alert you if an upgrade fails.
It will be a web UI interface you host on Linux or Windows.
Support is handled on the Forums not in Emails and PMs.
Before you ask a question use the Search function to see it has been answered before.
To do an Advanced Search click the magnifying glass in the Search Box.
To upload pictures click the Upload attachment link below the BLUE SUBMIT BUTTON.
Before you ask a question use the Search function to see it has been answered before.
To do an Advanced Search click the magnifying glass in the Search Box.
To upload pictures click the Upload attachment link below the BLUE SUBMIT BUTTON.
-
Eric Stern - Employee
- Posts: 532
- Joined: Wed Apr 09, 2014 9:41 pm
- Location: Toronto, Ontario
- Has thanked: 0 time
- Been thanked: 130 times
Re: Mass Upgrades
mhoppes wrote:2) A CLI command which can download a firmware file and initiate the flash from the CLI? (I can script the batch myself then).
There is the "firmware upgrade" CLI command. Requires a TFTP url to fetch the firmware from.
-
lligetfa - Associate
- Posts: 1191
- Joined: Sun Aug 03, 2014 12:12 pm
- Location: Fort Frances Ont. Canada
- Has thanked: 307 times
- Been thanked: 381 times
Re: Mass Upgrades
Just to be clear, it is not like UBNT TFTP recovery on boot. It is more like in HP Procurve management where TFTP is used for bi-directional file transfers.mhoppes wrote:Bah. Tftp
-
mike99 - Associate
- Posts: 837
- Joined: Tue Nov 25, 2014 10:53 am
- Location: Quebec, Canada
- Has thanked: 95 times
- Been thanked: 245 times
Re: Mass Upgrades
tftp work fine if you have no NAT between but since we have access to the command line, maybe scp would work.
Personnaly, I would like better a standard like TR069 than a Vendor UI like airControl. We don't like to have multiple software to do the same thing with different devices so we have our own custom customers/tickets/billing/backup/ip address/up~down/map management system sometime based on opensource project like nagios. The other advantage is that we're not lock to a single vendor.
Eric, is the're a way to also script Netonix shell script like it can be done with vyatta via vbash ?
http://vyos.net/wiki/Command_scripting
Personnaly, I would like better a standard like TR069 than a Vendor UI like airControl. We don't like to have multiple software to do the same thing with different devices so we have our own custom customers/tickets/billing/backup/ip address/up~down/map management system sometime based on opensource project like nagios. The other advantage is that we're not lock to a single vendor.
Eric, is the're a way to also script Netonix shell script like it can be done with vyatta via vbash ?
http://vyos.net/wiki/Command_scripting
-
Eric Stern - Employee
- Posts: 532
- Joined: Wed Apr 09, 2014 9:41 pm
- Location: Toronto, Ontario
- Has thanked: 0 time
- Been thanked: 130 times
Re: Mass Upgrades
mhoppes wrote:I know. I prefer ftp or scp
You could use scp too.
scp wispswitch-1.5.12.bin admin@<switch ip>:/tmp
Then at the CLI use "cmdline" to get to the linux command prompt and run "firmware_upgrade /tmp/wispswitch-1.5.12.bin"
-
Eric Stern - Employee
- Posts: 532
- Joined: Wed Apr 09, 2014 9:41 pm
- Location: Toronto, Ontario
- Has thanked: 0 time
- Been thanked: 130 times
Re: Mass Upgrades
mike99 wrote:Eric, is the're a way to also script Netonix shell script like it can be done with vyatta via vbash ?
http://vyos.net/wiki/Command_scripting
Not currently. But its easy enough to use expect over ssh.
Who is online
Users browsing this forum: No registered users and 13 guests