- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Destroying data permanently from old disks
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2002 04:02 AM
07-18-2002 04:02 AM
Destroying data permanently from old disks
Old box will be returned to HP.
If I only use rm or lvremove/vgremove commmands, how I can be sure that my company data will not be returned from disks?
What would be the most secure way to destroy old data?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2002 04:05 AM
07-18-2002 04:05 AM
Re: Destroying data permanently from old disks
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2002 04:07 AM
07-18-2002 04:07 AM
Re: Destroying data permanently from old disks
Stopping short of an acid bath, this recent, lively discussion offers some other choices:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x24b53a7b3682d611abdb0090277a778c,00.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2002 04:08 AM
07-18-2002 04:08 AM
Re: Destroying data permanently from old disks
pvremove will remove the LVM information on the disk ... but if you want to be completely sure, you can use "dd" ...
Regards,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2002 04:10 AM
07-18-2002 04:10 AM
Re: Destroying data permanently from old disks
BB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2002 04:10 AM
07-18-2002 04:10 AM
Re: Destroying data permanently from old disks
If you have a device that is really empty, you could use this trick. Or maybe one of the forum members know how to implememnt /dev/zero?
Goodluck
Donald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2002 05:14 AM
07-18-2002 05:14 AM
Re: Destroying data permanently from old disks
To remove all the data from the disk, first remove the lv and then delete the VG's info from the disk and then do a dd to delete all possible data from the disk, say cxtydz
dd if=/dev/null of=/dev/rdsk/cxtydz bs=1024k
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2002 05:21 AM
07-18-2002 05:21 AM
Re: Destroying data permanently from old disks
The thread I cited above...
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x24b53a7b3682d611abdb0090277a778c,00.html
...contains more information about '/dev/zero'. However, ff you are running 11.11 you should already have /dev/zero. If not, do this to create it:
# mknod /dev/zero c 3 0x000003 #...on 10.20
# mknod /dev/zero c 3 0x000004 #...on 11.x
# chown bin:bin /dev/zero
# chmod 666 /dev/zero
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2002 05:36 AM
07-18-2002 05:36 AM
Re: Destroying data permanently from old disks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2002 05:44 AM
07-18-2002 05:44 AM
Re: Destroying data permanently from old disks
The *only* SURE way to completely remove data would be to crush & burn 'em.
Seriously, data has been retrieved from disks after up to 17 passes of random overwrites.
IF the pursuer is determined enough, it's only a matter of time & $ - they'll get it.
But normally 3-6 passes of random ones & zeros should be sufficient for most cases. IF you only overwrite w/zeros you may want to up that count some.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2002 05:51 AM
07-18-2002 05:51 AM
Re: Destroying data permanently from old disks
Cheryl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2002 06:11 AM
07-18-2002 06:11 AM
Re: Destroying data permanently from old disks
Do *not* use mediainit! mediainit *may* make the disk *less reliable*, but you won't *know* one way or the other.
The "Why?" is rather long. If you really want to know, search on "mediainit" and my name and you should find some pointers. If not, do the same search on Google Groups.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2002 08:15 AM
07-19-2002 08:15 AM
Re: Destroying data permanently from old disks
You might consider checking the link:
http://www.lat.com
They have a program called unishread that might meet your requirements. I have not used this product, but based upon the write up on the site, it should serve your purposes.
We purchased a system with an external SCSI Hard Drive for classified information, then never used it!
Good luck.
Bob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2002 08:28 AM
07-19-2002 08:28 AM
Re: Destroying data permanently from old disks
Apparently they were so interested in just one disk, which was badly fire damaged (warped + melted) that they paid a small fortune to have the data restored... I guess they must have moved the heads manually.. in any case, moral is: be a real man, use a needle an magnet!
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2002 08:29 AM
07-19-2002 08:29 AM
Re: Destroying data permanently from old disks
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2002 08:31 AM
07-19-2002 08:31 AM
Re: Destroying data permanently from old disks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2002 09:04 AM
07-19-2002 09:04 AM
Re: Destroying data permanently from old disks
It may be funny, but it is also scary. We have had operators bring down the wrong systems, use the wrong tapes for backups and type in the wrong year for a time changes. Scary stuff!
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2002 09:30 AM
07-19-2002 09:30 AM
Re: Destroying data permanently from old disks
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2002 09:34 AM
07-19-2002 09:34 AM
Re: Destroying data permanently from old disks
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2002 10:20 AM
07-19-2002 10:20 AM
Re: Destroying data permanently from old disks
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 04:18 AM
07-22-2002 04:18 AM
Re: Destroying data permanently from old disks
As everybody said, data can still be retrieve, you need to repeat this operation a few times. Depending on the size of the drives, this procedure takes a lot of time.
Good Luck!
Diadina
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 05:31 AM
07-22-2002 05:31 AM