Go to main content

Oracle® Solaris Cluster 4.3 Geographic Edition System Administration Guide

Exit Print View

Updated: June 2017
 
 

Synchronizing Site Configuration Information

Under normal circumstances, a membership change or a change to a site property is automatically propagated to all clusters in the site. This section describes how to manually update site configuration information on the local cluster with configuration information from the remote site cluster. The local site configuration information is overwritten by information from the remote cluster.

How to Synchronize Site Configuration Information

Perform this procedure to update site configuration information on the local cluster.


Note -  You can also use the Oracle Solaris Cluster Manager browser interface to perform this task. Click Sites, highlight the site name, and click Validate Site. For Oracle Solaris Cluster Manager log-in instructions, see How to Access Oracle Solaris Cluster Manager in Oracle Solaris Cluster 4.3 System Administration Guide.

Before You Begin

If you use a role with Geo Management rights, ensure that the /var/cluster/geo access control lists (ACLs) are correct on each node of both partner clusters. If necessary, assume the root role on the cluster node and set the correct ACLs.

# chmod A+user:username:rwx:allow /var/cluster/geo

The /var/cluster/geo directory must have the correct ACL applied for compatibility between the Geo Management rights profile and data replication software.

For more information, see Securing Geographic Edition Software in Oracle Solaris Cluster 4.3 Geographic Edition Installation and Configuration Guide.

  1. From a node of a site controller cluster, assume the root role or assume a role that is assigned the Geo Management rights profile.
  2. Synchronize the site configuration information with the remote site cluster.

    Site configuration information from the remote site cluster overwrites the site configuration information on the local cluster.

    local-site-cluster-node# geosite update remote-site-cluster site
    remote-site-cluster

    The name of the remote site cluster whose site configuration information is being imported to the local site cluster. Both clusters must be configured in the same site.

    site

    The name of the site.

See Also

For details about the synchronization statuses, see the Synchronization Status section of the geoadm(1M) man page.