JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Cluster Geographic Edition System Administration Guide
search filter icon
search icon

Document Information

Preface

1.  Introduction to Administering the Geographic Edition Software

2.  Before You Begin

3.  Administering the Geographic Edition Infrastructure

Geographic Edition Infrastructure Resource Groups

Enabling the Geographic Edition Software

How to Enable Geographic Edition Software

Disabling the Geographic Edition Software

How to Disable the Geographic Edition Software

Checking the Status of the Geographic Edition Infrastructure

Booting a Cluster

Applying Patches to a Geographic Edition System

How to Prepare an Geographic Edition System for Patches

How to Install Patches on an Geographic Edition System

4.  Administering Access and Security

5.  Administering Cluster Partnerships

6.  Administering Heartbeats

7.  Administering Protection Groups

8.  Monitoring and Validating the Geographic Edition Software

9.  Customizing Switchover and Takeover Actions

10.  Script-Based Plug-Ins

A.  Standard Geographic Edition Properties

B.  Legal Names and Values of Geographic Edition Entities

C.  Disaster Recovery Administration Example

D.  Takeover Postconditions

E.  Troubleshooting Geographic Edition Software

F.  Deployment Example: Replicating Data With MySQL

G.  Error Return Codes for Script-Based Plug-Ins

Index

Applying Patches to a Geographic Edition System

Observe the following guidelines and requirements to patch Geographic Edition 3.3 software:

How to Prepare an Geographic Edition System for Patches

  1. Ensure that the cluster is functioning properly.

    To view the current status of the cluster, run the following command from any node:

    % cluster status

    See the cluster(1CL) man page for more information.

    Search the /var/adm/messages log on the same node for unresolved error messages or warning messages.

  2. Become superuser on a node of the global cluster.
  3. Remove all application resource groups from protection groups.

    This step ensures that resource groups are not stopped when you later stop the protection groups.

    # geopg remove-resource-group resourcegroup protectiongroup

    See the geopg(1M) man page for more information.

  4. Perform the preceding steps on all clusters that have a partnership with this cluster.
  5. Stop all protection groups that are active on the cluster.
    # geopg stop -e local protectiongroup

    See the geopg(1M) man page for more information.

  6. Stop the Geographic Edition infrastructure.
    # geoadm stop

    Shutting down the infrastructure ensures that a patch installation on one cluster does not affect the other cluster in the partnership.

    See the geoadm(1M) man page for more information.

  7. On each node, stop the common agent container.
    # /usr/sbin/cacaoadm stop

Next Steps

Install the required patches for the Geographic Edition software. Go to How to Install Patches on an Geographic Edition System.

How to Install Patches on an Geographic Edition System

Perform this procedure on all nodes of the cluster.

Patch the secondary cluster before you patch the primary cluster, to permit testing.

Before You Begin

Perform the following tasks:

  1. Ensure that all the nodes are online and part of the cluster.

    To view the current status of the cluster, run the following command from any node:

    % cluster status

    See the cluster(1CL) man page for more information.

    Search the /var/adm/messages log on the same node for unresolved error messages or warning messages.

  2. Become superuser in the global zone of a node.
  3. Install any necessary patches to support Geographic Edition software by using the patchadd command.

    If you are applying Oracle Solaris Cluster patches, use the Oracle Solaris Cluster methods on both clusters.

  4. Repeat Step 2 and Step 3 on each remaining node.
  5. After you have installed all required patches on all nodes of the cluster, on each node of the global cluster or zone cluster that you are configuring with Geographic Edition, start the common agent container.
    # /usr/sbin/cacaoadm start
  6. On one node, enable Geographic Edition software.
    # geoadm start
  7. Add all application resource groups that you removed while you were preparing the cluster for a patch installation back to the protection group.
    # geopg add-resource-group resourcegroup protectiongroup

    See the geopg(1M) man page for more information.

  8. Start all the protection groups that you have added.
    # geopg start -e local [-n] protectiongroup

    See the geopg(1M) man page for more information.

Next Steps

After you patch the secondary cluster, perform a sanity test on the Geographic Edition software, and then repeat this procedure on the primary cluster.