- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Formatting Drives (Clearing Tru64)
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
03-08-2004 03:20 AM
03-08-2004 03:20 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 03:26 AM
03-08-2004 03:26 AM
Re: Formatting Drives (Clearing Tru64)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 03:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 03:34 AM
03-08-2004 03:34 AM
Re: Formatting Drives (Clearing Tru64)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 04:37 AM
03-08-2004 04:37 AM
Re: Formatting Drives (Clearing Tru64)
showfdmn -k "datadomain"
where the data are and
use the dd command to erase them.
Run the dd command 5 times.
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 04:14 PM
03-08-2004 04:14 PM
Re: Formatting Drives (Clearing Tru64)
remove the vmunix and it's copies.
shutdown the machine, if the machine is booted again. system will not come up as there is no kernel file. when the user reinstall the OS all the data in the disk will be lost.
buy the latest model,
http://hp.com
look in servers link
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 05:34 PM
03-08-2004 05:34 PM
Re: Formatting Drives (Clearing Tru64)
That would make the disk unbootable, but the data will still be there. You would only have to boot from an install cdrom. escape to the shell and you can access the data.
The "dd" method is a good one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 06:29 PM
03-08-2004 06:29 PM
Re: Formatting Drives (Clearing Tru64)
Start from the installation CD
# dn_setup -boot
find the devicename of the disk to be cleared
# scu -f /dev/rdisk/dsk??c format
This should issue a "format pack" SCSI-command.
I don't know if this will be faster than the dd-trick.
Joris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 06:53 PM
03-08-2004 06:53 PM
Re: Formatting Drives (Clearing Tru64)
if there is no critical data on the drives, use dd write 1-2 MB to the partitions and clear the partitiontable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 07:06 PM
03-08-2004 07:06 PM
Re: Formatting Drives (Clearing Tru64)
FWIW:
Formatting or overwriting is not bad to start with.
However, there will still leave remnants of magnetism that can be recovered with very specialised tools.
I heard that these remnants will be gone after ~35 overwritings.
US Department of Defense recommends 3 overwrites.
Of course, your mileage may vary.
Joris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2004 12:01 AM
03-09-2004 12:01 AM
Re: Formatting Drives (Clearing Tru64)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 02:49 AM
03-10-2004 02:49 AM
Re: Formatting Drives (Clearing Tru64)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 03:01 AM
03-10-2004 03:01 AM
Re: Formatting Drives (Clearing Tru64)
showfdmn looks in /etc/fdmns for the filedomainname that you specify.
When you boot from CD, /etc/fdmns certainly does't contain a directory usr_domain or root_domain. So, it will find anything at all.
Following procedure should work.
1) Boot your system from the original bootdisk
2) Run now the showfdmn commands for the specific domains
3) Note the device names on a paper ;-)
4) check with hwmgr the bus/target/lunnr of these devices (fi: hwmgr -view dev)
5) Boot from the cd and go in the administration shell
5) # dn_setup -boot (to create the devices)
6) Now search for the devices with the same Bus/Target/Lun combination
You can try following command
# file /dev/rdisk/dsk*c
7) When you have found the device, doublecheck with disklabel if this is really the correct one.
8) Now, you can do your dd wizardry
Joris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 03:45 AM
03-10-2004 03:45 AM
Re: Formatting Drives (Clearing Tru64)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 03:49 AM
03-10-2004 03:49 AM
Re: Formatting Drives (Clearing Tru64)
Yes,
read 3 as follows
3) Note the volume names on a sheet of paper
Joris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 06:02 AM
03-10-2004 06:02 AM
Re: Formatting Drives (Clearing Tru64)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 06:18 AM
03-10-2004 06:18 AM
Re: Formatting Drives (Clearing Tru64)
What is running for an hour ?
Joris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 06:21 AM
03-10-2004 06:21 AM
Re: Formatting Drives (Clearing Tru64)
dsk5h to be exact
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 06:27 AM
03-10-2004 06:27 AM
Re: Formatting Drives (Clearing Tru64)
root_domain /dev/vol/rootdg/rootvol
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2004 03:05 AM
11-11-2004 03:05 AM
Re: Formatting Drives (Clearing Tru64)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2004 04:46 AM
11-11-2004 04:46 AM
Re: Formatting Drives (Clearing Tru64)
that's strange but you can recreate it with
cd /dev
./MAKEDEV zero
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2004 05:25 AM
11-13-2004 05:25 AM
Re: Formatting Drives (Clearing Tru64)
is available from HP-UX 10.30 and later. This functionality was
added to mm driver with major number 3 and minor number 4.
Note, on 10.30 and 11.00, /dev/zero is not created by insf(1m),
thus, system administrators need to create it with mknod command.
On 11.11 or later, insf creates /dev/zero automatically.
# mknod /dev/zero c 3 4 /dev/zero
# ls -l /dev/zero
crw-rw-rw- 1 bin sys 3 0x000004 May 2 2001 /dev/zero
This procedure helped a lot. The correction I would point out would be to omit the last /dev/zero in the mknod command.
I found that the procedure was successful with this implementation as shown below:
[sdat2c01][/] #date;od -c /dev/dsk/c4t3d0 | head -22
Thu Nov 11 13:17:49 EST 2004
0000000 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0
*
0020000 L V M R E C 0 1 C h 245 3 @ m 017 271
0020020 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 214 237 \0 \0 \0 \0
0020040 \0 \0 \0 260 \0 \0 \0 200 \0 \0 \0 F \0 \0 \0 \n
0020060 \0 \0 \0 200 \0 \0 \0 330 \0 \0 \0 \b \0 \0 \0 320
0020100 \0 \0 001 ( \0 \0 200 \0 \0 \0 004 \0 \0 \0 \0 026
0020120 \0 \0 020 \0 \0 \0 \b 237 \0 \0 204 \0 \0 \0 \0 004
0020140 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0
*
0022000 D E F E C T 0 1 \0 \0 \0 \0 \0 \0 \0 \0
0022020 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0
*
0220000 L V M R E C 0 1 C h 245 3 @ m 017 271
0220020 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 214 237 \0 \0 \0 \0
0220040 \0 \0 \0 260 \0 \0 \0 200 \0 \0 \0 F \0 \0 \0 \n
0220060 \0 \0 \0 200 \0 \0 \0 330 \0 \0 \0 \b \0 \0 \0 320
0220100 \0 \0 001 ( \0 \0 200 \0 \0 \0 004 \0 \0 \0 \0 026
0220120 \0 \0 020 \0 \0 \0 \b 237 \0 \0 204 \0 \0 \0 \0 004
0220140 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0
*
0222000 D E F E C T 0 1 \0 \0 \0 \0 \0 \0 \0 \0
[sdat2c01][/] #date;dd if=/dev/zero of=/dev/rdsk/c4t3d0;date
Thu Nov 11 13:18:42 EST 2004
I/O error
216001+0 records in
216000+1 records out
Thu Nov 11 13:22:50 EST 2004
[sdat2c01][/] #date;od -c /dev/dsk/c4t3d0 | head -22
Thu Nov 11 13:37:06 EST 2004
0000000 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0
*
645700000
[sdat2c01][/] #
With /dev/null and other input files I tried to substitute, I experienced either a command lockup or 0 records in and 0 records out. I'm happy with the results. Thanks!