Skip Navigation Links | |
Exit Print View | |
Oracle Solaris Cluster Geographic Edition System Administration Guide Oracle Solaris Cluster 4.1 |
1. Introduction to Administering the Geographic Edition Software
3. Administering the Geographic Edition Infrastructure
4. Administering Access and Security
5. Administering Cluster Partnerships
7. Administering Protection Groups
8. Monitoring and Validating the Geographic Edition Software
9. Customizing Switchover and Takeover Actions
Creating a Role-Change Action Script
Configuring a Protection Group to Run a Script at Switchover or Takeover
How to Configure a Protection Group to Run a Script at Switchover or Takeover
A. Standard Geographic Edition Properties
B. Legal Names and Values of Geographic Edition Entities
C. Disaster Recovery Administration Example
E. Troubleshooting Geographic Edition Software
F. Deployment Example: Replicating Data With MySQL
After you have created a script, you must configure the protection group to run the script when a switchover or takeover occurs. If a switchover or takeover occurs, the script runs on the cluster that is becoming the new primary cluster.
You must be assigned the Geo Management RBAC rights profile to complete this procedure. For more information about RBAC, see Geographic Edition Software and RBAC.
# geopg set-prop -p RoleChange_ActionCmd=fullyqualifiedscript -p RoleChange_ActionArgs=scriptarguments
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.
Specifies the name of the protection group.
Example 9-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