Technical data

Mbean Management Command Reference
Administration Guide B-37
Mbean Management Command Reference
Table B-3 presents an overview of the Mbean management commands. The following
sections describe command syntax and arguments, and provide an example for each
command.
Table B-3 Mbean Management Command Overview
Task Command(s) Description
Create configuration
Mbeans
CREATE
Creates an instance of a configuration Mbean. Returns OK to
stdout when successful. This command cannot be used for
run-time Mbeans.
See “CREATE” on page -38.
Delete configuration
Mbeans
DELETE
Deletes a configuration Mbean. Returns OK in stdout when
successful. This command cannot be used for run-time Mbeans.
See “DELETE” on page -39.
View run-time Mbean
attributes
GET
Displays run-time Mbean attributes.
See “GET” on page -40.
Invoke run-time
Mbeans
INVOKE
Invokes methods that are not designed to get or set attributes. This
command can call only run-time Mbeans.
See “INVOKE” on page -42.
View run-time metrics
and statistics
INVOKE
GET
Run the INVOKE and GET commands to view run-time metrics and
statistics. These commands can call only run-time Mbeans.
See “INVOKE” on page -42, and “GET” on page -40.
Set configuration
Mbean attributes
SET
Sets the specified attribute values for the named configuration
Mbean. Returns
OK on stdout when successful. This command
cannot be used for run-time Mbeans.
See “SET” on page -43.