crsctl replace discoverystring

Use the crsctl replace discoverystring command to replace the existing discovery string used to locate voting files.

Syntax

crsctl replace discoverystring "absolute_path[,...]"

Parameters

Table E-55 crsctl replace discoverystring Command Parameters

Parameter Description
absolute_path

Specify one or more comma-delimited absolute paths that match one or more voting file locations. Wildcards may be used.

The list of paths must be enclosed in double quotation marks ("").

Usage Notes

  • You must be root, the Oracle Clusterware installation owner, or a member of the Administrators group to run this command.

  • You can run this command on any node in the cluster.

  • If you store voting files in an Oracle ASM disk group, then you cannot change the discovery string.

Example

Assume the current discovery string is /oracle/css1/*. To also use voting files in the /oracle/css2/ directory, replace the current discovery string using the following command:

# crsctl replace discoverystring "/oracle/css1/*,/oracle/css2/*"