+ Post New Thread
Results 1 to 11 of 11
Windows Thread, Server keeps crashing. in Technical; Hi. Does anyone have any idea why our DC keeps crashing/locking up, and as a result, slowly bringing everything to ...
  1. #1

    Join Date
    Nov 2007
    Posts
    554
    Thank Post
    3
    Thanked 3 Times in 3 Posts
    Rep Power
    10

    Server keeps crashing.

    Hi.
    Does anyone have any idea why our DC keeps crashing/locking up, and as a result, slowly bringing everything to a halt?
    We've reconfigured our IIS to act as a second DC/DNS to try and help but it hasnt worked. .

    Ideas?

  2. #2

    elsiegee40's Avatar
    Join Date
    Jan 2007
    Location
    Kent
    Posts
    6,562
    Thank Post
    1,093
    Thanked 1,024 Times in 765 Posts
    Rep Power
    328
    Any messages in Event Viewer? Anything eating CPU in Task manager?

  3. #3
    somabc's Avatar
    Join Date
    Oct 2007
    Location
    London
    Posts
    2,326
    Thank Post
    82
    Thanked 386 Times in 257 Posts
    Rep Power
    106
    Quote Originally Posted by boomam View Post
    Hi.
    Does anyone have any idea why our DC keeps crashing/locking up, and as a result, slowly bringing everything to a halt?
    We've reconfigured our IIS to act as a second DC/DNS to try and help but it hasnt worked. .

    Ideas?
    Turn it off

  4. #4

    Join Date
    Nov 2007
    Posts
    554
    Thank Post
    3
    Thanked 3 Times in 3 Posts
    Rep Power
    10
    Quote Originally Posted by elsiegee40 View Post
    Any messages in Event Viewer? Anything eating CPU in Task manager?
    Theres occasional DNS->AD errors/warnings in the DNS log, but otherwise its fine.
    CPU wise, nothing seems to be eating it up.

    Tbh, im convinced the DNS on the DC is borked. Anyone know how to rebuild it? Im not 100% familier with rebuilding a DNS. I know how to set one up, (just about. ).
    Last edited by boomam; 26th June 2008 at 03:33 PM.

  5. #5

    SYNACK's Avatar
    Join Date
    Oct 2007
    Location
    EOL
    Posts
    6,967
    Blog Entries
    9
    Thank Post
    403
    Thanked 1,779 Times in 1,517 Posts
    Rep Power
    415
    Does it also act as a print server, we have issues with rubbish brother printer drivers using up all of the non-paged memory pool on a server at one of my sites. The server slows right down and the services start to fail like you described but there is no error regarding the actual cause logged.

    You might try using a scheduled task to restart the print spooler service every 4 hours which reloads the faulty bit of the driver freeing the memory.

  6. #6

    Join Date
    Nov 2007
    Posts
    554
    Thank Post
    3
    Thanked 3 Times in 3 Posts
    Rep Power
    10
    Ive wrote a batch with this is:

    Code:
    net stop spooler
    net stop PCPrintProvider
    
    net start spooler
    net start PCPrintProvider
    And set the scheduler to run it every two hours.
    The PCPrintProvider (papercut) asks for a Y/N answer when i run it manually.
    Anyway to get it to do that automatically?

  7. #7

    SYNACK's Avatar
    Join Date
    Oct 2007
    Location
    EOL
    Posts
    6,967
    Blog Entries
    9
    Thank Post
    403
    Thanked 1,779 Times in 1,517 Posts
    Rep Power
    415
    Quote Originally Posted by boomam View Post
    Ive wrote a batch with this is:

    Code:
    net stop spooler
    net stop PCPrintProvider
    
    net start spooler
    net start PCPrintProvider
    And set the scheduler to run it every two hours.
    The PCPrintProvider (papercut) asks for a Y/N answer when i run it manually.
    Anyway to get it to do that automatically?
    It should stop without asking questions unless there are services that depend on it that must also be killed. You can see which are dependent by stoping the task in the services manager as this will bring up a list.

    You need to stop all dependent services before killing the spooler:

    Code:
    net stop PCPrintProvider
    net stop "TCP/IP printing" (not exact syntax)
    net stop spooler
    
    net start PCPrintProvider
    net start "TCP/IP printing"
    net start spooler

  8. #8
    Sylv3r's Avatar
    Join Date
    Jul 2005
    Location
    Co. Durham
    Posts
    2,695
    Thank Post
    329
    Thanked 283 Times in 249 Posts
    Rep Power
    109
    Quote Originally Posted by boomam View Post
    Ive wrote a batch with this is:

    Code:
    net stop spooler /y
    net stop PCPrintProvider /y
    
    net start spooler
    net start PCPrintProvider
    And set the scheduler to run it every two hours.
    The PCPrintProvider (papercut) asks for a Y/N answer when i run it manually.
    Anyway to get it to do that automatically?
    The bit in red should sort it.

  9. #9

    Join Date
    Nov 2007
    Posts
    554
    Thank Post
    3
    Thanked 3 Times in 3 Posts
    Rep Power
    10
    Fair enough. Will put those into the script then.

    It crashed again this morning. .

  10. #10

    Join Date
    Nov 2007
    Posts
    554
    Thank Post
    3
    Thanked 3 Times in 3 Posts
    Rep Power
    10
    Update.
    First it wouldnt boot, 'no OS'.
    Then it'd hang on the 'preparing network connections' part.
    If i boot into directory restore mode, then because our IIS was just made a secondary DNS/AD then it functions fine.
    Rebuilt the AD using ntdsutil and it appears to be working correctly now.

    Touch wood..

  11. #11

    Join Date
    Nov 2007
    Posts
    554
    Thank Post
    3
    Thanked 3 Times in 3 Posts
    Rep Power
    10
    Down again. .

    This time theres no logical reason for it. .

SHARE:
+ Post New Thread

Similar Threads

  1. pars - crashing
    By ltunstall in forum MIS Systems
    Replies: 1
    Last Post: 20th June 2008, 08:00 AM
  2. IE 7 Keeps crashing
    By HodgeHi in forum Windows
    Replies: 10
    Last Post: 12th April 2008, 03:19 PM
  3. IE7 crashing virtually everywhere
    By sidewinder in forum Windows
    Replies: 28
    Last Post: 14th January 2008, 08:38 PM
  4. iMovie crashing
    By RobC in forum Mac
    Replies: 3
    Last Post: 19th January 2006, 10:32 AM
  5. Computer keeps crashing
    By StewartKnight in forum Windows
    Replies: 15
    Last Post: 18th July 2005, 09:54 AM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •