Sponsored Content
Full Discussion: Solaris box completely wipe
Operating Systems Solaris Solaris box completely wipe Post 302902246 by hicksd8 on Monday 19th of May 2014 02:56:40 PM
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.
 

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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

9. 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

10. 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
IRSEND(1)							   User Commands							 IRSEND(1)

NAME
irsend - basic LIRC program to send infra-red commands SYNOPSIS
irsend [options] DIRECTIVE REMOTE CODE [CODE...] DESCRIPTION
Asks the lircd daemon to send one or more CIR (Consumer Infra-Red) commands. This is intended for remote control of electronic devices such as TV boxes, HiFi sets, etc. DIRECTIVE can be: SEND_ONCE - send CODE [CODE ...] once SEND_START - start repeating CODE SEND_STOP - stop repeating CODE LIST - list configured remote items SET_TRANSMITTERS - set transmitters NUM [NUM ...] SIMULATE - simulate IR event REMOTE is the name of a remote, as described in the lircd configuration file. CODE is the name of a remote control key of REMOTE, as it appears in the lircd configuration file. NUM is the transmitter number of the hardware device. For the LIST DIRECTIVE, REMOTE and/or CODE can be empty: LIST "" "" - list all configured remote names LIST REMOTE "" - list all codes of REMOTE LIST REMOTE CODE - list only CODE of REMOTE The SIMULATE command only works if it has been explicitly enabled in lircd. -h --help display usage summary -v --version display version -d --device use given lircd socket [/var/run/lirc/lircd] -a --address=host[:port] connect to lircd at this address -# --count=n send command n times EXAMPLES
irsend LIST DenonTuner "" irsend SEND_ONCE DenonTuner PROG-SCAN irsend SEND_ONCE OnkyoAmpli VOL-UP VOL-UP VOL-UP VOL-UP irsend SEND_START OnkyoAmpli VOL-DOWN ; sleep 3 irsend SEND_STOP OnkyoAmpli VOL-DOWN irsend SET_TRANSMITTERS 1 irsend SET_TRANSMITTERS 1 3 4 irsend SIMULATE "0000000000000476 00 OK TECHNISAT_ST3004S" FILES
/etc/lirc/lircd.conf Default lircd configuration file. It should contain all the remotes, their infra-red codes and the corresponding timing and wave- form details. DIAGNOSTICS
If lircd is not running (or /var/run/lirc/lircd lacks write permissions) irsend aborts with the following diagnostics: "irsend: could not connect to socket" "irsend: Connection refused" (or "Permission denied"). SEE ALSO
The documentation for lirc is maintained as html pages. They are located under html/ in the documentation directory. lircd(8), mode2(1), smode2(1), xmode2(1), irrecord(1), irw(1), http://www.lirc.org. irsend 0.9.0-pre1 October 2010 IRSEND(1)
All times are GMT -4. The time now is 08:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy