Description Syntax Example listDumps

Diagnostic Framework Custom WLST Commands 15-7 Arguments that are either required or are optional can be specified using the args keyword. For example: executeDumpjava.sysprops,args={prop : os.name}

15.2.2.3 Examples

The following example executes the dump with the name jvm.threads and writes it to the file dumpout.txt: executeDumpname=jvm.threads, outputFile=tmpdumpout.txt Diagnostic dump jvm.threads output written to tmpdumpoutput.txt The following example executes the dump with the name jvm.threads and the Incident ID for 33 and writes it to the file dumpout.txt: executeDumpname=jvm.threads, outputFile=tmpdumpout.txt, id=33 Diagnostic dump jvm.threads output associated with incident 33 in ADR Home diagofmbase_domainAdminServer The following example executes a dump with the argument prop set to the value os.name: executeDumpjava.sysprops,args={prop : os.name}

15.2.3 listDumps

Use with WLST: Online

15.2.3.1 Description

Displays the set of diagnostic dumps that can be executed.

15.2.3.2 Syntax

listDumps[appName] [,server] Argument Definition name The name of the diagnostic dump to execute. args Mandatory or optional arguments to pass to the dump. outputFile The name of the file to which to write the dump. If you do not specify this argument, the output is written to the console. id The ID of the incident to which to associate the dump. By default, the specified dump will not be associated with an incident. adrHome The ADR home that contains the incident. If you do not specify this argument, the default ADR home is used. The default ADR Home is the following location: ADR_BASE diagOFMdomain_nameserver_name server The name of the Managed Server from which to collect information. This argument is valid only when you are connected to the Administration Server. 15-8 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

15.2.3.3 Example

The following example lists all of the available dumps. listDumps dms.metrics jvm.classhistogram jvm.threads odl.logs Use the command describeDumpname=dumpName for help on a specific dump. Argument Definition appName The name of a deployed application for which diagnostics are being gathered. For example, if you have multiple ADF applications deployed, each may register a dump called adf.dump. To execute this command for a specific application, you must specify the application name. If you specify this argument, the command returns the dumps for the specified application. If you do not specify this argument, the command returns the system dumps. server The name of the Managed Server from which to collect information. This argument is valid only when you are connected to the Administration Server. 16 Information Rights Management Custom WLST Commands 16-1 16 Information Rights Management Custom WLST Commands The following sections describe the Oracle Fusion Middleware Information Rights Management custom WLST commands in detail. Topics include: ■ Section 16.1, Overview of WLST IRM Commands ■ Section 16.2, General Server Commands ■ Section 16.3, Migration Commands ■ Section 16.4, Test Content Commands ■ Section 16.5, Languages Support Commands ■ Section 16.6, Oracle IRM Desktop Installers Commands For additional information about Oracle Information Rights Management, see Oracle IRM Administrators Guide.

16.1 Overview of WLST IRM Commands

WLST IRM commands are divided into the following categories: Note: To use these commands, you must invoke WLST from the Oracle home in which the component has been installed. See Using Custom WLST Commands in the Oracle Fusion Middleware Administrators Guide. Table 16–1 WLST IRM Command Categories Command Category Description General Server Commands Make general changes to Oracle IRM Server settings. Migration Commands Back up and migrate Oracle IRM Server user data. Test Content Commands Set up test content for users of Oracle IRM Desktop. Languages Support Commands Set up languages support for users of Oracle IRM Server. Oracle IRM Desktop Installers Commands Set up software installation support for Oracle IRM Desktop.