Update Script - Reboot zu bestimmter Zeit
Hallo,
unsere Updates Scripts nutzen wir aktuell für das Backup der Config, das Aktualisieren der Firmware/Bootcode und Aktualisierung der Config. Die Kommandos werden nur zu bestimmten Zeiten ausgeführt.
Kennt ja jeder:
# Zeiten
mod cmd UP1 times /allow 19,20 /initial 1
# Backup
mod cmd UP0 scfg http://10.10.10.10/DRIVE/CF0/CONFIG/TELEFON/#h_V#b3.txt no-op WEEKLY /force 168
# FW Update
mod cmd UP0 prot http://10.10.10.10/DRIVE/CF0/UPDATE/FW12R1SR03/ ser
mod cmd UP0 boot http://10.10.10.10/DRIVE/CF0/UPDATE/FW12R1SR03/ ser
irebootn
# Konfig Update
mod cmd UP1 check ireset
mod cmd UP0 cfg http://10.10.10.10/DRIVE/CF0/UPDATE/CONFIG-TEL-allgemein.txt
config write
config activate
Zusätzlich haben wir jetzt die Herausforderung, dass Abends jedes Telefon an dem jemand per Hotdesk angemeldet ist gebootet werden soll.
Siehe: http://class.innovaphone.com/moodle2/mod/forum/discuss.php?d=17325
Soweit mir bekannt ist, kann ich die Zeitkonfiguration "mod cmd UP1 times /allow 19,20 /initial 1" nur einmal pro Script verwenden. Wie könnte es gelöst werden, dass einerseits die Backups, FW/Bootcode, Config Updates wie bisher ausgeführt werden und zusätzlich einmal pro Tag ein reboot ausgeführt wird?
Muss ich tatsächlich den Umweg gehen und die Zeile "mod cmd UP1 check ireset " zweimal einbauen?. Einmal mit der Prüfung auf z. B. und einmal auf damit das Konfigurationsupdate auf alle Fälle ausgeführt wird und einmal der reboot (ohne Konfig-Anpassung)?
Oder wie habt ihr einen täglichen reboot eingebaut?
unsere Updates Scripts nutzen wir aktuell für das Backup der Config, das Aktualisieren der Firmware/Bootcode und Aktualisierung der Config. Die Kommandos werden nur zu bestimmten Zeiten ausgeführt.
Kennt ja jeder:
# Zeiten
mod cmd UP1 times /allow 19,20 /initial 1
# Backup
mod cmd UP0 scfg http://10.10.10.10/DRIVE/CF0/CONFIG/TELEFON/#h_V#b3.txt no-op WEEKLY /force 168
# FW Update
mod cmd UP0 prot http://10.10.10.10/DRIVE/CF0/UPDATE/FW12R1SR03/ ser
mod cmd UP0 boot http://10.10.10.10/DRIVE/CF0/UPDATE/FW12R1SR03/ ser
irebootn
# Konfig Update
mod cmd UP1 check ireset
mod cmd UP0 cfg http://10.10.10.10/DRIVE/CF0/UPDATE/CONFIG-TEL-allgemein.txt
config write
config activate
Zusätzlich haben wir jetzt die Herausforderung, dass Abends jedes Telefon an dem jemand per Hotdesk angemeldet ist gebootet werden soll.
Siehe: http://class.innovaphone.com/moodle2/mod/forum/discuss.php?d=17325
Soweit mir bekannt ist, kann ich die Zeitkonfiguration "mod cmd UP1 times /allow 19,20 /initial 1" nur einmal pro Script verwenden. Wie könnte es gelöst werden, dass einerseits die Backups, FW/Bootcode, Config Updates wie bisher ausgeführt werden und zusätzlich einmal pro Tag ein reboot ausgeführt wird?
Muss ich tatsächlich den Umweg gehen und die Zeile "mod cmd UP1 check ireset " zweimal einbauen?. Einmal mit der Prüfung auf z. B. und einmal auf damit das Konfigurationsupdate auf alle Fälle ausgeführt wird und einmal der reboot (ohne Konfig-Anpassung)?
Oder wie habt ihr einen täglichen reboot eingebaut?