asadmin [asadmin-options] list-jobs [--help]
[job_id]
list-jobs |
Previous | Next | Contents |
lists information about subcommands that were started using
asadmin --detach
or that contain progress information
Synopsis
asadmin [asadmin-options] list-jobs [--help]
[job_id]
Description
The list-jobs
subcommand lists information about subcommands that were
started using the asadmin
utility option --detach
or that contain
progress information. The --detach
option detaches long-running
subcommands and executes them in the background in detach mode.
This subcommand is supported in remote mode only.
Options
Options for the asadmin
utility. For information about these
options, see the asadmin
(1M) help page.
--help
-?
Displays the help text for the subcommand.
Operands
The ID of the job for which you want to list information.
Examples
Example 1 Checking Job Status
This example provides information about subcommands that were started
using asadmin --detach
or that contain progress information.
asadmin> list-jobs
JOB ID COMMAND STATE EXIT CODE TIME OF COMPLETION
1 create-cluster COMPLETED SUCCESS 2013-02-15 16:16:16 PST
2 deploy COMPLETED FAILURE 2013-02-15 18:26:30 PST
Command list-jobs executed successfully
Exit Status
subcommand executed successfully
error in executing the subcommand
See Also
Previous | Next | Contents |