Laut opsi-Handbuch ist es möglich den den Server so zu konfigurieren das die Clients per WoL automatisch gestartet werden sobald installierbare Updates vorhanden sind, sprich Packete den Status "setup" haben. Zumindest habe ich das so verstanden. In der opsi-product-updater.conf habe ich folgende Einstellungen:
Code: Alles auswählen
[installation]
; If window start AND end are set, installation of the newly downloaded packages
; will only be done if the time when all downloads are completed is inside the time window
; Times have to be speciefied in the form HH:MM, i.e. 06:30
windowStart = 06:30
windowEnd = 07:30
; Comma separated list of product ids which will be installed even outside the time window
exceptProductIds =
[wol]
; If active is set to true, wake on lan will be sent to clients which need to perform actions
active = true
; Comma separated list of product ids which will not trigger wake on lan
excludeProductIds =
; Shutdown clients after installation?
; Before you set this to true please asure that the product shutdownwanted is installed on the depot
shutdownWanted = true
; Gap in seconds between wake ups
startGap = 10
Code: Alles auswählen
opsi-setup --set-rights
opsi-setup --init-current-config
/etc/init.d/opsiconfd restart
/etc/init.d/opsipxeconfd restart