Can no longer pxe boot to any of the prods
-
- Beiträge: 20
- Registriert: 01 Nov 2012, 16:09
Re: Can no longer pxe boot to any of the prods
Re: Can no longer pxe boot to any of the prods
not in detail.
--cleanup-backend tries to eliminate all not any more used (zombie) backend entries.
Fine that it is working right now.
Did you post an opsi-map entry ?
http://www.opsi.org/en/opsi-map
Perhaps you may post some of your scripts in the wiki:
wiki/userspace:script_templates
regards
d.oertel
Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.
Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.
uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de
-
- Beiträge: 20
- Registriert: 01 Nov 2012, 16:09
Re: Can no longer pxe boot to any of the prods
Thanks for all your help...
Im just sorting out my last few bugs, mostly getting my drivers etc all in, but will most likely post up my scripts when done with my initial project. So far so good though.
-
- Beiträge: 20
- Registriert: 01 Nov 2012, 16:09
Re: Can no longer pxe boot to any of the prods
Is there anything I can look out for in the logs as to why its not reporting back complete. Other jobs such as memtest are working fine?
Re: Can no longer pxe boot to any of the prods
the win7 netboot product includes the installation of the opsi-client-agent which is started by the unattend.xml after the OS installation is completed. The installation of the opsi-client-agent a) gives the feedback to the server that the OS installation is finished and b) is needed for any further localboot product installation.
So it might be that the installation of the opsi-client-agent is not started (e.g. by changes at the unattend.xml) or is broken.
You should look if there is a 'opsi-lient-agent.log' at your c:\tmp directory.
If not - the installation is not started.
If it is there - it should contain messages that explain why it is failed.
regards
d.oertel
Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.
Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.
uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de
-
- Beiträge: 20
- Registriert: 01 Nov 2012, 16:09
Re: Can no longer pxe boot to any of the prods
I do have two more questions though that I was hoping you could help with?
I cant seem to get the PXE setup to go to English, I have read about it on the forum and believe Ive changed the right files but I must be missing something.
Also are there different user levels, ideally I would like to be able to setup accounts so that people could access the java web console and assign products but not go on the server and be able to create new products or remove files from the shares etc. Is this possible?
Thanks
Re: Can no longer pxe boot to any of the prods
PXE feedback:
have a look at the c:\tmp\opsi-client-agent.log and search for:
opsiservicecall_setNetbootInstallationStatus
Can you please give more details which part of the installation you mean and which OS is affected.I cant seem to get the PXE setup to go to English
A user that is only member of the group opsiadmin may only use the configed / webservice.Also are there different user levels
A more sophisticated role concept is on the roadmap but at the opsi online survey we find the role concept at place 9 of the most wanted features. So it will take some time .....
regards
d.oertel
Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.
Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.
uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de
-
- Beiträge: 20
- Registriert: 01 Nov 2012, 16:09
Re: Can no longer pxe boot to any of the prods
Heres what the log is saying
Execution of opsiservicecall_setNetbootInstallationStatus
[6] [14/11/2012 17:42:49] "method": "setProductInstallationStatus"
[3] [14/11/2012 17:42:49] Error: retrieveJSONObject --- opsi service problem ----> unexpected Result from webservice in retrieveJSONObject, number of lines: 0
[3] [14/11/2012 17:42:49] Error: retrieveJSONObject --- opsi service problem ----> unexpected Result from webservice in retrieveJSONObject, number of lines: 0
[5] [14/11/2012 17:42:49] opsi Server Version :
[4] [14/11/2012 17:42:49] opsi service version could not retrieved, perhaps no connection
[3] [14/11/2012 17:42:49] Error: no connection to service
[5] [14/11/2012 17:42:49] EndIf
[5] [14/11/2012 17:42:49] comment: update productOnClient for the opsi-client-agent ....
[5] [14/11/2012 17:42:49]
[5] [14/11/2012 17:42:49] Execution of opsiservicecall_setOpsiclientagentInstallationStatus_unknown
[6] [14/11/2012 17:42:49] "method": "setProductInstallationStatus"
[3] [14/11/2012 17:42:49] Error: service not initialized
[3] [14/11/2012 17:42:49] Error: no connection to service
[5] [14/11/2012 17:42:49]
[5] [14/11/2012 17:42:49] Execution of opsiservicecall_setOpsiclientagentInstallationStatus_installed
[6] [14/11/2012 17:42:49] "method": "setProductInstallationStatus"
[3] [14/11/2012 17:42:49] Error: service not initialized
[3] [14/11/2012 17:42:49] Error: no connection to service
-
- Beiträge: 20
- Registriert: 01 Nov 2012, 16:09
Re: Can no longer pxe boot to any of the prods
Thank you for the answer regarding the user permissions. Is there a place to view the roadmap? I would be interested in having a look at what you have planned, its an awesome project.
Re: Can no longer pxe boot to any of the prods
have a look at
http://download.uib.de/opsi_stable/doc/ ... etrization
and try there
Code: Alles auswählen
lang=en
to the 'append' line in
/tftpboot/linux/pxelinux.cfg/install
Does this help ?
The translation of the survey (and of the resulting roadmap) is in progress .....
regards
d.oertel
Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.
Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.
uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de