crsctl delete node

Use the crsctl delete node to remove a node from the cluster.

Syntax

crsctl delete node -n node_name

Usage Notes

  • You must be root to run this command

  • The node_name parameter is required

  • You cannot use this command on a Leaf Node in an Oracle Flex Cluster

Example

To delete the node named node06 from the cluster, run the following command as root:

# crsctl delete node -n node06