srvctl disable havip

Prevents a specific highly available VIP (HAVIP) (used for highly available NFS exports) resource from running on a number of specified nodes.

Note:

This command is only available with Oracle Clusterware.

Syntax and Parameters

Use the srvctl disable havip command with the following syntax:

srvctl disable havip -id havip_name [-node node1,node2,...,noden]

Table A-37 srvctl disable havip Parameters

Parameter Description
-id havip_name

Specify the unique name of the HAVIP resource you want to disable.

-node node1,node2,...,noden

Specify the name of a node or a comma-delimited list of node names on which you do not want the HAVIP resource to run.

If you specify all but one node in the cluster, then the HAVIP will not fail over.

Usage Notes

  • You must run this command as root user on Linux and UNIX platforms.

Example

An example of this command is:

$ srvctl disable havip -id myhavip -node myNode1,myNode3