Skip Headers
Oracle GlassFish Server Reference Manual
Release 3.1.2

Part Number E24938-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

list-audit-modules

gets all audit modules and displays them

Synopsis

list-audit-modules [--help] [target]

Description

The list-audit-modules subcommand lists all the audit modules. This subcommand is supported in remote mode only.

Options

--help
-?

Displays the help text for the subcommand.

Operands

target

Specifies the target on which you are listing the audit modules. Valid values are as follows:

server

Lists the audit modules for the default server instance server and is the default value.

configuration_name

Lists the audit modules for the named configuration.

cluster_name

Lists the audit modules for every server instance in the cluster.

instance_name

Lists the audit modules for a particular server instance.

Examples

Example 1   Listing Audit Modules
asadmin> list-audit-modules
sampleAuditModule1
sampleAuditModule2
Command list-audit-modules executed successfully

Exit Status

0

command executed successfully

1

error in executing the command

See Also

create-audit-module(1), delete-audit-module(1)

asadmin(1M)