- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Format/Clean Harddisk 10.20 B2600
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
09-07-2005 08:38 PM
09-07-2005 08:38 PM
Format/Clean Harddisk 10.20 B2600
I have a workstation B2600 with HPUX10.20. Now I want to sell this workstation. It is possible to format (to clean) the harddisk with UNIX tools or Support CD´s etc.???
Because I want to sell a cleaned harddisk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 08:45 PM
09-07-2005 08:45 PM
Re: Format/Clean Harddisk 10.20 B2600
The easiest solution is to reinstall a fresh OS on the B2600.
Best regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 08:51 PM
09-07-2005 08:51 PM
Re: Format/Clean Harddisk 10.20 B2600
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 08:55 PM
09-07-2005 08:55 PM
Re: Format/Clean Harddisk 10.20 B2600
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 08:58 PM
09-07-2005 08:58 PM
Re: Format/Clean Harddisk 10.20 B2600
Maybe this one is not good for the production system, but for your workstation could be a nice idea.
Boot the system and run below commands :
# cd /
# rm -R *
Hope this info will help you.
Cheers,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 09:16 PM
09-07-2005 09:16 PM
Re: Format/Clean Harddisk 10.20 B2600
Also a vgexport also suffices. You can also do as follows.
dd if=/dev/zero of=/dev/rdsk/cxtxdx bs=1k
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 09:20 PM
09-07-2005 09:20 PM
Re: Format/Clean Harddisk 10.20 B2600
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2005 04:09 PM
09-08-2005 04:09 PM
Re: Format/Clean Harddisk 10.20 B2600
Since the machine is not bootable none of these methods will work. The only thing left is to install OS on the machine and when it is up run any of above methods or you can install the disk of this machine in some other machine (HPUx or Compatible Windows or Linux)and then can use the dd command from that machine to erase the contents. But if you have more that one disk then you should use the same command to erase all disks indivisually.
HTH,
Devender