HPE 9000 and HPE e3000 Servers
1752686 Members
5601 Online
108789 Solutions
New Discussion юеВ

Re: Erasing Disk Drives

 
SOLVED
Go to solution
Paul W Gronbach Jr
Occasional Advisor

Erasing Disk Drives

Hi,
I have a HP9000/K380 that I want to totally erase everything from the drives. In addition to the internal drives it has 2 storage enclosures with drives that I also want to erase. Is there a utility around that will do multiple passes to wipe the drive (similar to Autoclave for IDE drives)? TIA

Paul Gronbach Jr
Iowa Mold Tooling Co.
"if you are going to be somewhere, be there" auth. unknown
5 REPLIES 5
Bernhard Mueller
Honored Contributor
Solution

Re: Erasing Disk Drives

Paul

there is no such utility, I think the standard procedure is to use
umount /mount_point of /dev/vgxyz/lvol1
dd if=/dev/zero of=/dev/vgxyz/rlvol1 bs=1024k
and let it run until you get an I/O error (you can repeat this if you like, but usually that is considered to suffice)

Regards
Bernhard

T. M. Louah
Esteemed Contributor

Re: Erasing Disk Drives

Or simply use medianit :
mediainit initializes mass storage media by formatting the media,writing and reading test patterns to verify media integrity, then sparing any defective blocks found. This process prepares the disk or tape for error-free operation. Initialization destroys all existing user data in the area being initialized.
Little learning is dangerous!
Paul W Gronbach Jr
Occasional Advisor

Re: Erasing Disk Drives

I am in single user mode and trying to run mediainit on a disk in a disk array unit, all disks of which I want to init. the mediainit aborts because the device is busy. there is nothing on the drives. what do I need to do to set up the drives or controller to allow me to run mediainit? TIA
"if you are going to be somewhere, be there" auth. unknown
Michael Schulte zur Sur
Honored Contributor

Re: Erasing Disk Drives

Hi,

I would use dd either with /dev/zero or /dev/urandom. I remember reading somewhere, mediainit could render the disk useless, but I can't find it anymore.

Michael
T. M. Louah
Esteemed Contributor

Re: Erasing Disk Drives

?? in single user mode only vg00 is activated .. do :
# diskinfo /dev/rdsk/c#t#d#
On all LUNs on the disk array does it work ??
Little learning is dangerous!