Operating System - Tru64 Unix
1751765 Members
4497 Online
108781 Solutions
New Discussion юеВ

Re: Formatting Drives (Clearing Tru64)

 
SOLVED
Go to solution
Paul Stanard
Regular Advisor

Formatting Drives (Clearing Tru64)

My company is done testing the Alpha that I have been working on for the past month or so. We are planning to purchase a newer alpha (the one we rented is from production yr 1996) Does anyone know how to clear the OS from the drives? Any suggestions on the type of Alpha we should look into purchasing? I can give more details of the what we need to box to do if needed.
21 REPLIES 21
Paul Stanard
Regular Advisor

Re: Formatting Drives (Clearing Tru64)

Would booting to the console..entering the AlphaBios Setup and deleting the partitions clear off all the data on the box
Michael Schulte zur Sur
Honored Contributor
Solution

Re: Formatting Drives (Clearing Tru64)

Hi Paul,

to wipe the machine clean, boot from installation cdrom, exit to shell and use
dd if=/dev/zero of=/devices/dsk/dsk0c bs=1024k

for all disks you have.
However, if you did not put any company data on it, why bother?

Michael
Paul Stanard
Regular Advisor

Re: Formatting Drives (Clearing Tru64)

I put about 13Gb of company data on it last week
Michael Schulte zur Sur
Honored Contributor

Re: Formatting Drives (Clearing Tru64)

Then use
showfdmn -k "datadomain"
where the data are and
use the dd command to erase them.
Run the dd command 5 times.

Michael
Ravi_8
Honored Contributor

Re: Formatting Drives (Clearing Tru64)

Hi Paul

remove the vmunix and it's copies.

shutdown the machine, if the machine is booted again. system will not come up as there is no kernel file. when the user reinstall the OS all the data in the disk will be lost.

buy the latest model,
http://hp.com
look in servers link
never give up
Eric van Dijken
Trusted Contributor

Re: Formatting Drives (Clearing Tru64)

Ravi,

That would make the disk unbootable, but the data will still be there. You would only have to boot from an install cdrom. escape to the shell and you can access the data.

The "dd" method is a good one.
Watch, Think and Tinker.
Joris Denayer
Respected Contributor

Re: Formatting Drives (Clearing Tru64)

Maybe you can use the scu command to do a low-level format of the disk. Don't know if this works for HS[ZGV] connected disks.

Start from the installation CD
# dn_setup -boot
find the devicename of the disk to be cleared
# scu -f /dev/rdisk/dsk??c format

This should issue a "format pack" SCSI-command.

I don't know if this will be faster than the dd-trick.

Joris
To err is human, but to really faul things up requires a computer
Ralf Puchner
Honored Contributor

Re: Formatting Drives (Clearing Tru64)

if the data is sensible, format drive with scu command or use dd to overwrite the data.

if there is no critical data on the drives, use dd write 1-2 MB to the partitions and clear the partitiontable.
Help() { FirstReadManual(urgently); Go_to_it;; }
Joris Denayer
Respected Contributor

Re: Formatting Drives (Clearing Tru64)

Paul,

FWIW:
Formatting or overwriting is not bad to start with.
However, there will still leave remnants of magnetism that can be recovered with very specialised tools.
I heard that these remnants will be gone after ~35 overwritings.
US Department of Defense recommends 3 overwrites.

Of course, your mileage may vary.

Joris
To err is human, but to really faul things up requires a computer