PXE service point is not responding to PXE requests- 16389

PXE service point is not responding to PXE requests

Status Message in SMS_PXE_SERVICE_POINT component log: PXE Control Manager detected PXE service point is not responding to PXE requests. The error is 16389.

I have SCCM 2007 running on Windows 2008. I am trying to get PXE boot working...

I have gone through these basic steps:

  1. Uninstalled PXE Service Point Role
  2. Uninstalled WDS
  3. Deleted 'e:\RemoteInstall' folder
  4. Rebooted then reinstalled WDS, rebooted
  5. Reinstalled PXE Service Point Role
  6. DHCP is not installed on this server and on the same subnet as my DHCP server

The only real error I can find if this:

pxecontrol.log

Sent 274 bytes to 127.000.000.001:4011

Error receiving replies

Pxe test request failed, error code is 16389

PXE test request failed, status code is -2147467259, 'Error receiving replies from PXE server'
Successfully performed availability check against local computer

Initialization still in progress.

Any ideas?

July 1st, 2008 10:38pm

Check the PXESetup.log file on the PXE server.

It is created when you add the PXE Service Point role to the server and should have details about what is happening during the PXE SP setup.

If this installed correctly then there are other ways to get Verbose logs out of PXE SP.

Free Windows Admin Tool Kit Click here and download it now
July 2nd, 2008 3:47am

Thank you for the suggestion.

The PXESetup.log says installation successful ..exit code = 0. All looks good in this log file.

July 2nd, 2008 3:04pm

How do you enable enhanced/verbose logging for a PXE Service Point?

Free Windows Admin Tool Kit Click here and download it now
July 2nd, 2008 5:28pm

"How to enable logging in Windows Deployment Services (WDS) in Windows Server 2003": http://support.microsoft.com/kb/936625/en-us

July 2nd, 2008 5:56pm

Thanks... but I was actually trying to get more details regarding the PxE service point in SCCM 2007:

pxecontrol.log

Sent 274 bytes to 127.000.000.001:4011

Error receiving replies

Pxe test request failed, error code is 16389

PXE test request failed, status code is -2147467259, 'Error receiving replies from PXE server'
Successfully performed availability check against local computer

Initialization still in progress.

So that I could check out this error..

Free Windows Admin Tool Kit Click here and download it now
July 2nd, 2008 6:02pm

To enable WDS Logging set the following registry key:

HKLM\Software\Microsoft\Tracing\WDSServer\EnableFileTracing = 1

The log file generated from this setting will appear in %Windir%\Tracing\WDSServer.log

To add additional logging features to the PXE Filter Script add the following style of code to the script: PXE.LogTrace "My log file comment"

July 3rd, 2008 4:43am

Thanks... I, was able to enable logging... and can see lots of stuff happening when I boot the PXE client.

However, I get this error in the wdsserver.log (like a hundred times)

[2608] 11:21:18: [d:\rtm\base\ntsetup\opktools\wds\wdssrv\server\src\udpendpoint.cpp:811] Expression: , Win32 Error=5023

I see these errors on the PXE client:

PXE-T04: Access Violation

PXE-E36: Error received from TFTP server

PXE-M0F: Exiting Intrl PXE ROM

I still see this error in the PXEControl.log

Pxe test request failed, error code is 16389

PXE test request failed, status code is -2147467259, 'Error receiving replies from PXE server'

Free Windows Admin Tool Kit Click here and download it now
July 3rd, 2008 6:29pm

Access violation looks like a rights issue.

Check that all the accounts that you are using are set up correctly and the WDS\PXE server has the correct rights over your ConfigMgr server.

Failing this, Remove the PXE Service Point role from ConfigMgr and re-add it.

I have seen some instances of the WDS server needing to have WDS re-installed and even the whole box be flattened and started again.

July 8th, 2008 3:28am

The WDS server PXE role and ConfigMgr are all installed on the same server. I can't find an account issue...and I have been looking through the local Security logs (for access problems) ..but can't find any.

I will try to re-install.

tx.

Free Windows Admin Tool Kit Click here and download it now
July 8th, 2008 2:36pm

Hi....

Thanks for everyones help. I eventually found out what the problem was... My SCCM 2007 was running on Windows 2008 server. I discovered that you need to install SCCM 2007 SP1 if you want to run on windows 2008. (had to burn an MS support call on this...thaaaaaaa)

Anyway, thanks for your help!

Now my PXE boot service is working just fine...

July 10th, 2008 7:44pm

I had this same error code and got it resolved thanks to Anandkumar Nair at MS Support.

Cause:

Running SQL server under a service account with missing SPN entries. When running SQL in SCCM 2007 in a cluster or under a service account you must register SPN records for the name and fqdn of the server.

Check Symptoms:

CCM\Logs\SMSPXE.Log shows the PSP can not log into SQL server.

MPDB ERROR - CONNECTION PARAMETERS - Error Description   : The EXECUTE permission was denied on the object 'PXE_GetPXECert', database '<SMS DB NAME>', schema 'dbo'.

When you execute: SetSPN -L <Domain\Account> you do not see the SQL server SPNs listed:

  • MSSQLSvc/<SQL Server computer name>:1433
  • MSSQLSvc/<SQL Server computer name>.<dns suffix>:1433

Solution:

** Don't forget to ammend the port if you are running a custom SQL network config.

  1. setspn –A MSSQLSvc/<SQL Server computer name>:1433 <Domain\Account>.
  2. setspn –A MSSQLSvc/<SQL Server computer name>.<dns suffix>:1433 <Domain\Account>.
  3. Manually start WDS on the PSP

Reference:

The complete procedure is here: http://technet.microsoft.com/en-us/library/bb735885.as

November 29th, 2010 7:39pm

even I had same issue, its fixed,

FIX: check services, MP control and Windows Deployment services.

-Harshithraj Poojary.

  • Proposed as answer by harshithraj 23 hours 58 minutes ago
February 28th, 2014 7:04am

even I had same issue, its fixed,

FIX: check services, MP control and Windows Deployment services.

-Harshithraj Poojary.

Free Windows Admin Tool Kit Click here and download it now
February 28th, 2014 7:09am

even I had same issue, its fixed,

FIX: check services, MP control and Windows Deployment services.

-Harshithraj Poojary.

  • Proposed as answer by harshithraj Friday, February 28, 2014 12:04 PM
February 28th, 2014 3:03pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics