Tag Archives: server

BlueScreen HP Server with 2008 R2

Problem:

Blue screen issues even after patching HP server with intel 5500 xeon. server reboots between once a month to once a week

Problem signature:

Problem Event Name: BlueScreen
OS Version: 6.1.7600.2.0.0.274.14
Locale ID: 1033

Additional information about the problem:
BCCode: 101
BCP1: 000000000000000D
BCP2: 0000000000000000
BCP3: FFFFF880021E8180
BCP4: 0000000000000006
OS Version: 6_1_7600
Service Pack: 0_0
Product: 274_3

 

Solution:

reg add HKLM\System\CurrentControlSet\Control\Processor /v Capabilities /t REG_DWORD /d 0x0007e066  then Reboot

Wiping HP DL380 with boot and nuke

“issue is that you get disk cannot be found”

Solution is to edit main file like so

  1. Run it so it comes up with your error, then press ALT-F4 and Enter to get a shell
  2. cd /etc/init.d
  3. vi main
  4. find line with sd[a-z] change to c[0-9]d[0-9]
  5. :wq – this writes file and quits
  6. then do ./main
  7. it will now detect disks
  8. for faster wipe make sure disks are in raid 0

Hope this helps

J