Permanentky deleting data from disk drives for a decommissioned server.


 
Thread Tools Search this Thread
Operating Systems AIX Permanentky deleting data from disk drives for a decommissioned server.
# 1  
Old 05-20-2009
Permanentky deleting data from disk drives for a decommissioned server.

I am about to retire several servers and need to delete the company confidential data from the internal disks under LVM control. Is there a proven and easy way to accomplish this ?

Thanks for all the help in advance.
# 2  
Old 05-20-2009
Use 'diag' to format the drives.
# diag - Task Selection - Format Media

HTH
# 3  
Old 05-20-2009
Quote:
Originally Posted by homeyjoe
Use 'diag' to format the drives.
# diag - Task Selection - Format Media

HTH
First off, thank you for your answer. Secondly, how secure is the data deletion using the format utility of diag ? Is it writing certain patterns on the existing disk blocks to obliterate them or just erasing the data from the leading inode of each file to make them inaccessible ?

Also, since I need to run this from an aix command prompt, what do you suggest doing the same for the disks in rootvg. Unfortunately, rootvg contained some business related data, despite my initial resistance to it. Now, I have rub rootvg volumes clean before turning these servers back to the leasing hosue.
# 4  
Old 05-20-2009
If I remember correctly the Format Media menu gives you a couple of options for which pattern you want to use to format the disk.

As far as formating rootvg - I imagine you could put the drive(s) in another running AIX system and then format them the same way as the other vg drives.
# 5  
Old 05-21-2009
You could connect the disks to another system and then use "dd" to directly write to the disks device. This would not be 100% percent sure but close enough to that for all practical purposes. As long as nobody disassembles the disks and uses CIA methods and tools to recover the data it will be a save method.

If you want to be really, really 100% sure: take the disks and tear them to pieces, punching large holes into the magnetic surface.

I hope this helps.

bakunin
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Deleting data

Need Assistance in a script to delete date for Below example There are four period(.) line . I wanted to delete 2 period(.) from below . 5 .TODAY...MOSTLY SUNNY. HIGHS 58 TO 63. LIGHT WINDS IN THE MORNING 6 BECOMING NORTH 10 TO 15 MPH IN THE AFTERNOON. 7 .TONIGHT...MOSTLY CLEAR.... (5 Replies)
Discussion started by: ajayram_arya
5 Replies

2. Shell Programming and Scripting

Disk Quota Exception while deleting the files

This is the full file name I get when I do ls -lt from my current directory. EXPORT_v1x0_20120811_11_T_065800_070000.dat.gz File names also consist of date as well. In the above file date is 20120811. So I am trying to delete all the files which starts with EXPORT_v1x0 and whose... (7 Replies)
Discussion started by: raihan26
7 Replies

3. Solaris

Adding new hard drives on Sun SPARC T5440 server with Solaris 10

I need to add two new hard drives of 300 GB capacity to a SunSPARC T5440 server. The server currently has two hard drives of 146 GB each. How do I add the new drives to the existing UFS? What are the procedures involved in setting this server with the new hard drives? I am very new to Solaris... (6 Replies)
Discussion started by: ramatnmcc
6 Replies

4. Ubuntu

where to find the message "Your disk drives are being checked for errors"

Hi, During start up I got the message "Your disk drives are being checked for errors". But it went so fast that I could read following messages. Once logged I though I could find it in "dmesg" but nothing... May someone know where I can find plese ? :) (3 Replies)
Discussion started by: xib.be
3 Replies

5. Linux

Is my data lost? Installed Linux, no longer can I access my hard drives.

Here's the story - I installed Linux on my Y drive, and all went well until I tried to boot into XP again. I can't access or install an operating system to my other three hard drives, C, X, and Z. I think that during the install my hard drives were changed to something other then NTFS, but... (4 Replies)
Discussion started by: Ironkey
4 Replies

6. Filesystems, Disks and Memory

Opinions on Internal SCSI Tape Drives for FreeBSD home server?

Any recommend manufacturers for an internal SCSI tape drive in my FreeBSD 7.0 home server? Besides RAID-1, I'm not backing-up, but man, are they expensive! What makes a tape drive so darn pricy? There is no way I can afford a new drive so I'll start looking on eBay and craigslist to see if there... (3 Replies)
Discussion started by: Aaron Van
3 Replies

7. Shell Programming and Scripting

how floppy disks, CDs and flash drives (pen drives) are accessed in UNIX

hi how floppy disks, CDs and flash drives (pen drives) are accessed in UNIX? thanks (0 Replies)
Discussion started by: nokia1100
0 Replies

8. UNIX for Dummies Questions & Answers

Boot from cd-rom to access disk drives

Hello, I've booted a Digital Unix 4.0D system from cd-rom and I need to access the system's disk drives. I need to run the fixfdmn utility on the root domain so I need to create the root domain in /etc/fdmns. Could someone tell me how to access my system's disk drives after I've booted from... (1 Reply)
Discussion started by: xadamz23
1 Replies
Login or Register to Ask a Question