Go to main content

Administering the Disaster Recovery Framework for Oracle® Solaris Cluster 4.4

Exit Print View

Updated: June 2019
 
 

How to Delete a Plug-in From a Heartbeat

  1. Log in to a cluster node.

    You must be assigned the Geo Management rights profile to complete this procedure. For more information, see Disaster Recovery Framework Rights Profiles in Installing and Configuring the Disaster Recovery Framework for Oracle Solaris Cluster 4.4.

  2. Remove the plug-in from the heartbeat.
    # geohb remove-plugin plug-in-name heartbeat-name

    Caution

    Caution  -  Do not delete the default heartbeat plug-ins tcp_upd_plugin and ping_plugin.


    plug-in-name

    Specifies the name of the custom heartbeat plug-in

    heartbeat-name

    Specifies an identifier for the heartbeat that contains this plug-in

    For information about the names and values that are supported by the disaster recovery framework, see Legal Names and Values of Disaster Recovery Framework Entities.

    For more information about the geohb command, refer to the geohb(8) man page.

Example 13  Deleting a Plug-in From a Heartbeat

This example removes the plug-in that is named command1 from the heartbeat that is named paris-to-newyork.

# geohb remove-plugin command1 paris-to-newyork