- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Decommission a HPUX server
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-19-2006 02:05 AM
07-19-2006 02:05 AM
Can you recommend a method or series of steps as to how I should go about the process of stripping the machine of the data and ensuring that it is not recoverable by the receiving party? These machines have housed our financial and payroll data, so the data is sensitive.
I know that there are commercial companies that do this, but I have been tasked with doing this in house at no additional cost.
Thank you in advance.
Robb
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 02:07 AM
07-19-2006 02:07 AM
Re: Decommission a HPUX server
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 02:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 02:13 AM
07-19-2006 02:13 AM
Re: Decommission a HPUX server
A large degauser and an aqua regia bath for the disks works well.
You can overwrite your disks, but strictly speaking, the data is still recoverable given enough sophistication even after several passes of:
# dd if=/dev/urandom of=/dev/rdsk/cXtYdZ bs=256k
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 02:21 AM
07-19-2006 02:21 AM
Re: Decommission a HPUX server
Regards,
jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 02:21 AM
07-19-2006 02:21 AM
Re: Decommission a HPUX server
Just to be on the safe side I would pull all drives from the servers and keep them and physically destroy them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 02:35 AM
07-19-2006 02:35 AM
Re: Decommission a HPUX server
Other than destroying the disks, there is no way to insure yourdata is not recoverable.
You should probably pull the drives when you sell the equipment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 03:40 AM
07-19-2006 03:40 AM
Re: Decommission a HPUX server
In the real world, it would be all but impossible to extract meaningful data after a few passes writing random data to the disk so if you want to invest the time, it's very easy to write a small C program that will write random data to every disk block as a raw device. The "trick" is to do every disk except the boot disk which also houses your program first --- and is statically linked. You then start your program on the boot disk and specify the number of passes and because it is in memory it will execute and then terminate leaving a wiped system.