hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Hosting Security and Technology : Win2K3 Stop Errors. Please help.
Reply

Hosting Security and Technology Configuring and optimizing web hosting servers and operating systems, developing administration scripts, building servers, protecting against hackers, and general security (SSL certificates, etc.)
Forum Jump

Win2K3 Stop Errors. Please help.

Reply Post New Thread In Hosting Security and Technology Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 03-22-2005, 09:10 PM
Map-Depot Map-Depot is offline
Newbie
 
Join Date: Mar 2005
Location: Ontario, Canada
Posts: 5

Win2K3 Stop Errors. Please help.


Greetings,

First post, yay!. Anyways, I'm having a problem with my colocated server. It's less than 2 weeks old and I'm having stop error problems. The server will reboot automatically after the stop error, but there are a few processes that I need running and have to start manually because they're not setup as services. It happens anywhere from 2 to 8 times a day. It seems random. The only consistancy is in the error messages logged in the event viewer. They all start with "Error code 100000be" and end with "parameter4 0000000b".

I had the server running for a week before I sent it to the colo host, and never had a problem with it. The problem only started about two or three days after being at the colo host.

Here is a copy of one of the error messages.

Quote:
Event Type: Information
Event Source: Save Dump
Event Category: None
Event ID: 1001
Date: 3/22/2005
Time: 6:32:36 PM
User: N/A
Computer: SERVER
Description:
The computer has rebooted from a bugcheck. The bugcheck was: 0x100000be (0xf63d15ac, 0x3ff03121, 0xf66d8cac, 0x0000000b). A dump was saved in: C:\WINDOWS\Minidump\Mini032205-04.dmp.
I have searched Google, and other sites for this error code, but was unable to find anything that could pertain to my server. Mostly it was stuff involving ATI cards and Windows XP. I'm running Windows Server 2003, and have an nVidia MX4000 in it.

All the drivers are up to spec, and the OS has been completely updated. I even used the Microsoft Baseline Security Analyzer to double check my system, and everything is ok.

Any help or suggestions would be greatly appreciated.

Thanks!

Reply With Quote


Sponsored Links
  #2  
Old 03-23-2005, 04:20 AM
farpost farpost is offline
Junior Guru
 
Join Date: Jul 2004
Location: Vladivostok, Russia
Posts: 211

__________________
http://bandwidth-control.net
Farpost Inc.
IT outsourcing by certified professionals.

Reply With Quote
  #3  
Old 03-23-2005, 05:55 AM
sam_cogan sam_cogan is offline
Junior Guru
 
Join Date: Aug 2004
Location: Sheffield, United Kingdom
Posts: 238
From what I can find the 0x0000000be error code realates to a driver attempting to write to a read only memory segment. If it can, windows will identify the driver in the error message. Which by the looks of it, it hasn't in this case. I think initially it might be a case of updating and re-instaling drivers, or looking at a possible memmory problem. i would think it's more likely to be drivers than memmory.

__________________
█ Windows and Exchange Server Experts, UK and US Dedicated Exchange Servers.
MCSE Certified, Registered Microsoft Partner.
█ Exchange 2010, Server 2008 and IIS 7 Services now available!
www.windowsserv.com Email: mail@windowsserv.com

Reply With Quote
Sponsored Links
  #4  
Old 03-23-2005, 08:13 AM
Map-Depot Map-Depot is offline
Newbie
 
Join Date: Mar 2005
Location: Ontario, Canada
Posts: 5
Thanks for pointing me in the direction of drivers. Last night just after I posted on here, I decided to check my video driver on the server. Turns out I hadn't installed one for my card. I was just using the generic Windows driver. I downloaded the latest nVidia drivers and installed them. So far we're up to 10 hours 30 minutes without a crash.

I guess the real test will be if by tonight it hasn't crashed then it should probably be safe to say that it's resolved.

Thanks again guys!

Reply With Quote
  #5  
Old 03-23-2005, 05:47 PM
Map-Depot Map-Depot is offline
Newbie
 
Join Date: Mar 2005
Location: Ontario, Canada
Posts: 5
Well it went 15 hours with no problems, then it crashed again. So I guess the drivers didn't fix the problem.

I really am at a total loss as to what to do, and honestly I'm starting to get a little worried that I may have to get the server shipped back to me so I can repair it. That will cost me a lot of money, that honestly I can't afford right now.

Does anyone have any other suggestions?

Reply With Quote
  #6  
Old 03-23-2005, 06:56 PM
sam_cogan sam_cogan is offline
Junior Guru
 
Join Date: Aug 2004
Location: Sheffield, United Kingdom
Posts: 238
have you changed any other drivers, it may have been one other than the graphics card. Is it still the same stop error? If you can maybe you should run a memmory test on the server. Let us know if there are any other symptons.

__________________
█ Windows and Exchange Server Experts, UK and US Dedicated Exchange Servers.
MCSE Certified, Registered Microsoft Partner.
█ Exchange 2010, Server 2008 and IIS 7 Services now available!
www.windowsserv.com Email: mail@windowsserv.com

Reply With Quote
  #7  
Old 03-23-2005, 07:08 PM
Map-Depot Map-Depot is offline
Newbie
 
Join Date: Mar 2005
Location: Ontario, Canada
Posts: 5
I have updated all the drivers on the server. The stop error is the same as before. I cannot run a mem test on the server as it is in Dallas, and I'm in canada.

Reply With Quote
  #8  
Old 03-24-2005, 09:44 AM
ixnay ixnay is offline
Newbie
 
Join Date: Sep 2003
Posts: 12
Hello Map-Depot

Donwload Microsoft debug tools @ msdl.microsoft.com/download/symbols/debuggers/dbg_x86_6.4.7.2.exe and install it at your home pc.

Go to your Minidumps directory on the server: C:\WINDOWS\Minidump\ and grab the report you want.

Now again to your home pc.
Download the report, start Windebug (windbg.exe) and open that memory dump file (I guess there is a specific "Open Memory Dump File")

You'll see a lot of strange characters (almost non-readable), but you'll be able to see what file is making your server crash (probably some driver's file). Then reinstall whatever needs to be reinstalled

I had a similar problem and I was able to solve it with this procedures. It was a firewall's driver that was going crazy. Reinstalled the firewall and never had that nasty reboots again.

Good luck

Reply With Quote
  #9  
Old 03-24-2005, 10:57 AM
geekie246 geekie246 is offline
Web Hosting Guru
 
Join Date: Jan 2005
Location: Newfoundland, Canada
Posts: 253
I suspect memory. seen this on a new server i installed and had the exact same error.

swapped ram and voila ... things have been great and been up for 56 days.

Reply With Quote
  #10  
Old 03-24-2005, 08:03 PM
Map-Depot Map-Depot is offline
Newbie
 
Join Date: Mar 2005
Location: Ontario, Canada
Posts: 5
ixnay, what firewall software were you running? I am running a software firewall.

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
50a5b5b7-2af8-4a9e-8559-320845a79962 Listing 2013-03-05 18:25:51
WHIR TV Video: January's WHIR Networking Event in Los Angeles Blog 2012-02-03 12:25:15
Web Host Secure Cloud Space Integrates Softaculous Auto-Installer with Control Panel Web Hosting News 2011-12-19 16:39:33
Web Hosting Program We Stop Badware Starts Adding New Participants Web Hosting News 2011-08-26 16:57:00
StopBadware Launches We Stop Badware Program for Web Hosting Firms Web Hosting News 2011-08-17 19:15:13


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?