Visit Azul.com Support

Migrate-Timers

Table of Contents
Need help?
Schedule a consultation with an Azul performance expert.
Contact Us

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

asadmin-options: Options for the asadmin utility. For information about these options, see the asadmin help page. --help: -?: Displays the help text for the subcommand. --target: This 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.

Operands

server_name: 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

0: command executed successfully 1: error in executing the command

See Also