1

I need to reset Windows 2003 administrator password on HP ML series server with E200 SmartArray. Offline NT password recovery CD booted but could not find any disks. I run driver autoload and lsmod shows cciss. So dmesg does. But no /dev/cciss/cXdY entries appears.

What can be done about this?

Thank you.

joystick
  • 11
  • 2

2 Answers2

2

For your immediate issue, using the Offline NT password recovery disk, please run the driver autoload several times. You're on a G5 ProLiant, and the utility needs to run the probe separately for each SCSI device driver. (e.g. you may have an Adaptec or LSI device that was probed first). There was a bug in the program that wasn't resolved until the 5/2011 release.

If that fails, you have a number of password recovery options available. HP equipment is pretty standard and its CCISS block device drivers are available in most rescue CD solutions.

My approach is to use the PLD Rescue CD for this purpose. It's ~80 Megabytes and includes the chntpw NT SAM password recovery utility. I'm sure this could be substituted for any other modern Linux-based rescue disk, but this is part of my toolkit.

ewwhite
  • 197,159
  • 92
  • 443
  • 809
0

You need a password recovery disk that supports mounting RAID volumes. Try a different utility. I'd recommend a Linux LiveCD based utility, like Ophcrack. As a disclaimer, I don't know that Ophcrack, specifically, will work, but a LiveCD should enable you to mount the RAID volume and then launch a password reset utility.

HopelessN00b
  • 53,795
  • 33
  • 135
  • 209