Jump to content

Netlogon Status Show Paused


Recommended Posts

Guest Alan Lim
Posted

Hi All,

 

Lately I have discovered that my Windows 2003 Server R2 SP2 has

netlogon service problem. Every times when the server was reboot, the

netlogon service show paused status. I have to manually start it. But

if I reboot the server again, the netlogon service back to paused

status. I really lost and do not know how to troubleshoot it. Could

someone guide me how to solve this problem. Thank you

 

 

 

Regards,

Alan Lim

  • Replies 3
  • Created
  • Last Reply

Popular Days

Guest Pegasus \(MVP\)
Posted

Re: Netlogon Status Show Paused

 

 

"Alan Lim" <finding.alan@gmail.com> wrote in message

news:7d066957-90ae-4eb0-9a9b-e021566a7a09@i29g2000prf.googlegroups.com...

> Hi All,

>

> Lately I have discovered that my Windows 2003 Server R2 SP2 has

> netlogon service problem. Every times when the server was reboot, the

> netlogon service show paused status. I have to manually start it. But

> if I reboot the server again, the netlogon service back to paused

> status. I really lost and do not know how to troubleshoot it. Could

> someone guide me how to solve this problem. Thank you

>

> Regards,

> Alan Lim

 

What is the problem when the netlogon service is in

its paused state?

Guest Alan Lim
Posted

Re: Netlogon Status Show Paused

 

On Mar 7, 4:59 pm, "Pegasus \(MVP\)" <I....@fly.com.oz> wrote:

> "Alan Lim" <finding.a...@gmail.com> wrote in message

>

> news:7d066957-90ae-4eb0-9a9b-e021566a7a09@i29g2000prf.googlegroups.com...

>

> > Hi All,

>

> > Lately I have discovered that my Windows 2003 Server R2 SP2 has

> > netlogon service problem. Every times when the server was reboot, the

> > netlogon service show paused status. I have to manually start it. But

> > if I reboot the server again, the netlogon service back to paused

> > status. I really lost and do not know how to troubleshoot it. Could

> > someone guide me how to solve this problem. Thank you

>

> > Regards,

> > Alan Lim

>

> What is the problem when the netlogon service is in

> its paused state?

 

I also running Exchange 2003 on this 2003 Server. When the netlogon is

under paused states, a few exchange services are not running well. I

need to manually stop all the exchange services and start in all

again. There is another event id 1058 error in event view, stated that

"windows cannot access the file gpt.ini for GPO. I believe is the

netlogon problem.

Guest Pegasus \(MVP\)
Posted

Re: Netlogon Status Show Paused

 

 

"Alan Lim" <finding.alan@gmail.com> wrote in message

news:bae5885c-9a21-4197-81a5-8826157f5255@u10g2000prn.googlegroups.com...

> On Mar 7, 4:59 pm, "Pegasus \(MVP\)" <I....@fly.com.oz> wrote:

>> "Alan Lim" <finding.a...@gmail.com> wrote in message

>>

>> news:7d066957-90ae-4eb0-9a9b-e021566a7a09@i29g2000prf.googlegroups.com...

>>

>> > Hi All,

>>

>> > Lately I have discovered that my Windows 2003 Server R2 SP2 has

>> > netlogon service problem. Every times when the server was reboot, the

>> > netlogon service show paused status. I have to manually start it. But

>> > if I reboot the server again, the netlogon service back to paused

>> > status. I really lost and do not know how to troubleshoot it. Could

>> > someone guide me how to solve this problem. Thank you

>>

>> > Regards,

>> > Alan Lim

>>

>> What is the problem when the netlogon service is in

>> its paused state?

>

> I also running Exchange 2003 on this 2003 Server. When the netlogon is

> under paused states, a few exchange services are not running well. I

> need to manually stop all the exchange services and start in all

> again. There is another event id 1058 error in event view, stated that

> "windows cannot access the file gpt.ini for GPO. I believe is the

> netlogon problem.

 

The normal state for the "netlogon" service is "manual", and it starts

and stops as required. I suspect that the problems you observe have

an underlying cause. I would start by checking the Event Viewer. Just

for fun you could run this batch file for a few hours and see if it

makes any difference:

 

@echo off

:again

ping localhost -n 60 > nul

net start | find /i "Net Logon" > nul && goto again

echo %date% %time%

net start "Net Logon"

goto again


×
×
  • Create New...