asadmin [asadmin-options] migrate-timers [--help]
[--target target_server_name]
server_name
|
migrate-timers |
| Previous | Next | Contents |
moves EJB timers when a clustered instance was stopped or has crashed
Synopsis
asadmin [asadmin-options] migrate-timers [--help]
[--target target_server_name]
server_name
Description
The migrate-timers subcommand moves EJB timers to a specified server
when a server instance stops or crashes, if automatic timer migration is
not enabled in the cluster configuration. 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.
--targetThis is the target server instance. If this option is not specified, then DAS will find a server instance or multiple server instances. A migration notification will be sent to the selected server instances.
--destinationThis option is deprecated. It works exactly as the --target option
does.
Operands
This is the server instance on which the timers are currently located. This server instance should not be running during the migration process.
Examples
Example 1 Migrating Timers
This example shows how to migrate timers from the server named
instance1 to a server named instance2.
asadmin>migrate-timers --target instance2 instance1
This command was successfully executed.
Exit Status
command executed successfully
error in executing the command
See Also
| Previous | Next | Contents |
Copyright © 2019, Oracle and/or its affiliates. All rights reserved.