mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-13 22:48:42 +02:00
add doc/capsman-rolling-upgrade.md
This commit is contained in:
parent
74d192cf53
commit
77c1f6fd63
2 changed files with 40 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
# Michael Gisbers <michael@gisbers.de>
|
# Michael Gisbers <michael@gisbers.de>
|
||||||
#
|
#
|
||||||
# upgrade CAPs one after another
|
# upgrade CAPs one after another
|
||||||
|
# https://git.eworm.de/cgit/routeros-scripts/about/doc/capsman-rolling-upgrade.md
|
||||||
|
|
||||||
:global ScriptLock;
|
:global ScriptLock;
|
||||||
|
|
||||||
|
|
39
doc/capsman-rolling-upgrade.md
Normal file
39
doc/capsman-rolling-upgrade.md
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
Run rolling CAP upgrades from CAPsMAN
|
||||||
|
=====================================
|
||||||
|
|
||||||
|
[◀ Go back to main README](../README.md)
|
||||||
|
|
||||||
|
Description
|
||||||
|
-----------
|
||||||
|
|
||||||
|
CAPsMAN can upgrate CAP devices. This script runs a rolling upgrade for
|
||||||
|
out-of-date CAP devices. The idea is to have just a fraction of devices
|
||||||
|
reboot at a time, having the others to serve wireless connectivity.
|
||||||
|
|
||||||
|
|
||||||
|
Requirements and installation
|
||||||
|
-----------------------------
|
||||||
|
|
||||||
|
Just install the script:
|
||||||
|
|
||||||
|
$ScriptInstallUpdate capsman-rolling-upgrade;
|
||||||
|
|
||||||
|
Usage and invocation
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
This script is intended as an add-on to
|
||||||
|
[capsman-download-packages](capsman-download-packages.md), being invoked by
|
||||||
|
that script when required.
|
||||||
|
|
||||||
|
Alternatively run it manually:
|
||||||
|
|
||||||
|
/ system script run capsman-rolling-upgrade;
|
||||||
|
|
||||||
|
See also
|
||||||
|
--------
|
||||||
|
|
||||||
|
* [Download packages for CAP upgrade from CAPsMAN](capsman-download-packages.md)
|
||||||
|
|
||||||
|
---
|
||||||
|
[◀ Go back to main README](../README.md)
|
||||||
|
[▲ Go back to top](#top)
|
Loading…
Add table
Add a link
Reference in a new issue