mkquorumapp

Use the mkquorumapp command to generate a Java application to use for quorum.

Syntax

mkquorumapp [ -ip_6 ] [ -nometadata ]

Parameters

-ip_6
(Optional) Specifies that the quorum application uses IPv6 service addresses to connect to nodes. If this parameter is not specified, IPv4 is used to connect to nodes.
-nometadata
(Optional) This parameter is used if you do not require metadata that stores configuration data for node recovery operations with the IP quorum application.

Description

This command generates a Java application to use for quorum.

An invocation example

This example creates the file /dumps/ip_quorum.jar to use for IP quorum on an IPv4 network.

mkquorumapp

The detailed resulting output:

No feedback

An invocation example

This example creates the file /dumps/ip_quorum.jar to use for IP quorum on an IPv6 network.

mkquorumapp -ip_6

The detailed resulting output:

No feedback