Seite 1 von 1
Mit Localboot Netboot auslösen
Verfasst: 13 Apr 2015, 20:41
von SirTux
Hallo,
ist es möglich von in einem Localboot-Produkt ein Netboot-Produkt auf setup zu setzen? Wenn ja wie?
Danke.
Re: Mit Localboot Netboot auslösen
Verfasst: 13 Apr 2015, 22:19
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.
Re: Mit Localboot Netboot auslösen
Verfasst: 14 Apr 2015, 09:10
von SirTux
Vielen Dank

Ich meld mich noch mal, wenn ich soweit bin dies auszuprobieren.