Oracle® Solaris Cluster Geographic Edition System Administration Guide

Exit Print View

Updated: July 2014, E39667-01
 
 

How to Configure a Protection Group to Run a Script at Switchover or Takeover

  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 Securing Geographic Edition Software in Oracle Solaris Cluster Geographic Edition Installation and Configuration Guide .

  2. Configure the RoleChange_ActionCmd and RoleChange_ActionArgs properties of the protection group.
    # geopg set-prop -p RoleChange_ActionCmd=fully-qualified-script \
    -p RoleChange_ActionArgs=script-arguments protection-group-name
    –p property-setting

    Specifies the properties of the protection group.

    Specify the path to the command by using the RoleChange_ActionCmd property. This path should be valid on all nodes of all partner clusters that can host the protection group.

    Define the arguments that you want to append to the command line when the action command is run by using the RoleChange_ActionArgs property.

    For more information about the properties you can set, see Appendix A, Standard Geographic Edition Properties.

    protection-group

    Specifies the name of the protection group.

Example 12-2  Configuring a Protection Group to Run a Command at Cluster Switchover or Takeover

This example configures a protection group to run a custom command called newDNS.

# geopg set-prop -p RoleChange_ActionCmd=/usr/bin/newDNS \
-p RoleChange_ActionArgs=domain=companyx.com,ip=1.2.3.4 avspg