Windows issues - restarting and drivers not loading
Hey guys,I'm having issues with my HP Proliant server running WHS 2011, it seems to be running the 'resume windows' screen every time i switch it on and then randomly switching off after 10 mins. it will restart sometimes, other times not. I managed to get a log file in the hope it would explain things, but looking at this it seems there are loads of driver not loading and now i'm totally confused?!?
Log File - ntbtlog.txt - https://filebin.net/62h6ob1dl05vwwwj/ntbtlog.txt?t=rmn6acw6
Any thoughts/help would be greatly appreciated data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7 By 'switching off' do you mean shutting down, crashing or losing power suddenly? Hi EndlessWaves,yes is seems to just shut down.Usually after 10 minutes.Sometimes it will restart itself straight away, other times not. overheating? What is the model number?
Are we to assume you've had this running with no issues prior to your post? How old is the server? Looking at the logs the first failures are due to MS's ISATAP adapter failure. Both Teredo and ISATAP are mechanisms for IPv6 connectivity on IPv4-only networks, therefore possibly a network adapter issue.
If you can get it to restart try the following to disable the ISATAP adapter:
Open a cmd promptenter : netsh interface ipv6 isatap set state disabledSee if it makes a difference.
You can also do the same with the TOLEDO adapter with the cmd:
netsh interface ipv6 set teredo disabledAfter doing the above get a print of the log file again.
If it's not these they can be set back to enabled by the cmd:
netsh interface ipv6 set isatap enablednetsh interface ipv6 set teredo enabled
No promises, but you have to start somewhere, so let us know how you get on please.
Pages:
[1]