[Error] [DepotServerDhcpOptions.ReadDhcpOptions] No parameter data received from dhcp server

Moderator: jknoth

Post Reply
User avatar
alukic
Posts: 11
Joined: 27. Mar 2018, 10:18
Location: Vienna
Contact:

[Error] [DepotServerDhcpOptions.ReadDhcpOptions] No parameter data received from dhcp server

Post by alukic » 28. Feb 2019, 16:45

Hallo,

wir haben leider das nächste Problem in unserer Implementierung des WinPE.

Code: Select all

2019-02-28 11:14:20.142 [Information] [ConfiguratorService.GetPlainValueWithDefault] Requested value for the "AgentTemplate.Transport.DHCPOptions.enabled" key
2019-02-28 11:14:20.142 [Information] [ConfiguratorService.GetPlainValueWithDefault] [ConfiguratorDebug] Returned value: true
2019-02-28 11:14:20.142 [Information] [ConfiguratorService.GetValue] [ConfiguratorDebug] Returned resolved value: true
2019-02-28 11:14:20.142 [Information] [DepotServerDhcpOptions.IsConfigured] Dhcp option enabled: true
2019-02-28 11:14:20.142 [Information] [ConfiguratorService.GetPlainValueWithDefault] Requested value for the "AgentTemplate.Transport.DHCPOptions.DHCPEntry" key
2019-02-28 11:14:20.142 [Information] [ConfiguratorService.GetPlainValueWithDefault] [ConfiguratorDebug] Returned value: 
2019-02-28 11:14:20.142 [Information] [ConfiguratorService.GetValue] [ConfiguratorDebug] Returned resolved value: 
2019-02-28 11:14:20.142 [Information] [ConfiguratorService.GetPlainValueWithDefault] Requested value for the "AgentTemplate.Transport.DHCPOptions.DHCPEntry.id" key
2019-02-28 11:14:20.142 [Information] [ConfiguratorService.GetPlainValueWithDefault] [ConfiguratorDebug] Returned value: 
2019-02-28 11:14:20.142 [Information] [ConfiguratorService.GetValue] [ConfiguratorDebug] Returned resolved value: 
2019-02-28 11:14:20.142 [Information] [DepotServerDhcpOptions.LoadConfiguration] DHCPOptions  - 
2019-02-28 11:14:20.142 [Information] [ConfiguratorService.GetPlainValueWithDefault] Requested value for the "AgentTemplate.Transport.DHCPOptions.DHCPEntry.1" key
2019-02-28 11:14:20.142 [Information] [ConfiguratorService.GetPlainValueWithDefault] [ConfiguratorDebug] Returned value: EmpirumServer
2019-02-28 11:14:20.142 [Information] [ConfiguratorService.GetValue] [ConfiguratorDebug] Returned resolved value: EmpirumServer
2019-02-28 11:14:20.142 [Information] [ConfiguratorService.GetPlainValueWithDefault] Requested value for the "AgentTemplate.Transport.DHCPOptions.DHCPEntry.1.id" key
2019-02-28 11:14:20.142 [Information] [ConfiguratorService.GetPlainValueWithDefault] [ConfiguratorDebug] Returned value: 128
2019-02-28 11:14:20.142 [Information] [ConfiguratorService.GetValue] [ConfiguratorDebug] Returned resolved value: 128
2019-02-28 11:14:20.142 [Information] [DepotServerDhcpOptions.LoadConfiguration] DHCPOptions EmpirumServer - 128
2019-02-28 11:14:20.158 [Information] [ConfiguratorService.GetPlainValueWithDefault] Requested value for the "AgentTemplate.Transport.DHCPOptions.DHCPEntry.2" key
2019-02-28 11:14:20.158 [Information] [ConfiguratorService.GetPlainValueWithDefault] [ConfiguratorDebug] Returned value: EmpSrvLong
2019-02-28 11:14:20.158 [Information] [ConfiguratorService.GetValue] [ConfiguratorDebug] Returned resolved value: EmpSrvLong
2019-02-28 11:14:20.158 [Information] [ConfiguratorService.GetPlainValueWithDefault] Requested value for the "AgentTemplate.Transport.DHCPOptions.DHCPEntry.2.id" key
2019-02-28 11:14:20.158 [Information] [ConfiguratorService.GetPlainValueWithDefault] [ConfiguratorDebug] Returned value: 129
2019-02-28 11:14:20.158 [Information] [ConfiguratorService.GetValue] [ConfiguratorDebug] Returned resolved value: 129
2019-02-28 11:14:20.158 [Information] [DepotServerDhcpOptions.LoadConfiguration] DHCPOptions EmpSrvLong - 129
2019-02-28 11:14:20.158 [Information] [ConfiguratorService.GetPlainValueWithDefault] Requested value for the "AgentTemplate.Transport.DHCPOptions.DHCPEntry.3" key
2019-02-28 11:14:20.158 [Information] [ConfiguratorService.GetPlainValueWithDefault] [ConfiguratorDebug] Returned value: EmpInstUser
2019-02-28 11:14:20.158 [Information] [ConfiguratorService.GetValue] [ConfiguratorDebug] Returned resolved value: EmpInstUser
2019-02-28 11:14:20.158 [Information] [ConfiguratorService.GetPlainValueWithDefault] Requested value for the "AgentTemplate.Transport.DHCPOptions.DHCPEntry.3.id" key
2019-02-28 11:14:20.158 [Information] [ConfiguratorService.GetPlainValueWithDefault] [ConfiguratorDebug] Returned value: 130
2019-02-28 11:14:20.158 [Information] [ConfiguratorService.GetValue] [ConfiguratorDebug] Returned resolved value: 130
2019-02-28 11:14:20.158 [Information] [DepotServerDhcpOptions.LoadConfiguration] DHCPOptions EmpInstUser - 130
2019-02-28 11:14:20.158 [Information] [ConfiguratorService.GetPlainValueWithDefault] Requested value for the "AgentTemplate.Transport.DHCPOptions.DHCPEntry.4" key
2019-02-28 11:14:20.158 [Information] [ConfiguratorService.GetPlainValueWithDefault] [ConfiguratorDebug] Returned value: EmpInstPW
2019-02-28 11:14:20.158 [Information] [ConfiguratorService.GetValue] [ConfiguratorDebug] Returned resolved value: EmpInstPW
2019-02-28 11:14:20.158 [Information] [ConfiguratorService.GetPlainValueWithDefault] Requested value for the "AgentTemplate.Transport.DHCPOptions.DHCPEntry.4.id" key
2019-02-28 11:14:20.158 [Information] [ConfiguratorService.GetPlainValueWithDefault] [ConfiguratorDebug] Returned value: 131
2019-02-28 11:14:20.158 [Information] [ConfiguratorService.GetValue] [ConfiguratorDebug] Returned resolved value: 131
2019-02-28 11:14:20.158 [Information] [DepotServerDhcpOptions.LoadConfiguration] DHCPOptions EmpInstPW - 131
2019-02-28 11:14:20.158 [Information] [ConfiguratorService.GetPlainValueWithDefault] Requested value for the "AgentTemplate.Transport.DHCPOptions.DHCPEntry.5" key
2019-02-28 11:14:20.158 [Information] [ConfiguratorService.GetPlainValueWithDefault] [ConfiguratorDebug] Returned value: 
2019-02-28 11:14:20.158 [Information] [ConfiguratorService.GetValue] [ConfiguratorDebug] Returned resolved value: 
2019-02-28 11:14:20.158 [Information] [ConfiguratorService.GetPlainValueWithDefault] Requested value for the "AgentTemplate.Transport.DHCPOptions.DHCPEntry.5.id" key
2019-02-28 11:14:20.158 [Information] [ConfiguratorService.GetPlainValueWithDefault] [ConfiguratorDebug] Returned value: 
2019-02-28 11:14:20.158 [Information] [ConfiguratorService.GetValue] [ConfiguratorDebug] Returned resolved value: 
2019-02-28 11:14:20.158 [Information] [DepotServerDhcpOptions.LoadConfiguration] DHCPOptions  - 
2019-02-28 11:14:20.189 [Information] [DhcpApiByClient.InitializeDhcpClientApi] Initialize Dhcpcsvc.dll...
2019-02-28 11:14:20.189 [Information] [DepotServerDhcpOptions.ReadDhcpOptions] Initialized Dhcpcsvc.dll version 2
2019-02-28 11:14:20.189 [Information] [DhcpApiByClient.RequestParam] Request parameter 128
2019-02-28 11:14:37.811 [Error] [DepotServerDhcpOptions.ReadDhcpOptions] Read dhcp option 128 failed.
2019-02-28 11:14:37.858 [Error] [DepotServerDhcpOptions.ReadDhcpOptions] No parameter data received from dhcp server!    at Matrix42.Empirum.DepotServerAccess.DhcpApi.DhcpApiByClient.RequestParam(String networkInterfaceId, UInt32 optionId)
   at Matrix42.Empirum.DepotServerAccess.DepotServerDhcpOptions.ReadDhcpOptions()
Die option 128 ist gesetzt, da ja sonst auch das EPE nicht funktionieren würde.

Image

lg Anel

MaMa82
Posts: 344
Joined: 10. Jun 2011, 13:56
Contact:

Re: [Error] [DepotServerDhcpOptions.ReadDhcpOptions] No parameter data received from dhcp server

Post by MaMa82 » 01. Mar 2019, 07:18

Hallo Anel,

welche Empirum, Windows10 und (Matrix42) WinPE Version wird denn genutzt?

Nur weil EPE funktioniert, muss das nicht zwingend heißen, dass dort auch die DHCP Optionen korrekt verarbeitet werden. :D (Gibt ja immer ein Fallback über die zugewiesenen / im Template hinterlegten Server)
Ich nehme an sowohl im zugewiesenen, als auch im Default Agent Template ist der Haken für DHCP-Optionen verwenden gesetzt?

Ganz doofe Frage - auf dem DHCP-Server läuft gleichzeitig auch der Matrix42 PXE-Dienst? (Option 60)

Zwischen 128 (NETBIOS) und 129 (mit FQDN) wird unterschieden?

Der Client ist im richtigen DHCP-Scope?
Grüße MaMa82


PS: EDV steht nicht für "Elektronische Datenverarbeitung", sondern vielmehr für "ENDE DER VERNUNFT"! :roll:

User avatar
Joachim Bienwald
Posts: 68
Joined: 13. Feb 2018, 20:13
Contact:

Re: [Error] [DepotServerDhcpOptions.ReadDhcpOptions] No parameter data received from dhcp server

Post by Joachim Bienwald » 01. Mar 2019, 07:22

Hallo Anel,

wie sieht es denn mit dem Netzwerkadapter auf dem Client im WinPE aus? Brauchst Du da eventuell noch einen Treiber? Hat der Client schon einen IP Adresse bekommen?

Gruß
Joachim

User avatar
alukic
Posts: 11
Joined: 27. Mar 2018, 10:18
Location: Vienna
Contact:

Re: [Error] [DepotServerDhcpOptions.ReadDhcpOptions] No parameter data received from dhcp server

Post by alukic » 01. Mar 2019, 08:03

Hi,

Ich fange mal mit den Versionen an :-)

Empirum 18.0.3.33905
WinPE 1.4.14

Zum Windows 10 kommen wir gar nicht da das Problem schon im PE auftaucht, eine IP hat der Client auch.
DHCP Server läuft nicht auf dem gleichen Server wie die PXE-Dienste.
Der Hacken für DHCP ist natürlich gesetzt.

LG

MaMa82
Posts: 344
Joined: 10. Jun 2011, 13:56
Contact:

Re: [Error] [DepotServerDhcpOptions.ReadDhcpOptions] No parameter data received from dhcp server

Post by MaMa82 » 01. Mar 2019, 13:51

Stellt sich immer noch die Frage welche Windows 10 und ADK Version ausgerollt werden soll?

Ein kleiner Hinweis: sofern der DHCP-Server nicht gleichzeitig Matrix42 PXE Server ist, ist die DHCP Option 60 überflüssig bzw. nicht zu setzen.
Grüße MaMa82


PS: EDV steht nicht für "Elektronische Datenverarbeitung", sondern vielmehr für "ENDE DER VERNUNFT"! :roll:

User avatar
alukic
Posts: 11
Joined: 27. Mar 2018, 10:18
Location: Vienna
Contact:

Re: [Error] [DepotServerDhcpOptions.ReadDhcpOptions] No parameter data received from dhcp server

Post by alukic » 01. Mar 2019, 14:04

Wie im Logfile zu sehen bootet das WinPE und versucht die DHCP optionen zu lesen und dort kommt der Fehler. Ich verstehe nicht was die Windows 10 Version mit dem ganzen zu tun? Soweit ist das Setup gar nicht das es die install.wim vom Windows 10 angreift.

Die DHCP option 60 brauchen wir sehr wohl, da ohne dieser der EPE auch nicht funktioniert. Vielleicht wurde das irgendwann geändert.

lg Anel

PS: Kann bitte einer meine Kollegin auch für das Forum freischalten? Sie wartet mittlerweile ca 2 Jahre auf das. :roll:

User avatar
alukic
Posts: 11
Joined: 27. Mar 2018, 10:18
Location: Vienna
Contact:

Re: [Error] [DepotServerDhcpOptions.ReadDhcpOptions] No parameter data received from dhcp server

Post by alukic » 15. Mar 2019, 08:51

Hi,

zur Info, das Problem lag an der Firewall, diese dürfte etwas langsam sein und bei dieser Option läuft der Client in ein Timeout.
Wir haben das Template umgestellt so dass die DHCP option nicht benutzt wird und es hat sofort funktioniert.

lg Anel

Post Reply

Return to “OS Installer”

Who is online

Users browsing this forum: No registered users and 7 guests