Mit Localboot Netboot auslösen

Antworten
SirTux
Beiträge: 608
Registriert: 05 Feb 2011, 18:37

Mit Localboot Netboot auslösen

Beitrag von SirTux »

Hallo,

ist es möglich von in einem Localboot-Produkt ein Netboot-Produkt auf setup zu setzen? Wenn ja wie?

Danke.
Benutzeravatar
SisterOfMercy
Beiträge: 1556
Registriert: 22 Jun 2012, 19:18

Re: Mit Localboot Netboot auslösen

Beitrag von SisterOfMercy »

I think this is possible with an opsiServiceCall, like this:

Code: Alles auswählen

[actions]
opsiServiceCall_setProductActionRequest

[opsiServiceCall_setProductActionRequest]
 "method": "setProductActionRequest"
 "params": [
            "product-to-install",
            "%HostID%",
            "setup"
           ]
You would only have to change the product-to-install to the product-id of the netboot product you want to install. And perhaps setup if that is not what you want.
Bitte schreiben Sie Deutsch, when I'm responding in the German-speaking part of the forum!
SirTux
Beiträge: 608
Registriert: 05 Feb 2011, 18:37

Re: Mit Localboot Netboot auslösen

Beitrag von SirTux »

Vielen Dank :) Ich meld mich noch mal, wenn ich soweit bin dies auszuprobieren.
Antworten