1753797 Members
7219 Online
108799 Solutions
New Discussion

secure disk erasure?

 
emmaj
New Member

secure disk erasure?

I am a newbie and would like to know if someone could suggest a secure way to erase disks for hp servers?

 

P.S. This thread has been moved from HP-UX Technical Documentation to  HP-UX > sysadmin. -HP Forum Moderator

2 REPLIES 2
Rodney Hills
Honored Contributor

Re: secure disk erasure?

You would use "dd". See the following thread.

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=870349

HTH

-- Rod Hills
There be dragons...
Victor Fridyev
Honored Contributor

Re: secure disk erasure?

Hi,

This is a hard question. The answer depends on the security level, which you need.
As a simplest way, you can use command dd
dd if=somefile of=/dev/dsk/disk count=N
The file size and count should be chosen in order to cover all disk.
Also you can use command
medianit

But the surest way is to destroy disk physically.

HTH
Entities are not to be multiplied beyond necessity - RTFM