1753859 Members
7738 Online
108809 Solutions
New Discussion юеВ

Re: Wipe disk drives.

 
SOLVED
Go to solution
Artyom Voronchihin
Respected Contributor

Re: Wipe disk drives.

Hello!

You can also use mediainit command (man mediainit(1) for further info).
Example:
# mediainit /dev/rdsk/c1t0d0
"Intel inside" is not a label, it's a warning.
baiju_3
Esteemed Contributor
Solution

Re: Wipe disk drives.

One suggestion ,

mediainit is low level format , not recommened.

thx,
bl.
Good things Just Got better (Plz,not stolen from advertisement -:) )
Victor Fridyev
Honored Contributor

Re: Wipe disk drives.

Hi,

In addition to the proposed ideas you can just copy a system disk onto the "data" drives.
dd if=/dev/rdsk/cXXXX of=/dev/rdsk/cYYYY bs=32768k

HTH
Entities are not to be multiplied beyond necessity - RTFM
Sheriff Andy
Trusted Contributor

Re: Wipe disk drives.

If you truly want to wipe the disks then you need to use dd & not pvcreate.

Look up KB doc ID KBRC00010654. This might be of some assistance as it was for us.
Florian Heigl (new acc)
Honored Contributor

Re: Wipe disk drives.

I think dd will suffice for what You want, it will overwrite the whole disks with zeroes and a regular computer user (like You, me, and 90% of us)won't be able to recover anything from it.

Otherwise see the attachment to my post in this older thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=957297
yesterday I stood at the edge. Today I'm one step ahead.
the9volt
Occasional Visitor

Re: Wipe disk drives.

great information.. this is from 2005.. can we get some updated insctructions for those of us who are not using Linux too.

Torsten.
Acclaimed Contributor

Re: Wipe disk drives.

Open your own thread please.


Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
the9volt
Occasional Visitor

Re: Wipe disk drives.

A new thread was unnecessary.  You can wipe drives from opening the same menu from bootup. it's just really slow with the HP utility.  If you can get into an OS setting I recomend that, HP's wiping tool is slow AF

the9volt
Occasional Visitor

Re: Wipe disk drives.

Also HP's ILOM web interface on gen9 does not work.  You can't open a console via the web interface.  You have to download the ilom utility from here:

https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_4f842ceb31cf48d392e22705a8

Upon bootup select the F10/intelligent configuration option then choose smart storage administrator.  Browse through the storage administrator tool and there is an "erase drive" option where you can select how many passes to meet DOD standards.

hp crappy ilom

 

it'd be nice if official forum personnel could give answers like that =P