- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Clear disk on Itanium
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-13-2008 12:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2008 01:16 PM
05-13-2008 01:16 PM
Re: Clear disk on Itanium
If so:
-bulk eraser
-mediainit ( takes forever )
-dd a pile of jibberish onto the disk (also takes forever but not quite )
-some commercial shredder software
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2008 01:22 PM
05-13-2008 01:22 PM
Re: Clear disk on Itanium
I want to remove (delete) partitions:
/dev/dsk/c3t12d0s1
/dev/dsk/c3t12d0s2
/dev/dsk/c3t12d0s3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2008 01:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2008 01:26 PM
05-13-2008 01:26 PM
Re: Clear disk on Itanium
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2008 02:53 PM
05-13-2008 02:53 PM
Re: Clear disk on Itanium
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2008 03:05 PM
05-13-2008 03:05 PM
Re: Clear disk on Itanium
Your response was "dont work". Did you enable the write-back? viz.
# idisk -Rw /dev/rdsk/cXtYdz
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2008 03:10 PM
05-13-2008 03:10 PM
Re: Clear disk on Itanium
# ioscan -funH 0/1/1/1.12.0
Class I H/W Path Driver S/W State H/W Type Description
======================================================================
disk 7 0/1/1/1.12.0 sdisk CLAIMED DEVICE HP 73.4GST373307LC
/dev/dsk/c3t12d0 /dev/rdsk/c3t12d0
/dev/dsk/c3t12d0s1 /dev/rdsk/c3t12d0s1
/dev/dsk/c3t12d0s2 /dev/rdsk/c3t12d0s2
# idisk -Rw /dev/rdsk/c3t12d0
idisk: Write mode requires description file
idisk version: 1.32
********************** WARNING ***********************
If you continue you will destroy all partition data on this disk.
Do you wish to continue(yes/no)? yes
# ioscan -funH 0/1/1/1.12.0
Class I H/W Path Driver S/W State H/W Type Description
======================================================================
disk 7 0/1/1/1.12.0 sdisk CLAIMED DEVICE HP 73.4GST373307LC
/dev/dsk/c3t12d0 /dev/rdsk/c3t12d0
/dev/dsk/c3t12d0s1 /dev/rdsk/c3t12d0s1
/dev/dsk/c3t12d0s2 /dev/rdsk/c3t12d0s2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2008 05:13 AM
05-14-2008 05:13 AM
Re: Clear disk on Itanium
for eg:-
rmsf /dev/dsk/c3t12d0s1
rmsf /dev/dsk/c3t12d0s2
rmsf /dev/dsk/c3t12d0s3
Manoj K