Seite 1 von 1

launch OPSI client gui via command line

Verfasst: 14 Nov 2012, 10:03
von aellert
Can you tell if it's possible to launch opsi-client gui with script or command line and force opsi-client to check for new update/installation like it does before Windows login ?
Thanks a lot for your answers.

Re: launch OPSI client gui via command line

Verfasst: 14 Nov 2012, 17:00
von d.oertel
Hi,

Code: Alles auswählen

 opsi-admin -d method hostControl_fireEvent on_demand <fqdn of the client>
regards

d.oertel

Re: launch OPSI client gui via command line

Verfasst: 14 Nov 2012, 18:12
von aellert
Thank you, it works well !
Do you know if there are any method to trigger opsi from the windows client (not from the server) ?

Re: launch OPSI client gui via command line

Verfasst: 14 Nov 2012, 20:43
von d.oertel
Hi,
Do you know if there are any method to trigger opsi from the windows client (not from the server) ?
You may use ssh or a opsi-winst script with a 'opsiservicall' section.

For a more detailed answer you should tell what in detail you want to trigger.

regards

d.oertel

Re: launch OPSI client gui via command line

Verfasst: 15 Nov 2012, 10:04
von aellert
Hi,

I'd like to reproduce the behavior of opsi gui_startup or fireondemand, in other terms i want to trigger opsi-client to launch and check if new installations or updates are available.
My constraint is that some computer are not reachable from opsi server (firewall not under my control), but connections established from clients to opsi server are allowed.
You may use ssh or a opsi-winst script with a 'opsiservicall' section.
Do you have an exemple or more information about 'opsiservicall' ?

Thanks for your help