Solaris box completely wipe


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris box completely wipe
# 1  
Old 05-19-2014
Solaris box completely wipe

HI,

I woluld like to know is it possible to boot solairs into single usermode from cd and using format -> purge command to wipe all the disk?

please suggest or any other method ?

my requirement is to completely wipe solaris box.
# 2  
Old 05-19-2014
1. what kind of disks and connections - SAN, local, or what?
2. Hardware - Solaris box type v440, m4000, or what?

Please give us specifics. It may be possible to do this easily.

You cannot format the system disk and be logged directly into the system disk. You have to have booted from other media or use an interface like XSCF, for example.
# 3  
Old 05-19-2014
Well, he mentions booting from CD. Yes, you can boot from and installation disk in general. I share Jim's fustration at the lack of any hardware info. With a sparc system you just do "boot cdrom -s" from the OK prompt. The system should boot into single user mode from the Installation disc. It will give you a root prompt. And yes you can run format.

However, under Solaris 10, I sure do not see any "purge" command in the format utility. There is a "format" command. It would probably do an adequate job on a SCSI disk.

I would probably do:
Code:
dd if=/dev/zero bs=1048576 of=/dev/rdsk/c1t1d0s2

I understand what dd is doing much more clearly than the format utility which I find to be a little opaque.

Here at work we have a very powerful demagnetizer which can wipe a disk in few seconds. We do that and throw the drive in a bin to await final destruction. Every few months a guy comes by with a "chipper". It is like the chippers used to turn tree branches into sawdust but it is intended for disk drives. It chops the disks up. Not quite to dust, but it turns them into chunks. It looks kinda like a breakfast cereal. He says he can recycle the chunks somehow. That must be a interesting trick.

Disks are not very expensive these days, but the data on them can be priceless. This is why we are required to use physical destruction. You might want to consider that.
# 4  
Old 05-19-2014
You can boot into single user from CD:

Code:
 
 boot cdrom -s

From the root (#) prompt you can then run

Code:
format

to access each hard drive.

The analyse/purge option will write multiple patterns to every sector of the drive(s) (will take a long time to run) after which no data can be recovered even using the most sophisticated methods. The number of patterns written exceeds the specification of the UK MOD and US DoD standards.

Here's a page from the Oracle blog:
https://blogs.oracle.com/cmt/entry/e...disks_securely

As already said by other members, disks are cheap now but the above will avoid the necessity to put a hammer through them.

Hope that helps.
# 5  
Old 05-20-2014
I think you should be able to verify the disk surface from within format and there is an option to do a destructive test. There was certainly one to do a non-destructive test when I used to have a Solaris server.

Is that an option? An alternate would be to slice the disk differently and then install a default Solaris and create filesystems from the other slices. That would probably clobber most data pointers.

Of course if you are super paranoid or have a regulatory or contractual obligation then you can remove and destroy the disks with a degausser (not sure on cost) or with one of the recycle companies that turn it all into high mineral compost.

What level of certainty do you need that no-one can read your data? A drill through the casing is a pretty good deterrent over data recovery.




Robin
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

E1 on Solaris box

hi, can someone please guide me if there is any special hardware to use when we need to terminate an E1/T1 link on a Solaris10 box. I have a number of boxes and these all are located at longer distances. the only connectivity is the E1 links between these far location locations. Would it be... (0 Replies)
Discussion started by: busyboy
0 Replies

2. Solaris

Solaris box as BGB

I have network with x computers which is divided in three subnets A, B ,C. All three subnets need can't access to internet because my old router -> R.I.P. Probably best solution is to get new router and set up back internet connection but that is not good enough for me. ... (6 Replies)
Discussion started by: solaris_user
6 Replies

3. Solaris

Perl comes with Solaris out of the box?

Hi guys. I plan to study Perl in near future, and Im just wondering, is Perl installed in Solaris with minimal install? Cheers. Edit: looks like I have found out Perl is installed with minimal install :) Re: perl in Solaris (was Re: Re: disable processor: msg#00085... (3 Replies)
Discussion started by: bsddaemon
3 Replies

4. UNIX for Advanced & Expert Users

New Solaris box how do I tell if its raided

New Solaris box how do I tell if its raided -------------------------------------------------------------------------------- Got a new machine in that was set up prior to receipt, how can I tell if the drives are raided and if so what raid level was used on Solaris 8? thanks, Jo C (1 Reply)
Discussion started by: jo calamine
1 Replies

5. UNIX for Dummies Questions & Answers

New Solaris box how do I tell if its raided

Got a new machine in that was set up prior to receipt, how can I tell if the drives are raided and if so what raid level was used on Solaris 8? thanks, Jo C (1 Reply)
Discussion started by: jo calamine
1 Replies

6. UNIX for Dummies Questions & Answers

difference between AIX box and Sun Solaris box

Hi, I need a clarification. Is there any difference between AIX box and Sun Solaris box? The bzip command with -c option works in AIX box and the same does not work in Sun Solaris box. Can anyone please explain if there is an implementation difference in both these boxes for the shell... (1 Reply)
Discussion started by: nisha4680
1 Replies

7. Solaris

Error on Solaris box

We are getting the following error: warning: pm: Can't set power level of TSI, gfxp to level 0 The machine is running Solaris 8. I think it is a SUn 220R box. Any ideas what this means? (2 Replies)
Discussion started by: hshapiro
2 Replies

8. UNIX for Dummies Questions & Answers

Java into Solaris box

Hi need to install java in a Unix box, but have not been able to. Does anyone know where I can find information on where and how to install. THank you (1 Reply)
Discussion started by: federico
1 Replies

9. UNIX for Dummies Questions & Answers

Telnet into Solaris 8 box

I am new to Unix. What file do I need to edit so that I can telnet to Solaris 8. I recieve this message everytime I try to telnet. It allows me to LOGIN but kicks me out with this same message. SunOS 5.8 login: root Password: Not on system console (2 Replies)
Discussion started by: newbie05
2 Replies

10. UNIX for Dummies Questions & Answers

Good uses for a Solaris box?

I picked up an Ultra 10 for a great price, installed Solaris 10, and aside from running the usual network services I'm wondering, what can I use this box for? What are the killer apps for Solaris that you can't run on anything else? It's got the Elite3D graphics, and while I'm sure they're no... (1 Reply)
Discussion started by: b00m3rang
1 Replies
Login or Register to Ask a Question