Visit Azul.com Support

Get-Fault-Tolerance-Configuration

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

Retrieves the configuration settings of the MicroProfile Fault Tolerance service.

Synopsis

 
asadmin [asadmin-options] get-fault-tolerance-configuration [--help] [--target=server-config]

Description

The get-fault-tolerance-configuration returns the current configuration options for the MicroProfile Fault Tolerance service on the specified target.

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: Specifies the target of this command.
Valid values are as follows:
server;; Specifies the DAS (default). instance-name;; Specifies a Payara Server instance. cluster-name;; Specifies a cluster. configuration-name;; Specifies a named configuration.

Example

Example 1 Getting MicroProfile Fault Tolerance configuration

This example gets the current configuration of the Fault Tolerance service.

 
asadmin get-fault-tolerance-configuration --target=instance1

Exit Status

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

See Also