Sponsored Content
Full Discussion: Wipe tool for HP-UX
Operating Systems HP-UX Wipe tool for HP-UX Post 302901584 by manoj.solaris on Wednesday 14th of May 2014 11:44:50 AM
Old 05-14-2014
Wipe tool for HP-UX

Hi,

Please suggest wipe tool for hp-ux.
 

10 More Discussions You Might Find Interesting

1. Solaris

What do you use to wipe your disks?

What are y'all using to wipe your solaris disks? I am being question by IT Security, what I am using to wipe disk. Is anyone using a 3rd party utility? I have used the format utility in solaris previously. But they are looking for something commercial that I can use. Anyone have... (4 Replies)
Discussion started by: BG_JrAdmin
4 Replies

2. UNIX for Advanced & Expert Users

can hanging perl process wipe out a directory?

Hi, This weekend i left a perl script running , I was running it in a remote machine. The machine seems to have been rebooted during the weekend. When i got back on monday the entire directory containing the script was wiped out. The process had been aborted. Nobody has access to the directory... (2 Replies)
Discussion started by: aboxilica
2 Replies

3. What is on Your Mind?

Nuclear Elephant iPhone Wipe making your iPhone Safer for Resale

For those with the iPhones here might read up how to wipe your personal data off the phone before reselling or trade-in. ;) source: Nuclear Elephant: iPhone Wipe June 1, 2008: Making your iPhone Safe for Resale Since my posts regarding the iPhone restore mode being insufficient for wiping... (0 Replies)
Discussion started by: sparcguy
0 Replies

4. UNIX for Dummies Questions & Answers

Reommendations for hp-ux wipe software

I am looking for software to do DoD compiliant wipes on Hp-Ux. Thank you in advance for any recommendations provided. (1 Reply)
Discussion started by: jim15800
1 Replies

5. UNIX for Advanced & Expert Users

Wipe software for Hp-ux

I am looking for recommendations on DOD compliante software to wipe disk on HP-UX. Any recommendations would be appreciated. Thank you in advance for any assistance provided. (1 Reply)
Discussion started by: jim15800
1 Replies

6. Solaris

Wipe a Sunfire V480

Hi Guys I'm new here in these forums and also in Sun Solaris/Sun hardware related things. I have some really basic questions about the way to go for "wipe" a Sun Solaris system. I have to sell a used Sunfire v480 and I wan't to wipe the old sytem before selling it. But I'm not sure if I... (6 Replies)
Discussion started by: slowatsch
6 Replies

7. Cybersecurity

How do I wipe stdout?

Today I used Terminal (invoked from Mac OS X 10.4.11) to view some data that is secured by a password. After exiting Terminal, it occurred to me that a vestige of the data displayed on my screen might reside in memory or in disk file ... the actual file used for stdout, for example. Do I need... (1 Reply)
Discussion started by: dcollins
1 Replies

8. Solaris

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. (4 Replies)
Discussion started by: manoj.solaris
4 Replies

9. UNIX for Advanced & Expert Users

Server wipe tool for AIX and Linux

Hi Friends, I am looking for a opensource/inbuilt server wipe tools similar to DBAN for the server decommissions. I have several AIX and Linux machines to decom as part of datacenter shutdowns. But these 'DOESNT' have console access and I need to do the wipe remotely. Can you please suggest me... (9 Replies)
Discussion started by: shyam2j
9 Replies

10. BSD

Wipe out userland caches with shred, bleach bit is out of reach

Another topic that bothers me on bsd is the missing of bleach-bit. Looking at what bleach-bit can clean, the new version, it wipes out all the caches of the user. May someone can give me a hint how to clean the userland in bsd and all the hidden caches for the user. shred all rubbish or LSA cookies... (0 Replies)
Discussion started by: 1in10
0 Replies
BJAVALOADER(1)						      General Commands Manual						    BJAVALOADER(1)

NAME
bjavaloader - Barry Project's program to manage BlackBerry applications SYNOPSIS
bjavaloader [-h][-p pin][-P pass][-v] bjavaloader dir [-s] bjavaloader deviceinfo bjavaloader load <.codfile> bjavaloader save [-A] <module_name> bjavaloader wipe [-a | -i] bjavaloader erase [-f] <module_name> bjavaloader eventlog bjavaloader cleareventlog bjavaloader logstacktraces bjavaloader screenshot <.bmp file> bjavaloader settime [yyyy-mm-dd HH:MM:SS] DESCRIPTION
bjavaloader is a tool for loading, listing, and deleting applications on a BlackBerry device. It has a few other features as well, not pertaining to application management. The command syntax is intentionally similar to the Windows program 'javaloader.exe' provided by Research In Motion, in order to make it easy to use the same build scripts on Linux and Windows. OPTIONS
-A Used with the 'save' command to save all available modules. -a Used with the 'wipe' command to only wipe the applications. -i Used with the 'wipe' command to only wipe the filesystem. -f Used with the 'erase' command to force the erasure of an application that is currently in use in the device. Experimental. -h Display a command help summary. -s When using the 'dir' command, list the submodules as well. -p pin Specifies the PIN number of the device with which you wish to communicate, when multiple devices are connected. -P password A simplistic method to specify the device password. -v Verbose debug output. This enables dumping of USB bus scanning, as well as the protocol packets used during communication. COMMANDS
dir [-s] Fetch a list of all applications and display them on stdout. When used with the -s option, submodules are included, and can take a long time to display. deviceinfo Provides information on the handheld. load <.cod filename> ... Loads one or more COD application files into the device. save [-A] <module name> ... Retrieves modules from the handheld and writes them to .cod files with the same name as the module. Note that this will overwrite any existing .cod file in the current directory. If the -A option is specified, a dir will be done internally, and all available modules will be saved. wipe [-a | -i] Wipes the handheld, removing all data such as messages, contacts, etc. and/or all .cod files, including OS .cod files. By default, with no options specified, both applications and data are wiped. Use the switches to specify only applications or data. erase [-f] <module name> ... Delete the specified application module(s). The module name can be determined using the 'dir' command. When used with the -f option, the module is erased even if in use, and the device will be reset. eventlog Retrives the handheld event log and prints it on stdout. cleareventlog Clears the handheld event log. logstacktraces Dumps the stack traces for all threads into the event log, which can then be viewed with the 'eventlog' command. screenshot <.bmp filename> Capture current screen image and save in BMP format. settime [yyyy-mm-dd HH:MM:SS] Sets the time on the handheld to the current time, or the specified time. If time is given as an argument, the current system time- zone is assumed. AUTHOR
bjavaloader was initially written for the Barry project by Nicolas Vivien, with additional contributions from others over time. This manual page was written by Chris Frey. SEE ALSO
http://www.netdirect.ca/software/packages/barry September 11, 2010 BJAVALOADER(1)
All times are GMT -4. The time now is 05:52 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy