2.14.5.11 Deleting Devices (--delete --device)

The --delete --device command deletes quorum disk devices.

  • If only an Oracle ASM disk group name is specified, then the command deletes all the devices that have been added to the Oracle ASM disk group.

  • If only a host name is specified, then the command deletes all the devices created from the targets on the host.

  • If both an Oracle ASM disk group name and a host name are specified, then the command deletes a single device created from the target on the host and that has been added to the Oracle ASM disk group.

  • If neither an Oracle ASM disk group name nor a host name is specified, then the command deletes all quorum disk devices.

Syntax

quorumdiskmgr --delete --device [--asm-disk-group asm_disk_group] [--host-name host_name]

Parameters

Parameter Description

--asm-disk-group

Specifies the Oracle ASM disk group whose device you want to delete. The value of asm-disk-group is not case-sensitive.

--host-name

Specifies the host name of the database server. Devices created from targets on this host will be deleted. The value of host-name is not case-sensitive.

Example 2-14 Deleting Quorum Disk Devices Created from Targets on a Specific Host

This example shows how to delete all the quorum disk devices that were created from the targets on the host DB01.

quorumdiskmgr --delete --device --host-name=db01