2.14.5.3 Creating a Quorum Disk Configuration (--create --config)

The --create --config action creates a quorum disk configuration.

The configuration must be created before any targets or devices can be created.

Syntax

quorumdiskmgr --create --config [--owner owner --group group] 
  --network-iface-list network-iface-list 

Parameters

The following table lists the parameters for the --create --config action:

Parameter Description

--owner

Specifies the owner of the Oracle ASM instance to which the iSCSI quorum disks will be added. This is an optional parameter. The default value is grid.

--group

Specifies the group of the Oracle ASM instance to which the iSCSI quorum disks will be added. This is an optional parameter. The default value is dba.

--network-iface-list

Specifies the list of RDMA Network Fabric interface names through which the local and remote targets will be discovered.

Example 2-5 Create a Quorum Disk Configuration for a System with InfiniBand Network Fabric

quorumdiskmgr --create --config --owner=oracle --group=dba --network-iface-list="ib0, ib1"

Example 2-6 Create a Quorum Disk Configuration for a System with RoCE Network Fabric

quorumdiskmgr --create --config --owner=oracle --group=dba --network-iface-list="re0, re1"