- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Clean disk ?
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
05-22-2007 07:57 AM
05-22-2007 07:57 AM
Clean disk ?
I have been asked to clean data from the disks (rp7424 internal disk HP) HP-UX 11.0 because there were borrowed by hp and contains data.
Do you have any idea how to do it ?
Thanks in advance.
Cheers
Kate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2007 08:02 AM
05-22-2007 08:02 AM
Re: Clean disk ?
A very large magnet and a bath of aqua regia works quite well.
If you are REALLY intent on reading what was once there, the acid-bath is about the only sure way to prevent this.
It *is* possible to read data written 10-15 (or more) passes ago with the proper technology.
A simple solution is to write zeros or some random pattern at least once over the disk. This is a "reasonable" attempt for most.
# dd if=/dev/zeros of=/dev/rdsk/cXtYdZ bs=1024k
or:
# dd if=/dev/urandom of=dev/rdsk/CxtYdZ bs=1024k
Note the use of the raw disk device to circumvent the LVM layer. Note, too, the use of a large blocksize for fast I/O.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2007 08:03 AM
05-22-2007 08:03 AM
Re: Clean disk ?
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1024405
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2007 08:03 AM
05-22-2007 08:03 AM
Re: Clean disk ?
dd if=/dev/zero bs=64k of=/dev/rdsk/cXtYdZ
If you are doing system disks, do them last.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2007 08:05 AM
05-22-2007 08:05 AM
Re: Clean disk ?
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2007 08:13 AM
05-22-2007 08:13 AM
Re: Clean disk ?
pvcreate -f DISK
then create a vg and add the disks to it.
next, create a lvol - using all the space.
next, newfs that lvol...
Then, remove the lvol, and vgexport the vg
No more relevant data at all :)
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2007 08:25 AM
05-22-2007 08:25 AM
Re: Clean disk ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2007 09:23 AM
05-22-2007 09:23 AM
Re: Clean disk ?
http://h20219.www2.hp.com/services/cache/66370-0-0-225-121.aspx?jumpid=reg_R1002_USEN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2007 11:42 AM
05-22-2007 11:42 AM
Re: Clean disk ?
cheers for your reply.
I will follow them and for the first time be able to crashed everything and have some fun! yeap will be funny!
Thanks again.
Cheers
Kate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2007 08:18 PM
05-22-2007 08:18 PM
Re: Clean disk ?
dd is the easy way. Mediainit also goo one. Damaging/destroying/degaussing disks are other ways around. But you are returning back the disks to HP!!!
Here is the commercial one:
BCWipe for UNIX is designed to securely delete files from the disk. Standard file deletion leaves the contents of the "deleted" file on your disk. Unless it has been overwritten by files subsequently saved, it can be easily recovered using standard disk utilities. BCWipe is fully integrated into the Windows Shell and efficiently shreds data in files so that they can not be recovered by any means.
http://www.jetico.com/bcwipe_unix.htm
Regards,
Rasheed Tamton.