mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
add doc/capsman-rolling-upgrade.md
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
# Michael Gisbers <michael@gisbers.de>
|
||||
#
|
||||
# upgrade CAPs one after another
|
||||
# https://git.eworm.de/cgit/routeros-scripts/about/doc/capsman-rolling-upgrade.md
|
||||
|
||||
: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)
|
||||
Reference in New Issue
Block a user