2.14.5.5 Creating a Device (--create --device)

The --create --device action creates devices by discovering and logging into targets on database servers with an RDMA Network Fabric IP address in the specified list of IP addresses.

The created devices will be automatically discovered by the Oracle ASM instance with the owner and group specified during configuration creation.

Syntax

quorumdiskmgr --create --device --target-ip-list target_ip_list

Parameters

  • --target-ip-list: Specifies a list of RDMA Network Fabric IP addresses.

    quorumdiskmgr discovers targets on database servers that have an IP address in the list, then logs in to those targets to create devices.

Example

Example 2-8 Creating Devices From a Target For an Oracle ASM Disk Group

This example shows how to create devices using targets on database servers that have an IP address of 192.168.10.45 or 192.168.10.46.

quorumdiskmgr --create --device --target-ip-list="192.168.10.45, 192.168.10.46"