How to delete information on Storage


 
Thread Tools Search this Thread
Operating Systems AIX How to delete information on Storage
# 1  
Old 08-20-2009
How to delete information on Storage

Hi, I need some help with two servers, they are running on AIX 5.3, we want to remove and delete all information stored on them because we are no longer to use anymore. The servers are going to be part of donation and we want to be sure that no one can restore information stored on disks or storage.

How can we do that?, exists command or free tools to do that?

Thanks in advance.
# 2  
Old 08-20-2009
just boot from an external media and use "dd" to write zeros to your disks...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Delete old files from FTP Storage

hello, we try to delete old files from ftp server. we are using that script. #!/bin/bash # get a list of files and dates from ftp and remove files older than ndays ftpsite="HOST" ftpuser="USER" ftppass="PASSWORD" putdir="PATH" # age of files they should delete ndays=1 # work out... (11 Replies)
Discussion started by: Seppelchen
11 Replies

2. Shell Programming and Scripting

Bash script to delete folder based on text file information

I have been working on a script to list all the name's of a subfolder in a text file then edit that text file and then delete the subfolder base on the edited text file so far I have been able to do every thing I just talked about but can't figure out how to delete the subfolers base on a text file... (8 Replies)
Discussion started by: bone11409
8 Replies
Login or Register to Ask a Question