Seite 1 von 1

SilentInstall feature with WAN mode

Verfasst: 26 Apr 2024, 21:08
von ctg
Hello,

I can't manage to silent install products when the client is in WAN mode.
Do you know if it is possible to use SilentInstall feature with WAN extension active?

OPSI-Server: 4.2.0.72-1
OPSI-Client-Agent: 4.2.0.61-1

Thank you for your help,

Re: SilentInstall feature with WAN mode

Verfasst: 30 Apr 2024, 12:22
von wolfbardo
ctg hat geschrieben: 26 Apr 2024, 21:08 I can't manage to silent install products when the client is in WAN mode.
From my point of view It is not really recommended using this feature in WAN/VPN mode.

if the clients in WAN/VPN mode always have contact with the opsi-server, one can try to deal with the config

opsiclientd.control_server.process_actions_event

Code: Alles auswählen

# Determines the event to use if action processing is triggered by systray / kiosk.     
# Possible events are timer and on_demand.
# Possible values are auto, timer, and on_demand.
# If the value is set to auto then on WAN/VPN clients the timer event is used and on other clients the event on_demand.
process_actions_event = auto
kind regards,
bardo wolf