mkquorumapp

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

Syntax

Read syntax diagramSkip visual syntax diagram svctask mkquorumapp -ip_6-nometadata-partnersystemsystem_id | system_name-partnerip6

Parameters

-ip_6
(Optional) Specifies that the quorum application uses IPv6 service addresses to connect to the system that generated the quorum application. If this parameter is not specified, IPv4 is used to connect this system.
-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. This parameter cannot be specified with the -partnersystem parameter.
-partnersystem
(Optional) Specifies the system ID or system name for the remote system in the policy-based replication high availability partnership to provide quorum.
Note: If this parameter is specified, the quorum app will only be used for policy-based high availability tie-break. If it is not specified, the quorum app will only be used for single-system tie-break and (optionally) metadata storage.
-partnerip6
(Optional) Specifies that the quorum application uses IPv6 service addresses to connect to the partner system. If this parameter is not specified, IPv4 is used to connect to the partner system.

Description

This command generates a Java application to use as quorum for this system or for high availability with a partnered system.

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