Operating System - Tru64 Unix
1748252 Members
3873 Online
108760 Solutions
New Discussion юеВ

Re: Format OS drives on Tru64 Alpha Server environment.

 
SOLVED
Go to solution
John E. Goetz
Frequent Advisor

Format OS drives on Tru64 Alpha Server environment.

Need to erase all data on my OS drives in order to decommission server. What are some of the ways that this can be done?
2 REPLIES 2
Ivan Ferreira
Honored Contributor
Solution

Re: Format OS drives on Tru64 Alpha Server environment.

See this thread.

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=494262
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Arch_Muthiah
Honored Contributor

Re: Format OS drives on Tru64 Alpha Server environment.

John,

You can use zeero or dd.

ex:
# /usr/lbin/zeero -df dev_name

# dd if=/dev/urandom of=/dev/rdsk/ bs=1024k conv=noerror


Archunan

Regards
Archie