- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Delete all
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
11-20-2002 03:38 AM
11-20-2002 03:38 AM
Delete all
I have a HP-UX server which has been sold, and I need to confirm that ALL DATA has been removed (including operating system if necessary / easier). I presume I could use the rm* command, but will that delete everything? or is there a procedure to delete certain areas first?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 03:45 AM
11-20-2002 03:45 AM
Re: Delete all
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 03:49 AM
11-20-2002 03:49 AM
Re: Delete all
run mediainit on all your drives - this is the easiest way to ensure theyre wiped clean (it does a low level format and blanks everything)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 03:51 AM
11-20-2002 03:51 AM
Re: Delete all
There are lot's of ways, but to be really secure use rm -Rf * from /
Then remove the disc and trash it.
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 04:09 AM
11-20-2002 04:09 AM
Re: Delete all
Assuming your system was set up with separate VG's (other than vg00) for data, it's relatively easy to overwrite the data in the non-vg00 vg's, then rm -Rf /* and watch it die.
Check these threads for suggestions on wiping the data disks:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x9e06543254bfd611abdb0090277a778c,00.html
and
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x24b53a7b3682d611abdb0090277a778c,00.html
HTH,
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 04:11 AM
11-20-2002 04:11 AM
Re: Delete all
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 05:36 AM
11-20-2002 05:36 AM
Re: Delete all
rm -f -r *
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 07:22 AM
11-20-2002 07:22 AM
Re: Delete all
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 07:50 AM
11-20-2002 07:50 AM
Re: Delete all
Make what all in some moment wanted to make
rm - Rf /*
Then remove the disk(s) and put it under a road roller.
Regards, Vicente.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 09:32 AM
11-20-2002 09:32 AM
Re: Delete all
if you boot from the install-CDROM you can use "medianinit(1M)" as already mentioned.
Or you could boot into single-user mode, and run something like
yes lalala > /dev/dsk/cXtYtZ
That will take a while (hours/days) but should be safe enough (as long as your disk is not delivered to the CIA/FBI/NSA).
We have a thread about *really* wiping a disk some months back:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x24b53a7b3682d611abdb0090277a778c,00.html
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 09:49 AM
11-20-2002 09:49 AM
Re: Delete all
Here is a funny way NOT to do it, from yesterday's Shark Tank column at ComputerWorld:
http://www.computerworld.com/departments/opinions/sharktank/0,4885,76027,00.html
JP