Sun Cluster Geographic Edition System Administration Guide

Deleting Heartbeats and Heartbeat Plug-ins

This section describes procedures for deleting heartbeats and heartbeat plug-ins.

ProcedureHow to Delete a Heartbeat

  1. Log in to a cluster node.

    You must be assigned the Geo Management RBAC rights profile to complete this procedure. For more information about RBAC, see Sun Cluster Geographic Edition Software and RBAC.

  2. Delete the heartbeat.


    # geohb delete heartbeatname
    
    heartbeatname

    Specifies an identifier for the heartbeat settings.

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


Example 6–4 Deleting a Heartbeat

This example deletes a heartbeat that is named paris-to-newyork.


# geohb delete paris-to-newyork

ProcedureHow to Delete a Plug-in From a Heartbeat

  1. Log in to a cluster node.

    You must be assigned the Geo Management RBAC rights profile to complete this procedure. For more information about RBAC, see Sun Cluster Geographic Edition Software and RBAC.

  2. Remove the plug-in from the heartbeat.


    # geohb remove-plugin pluginname heartbeatname
    

    Caution – Caution –

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


    pluginname

    Specifies the name of the custom heartbeat plug-in

    heartbeatname

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

    For information about the names and values that are supported by Sun Cluster Geographic Edition software, see Appendix B, Legal Names and Values of Sun Cluster Geographic Edition Entities.

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


Example 6–5 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