srvctl relocate asm

Relocates an Oracle Flex ASM instance from one Hub Node of an Oracle Flex Cluster to another.

Syntax and Parameters

Use the srvctl relocate asm command with the following syntax:

srvctl relocate asm -currentnode current_node [-targetnode target_node] [-force]

Table A-110 srvctl relocate asm Parameters

Parameter Description
-currentnode current_node

Name of the node on which the Oracle Flex ASM instance currently resides

-targetnode current_node

Name of the node to which you want to relocate the Oracle Flex ASM instance

-force

Force the relocation of the Oracle Flex ASM instance

Usage Notes

You cannot use this command if there is only one Oracle Flex ASM instance running.

Example

An example of this command to relocate an Oracle Flex ASM instance from the current node to a node named hubnode2 is:

$ srvctl relocate asm -currentnode hubnode1 -targetnode hubnode2