Skip Navigation Links | |
Exit Print View | |
![]() |
Oracle Solaris Cluster System Administration Guide Oracle Solaris Cluster 4.0 |
1. Introduction to Administering Oracle Solaris Cluster
2. Oracle Solaris Cluster and RBAC
3. Shutting Down and Booting a Cluster
4. Data Replication Approaches
5. Administering Global Devices, Disk-Path Monitoring, and Cluster File Systems
7. Administering Cluster Interconnects and Public Networks
10. Configuring Control of CPU Usage
12. Backing Up and Restoring a Cluster
Configuring Host-Based Data Replication With StorageTek Availability Suite Software
Understanding StorageTek Availability Suite Software in a Cluster
Data Replication Methods Used by StorageTek Availability Suite Software
Replication in the Example Configuration
Guidelines for Configuring Host-Based Data Replication Between Clusters
Configuring Replication Resource Groups
Configuring Application Resource Groups
Configuring Resource Groups for a Failover Application
Configuring Resource Groups for a Scalable Application
Guidelines for Managing a Takeover
Task Map: Example of a Data Replication Configuration
Connecting and Installing the Clusters
Example of How to Configure Device Groups and Resource Groups
How to Configure a Device Group on the Secondary Cluster
How to Configure the File System on the Primary Cluster for the NFS Application
How to Configure the File System on the Secondary Cluster for the NFS Application
How to Create a Replication Resource Group on the Primary Cluster
How to Create a Replication Resource Group on the Secondary Cluster
How to Create an NFS Application Resource Group on the Primary Cluster
How to Create an NFS Application Resource Group on the Secondary Cluster
Example of How to Enable Data Replication
How to Enable Replication on the Primary Cluster
How to Enable Replication on the Secondary Cluster
Example of How to Perform Data Replication
How to Perform a Remote Mirror Replication
How to Perform a Point-in-Time Snapshot
How to Verify That Replication Is Configured Correctly
Before You Begin
Ensure that you have completed the following tasks:
Read the guidelines and requirements in the following sections:
Set up the primary and secondary clusters as described in Connecting and Installing the Clusters.
The node nodeA is the first node of the primary cluster. For a reminder of which node is nodeA, see Figure A-7.
nodeA# metaset -s nfsset a -h nodeA nodeB
nodeA# metaset -s nfsset -a /dev/did/dsk/d6 /dev/did/dsk/d7
nodeA# metaset -s nfsset -a -m nodeA nodeB
Create two components of a mirror:
nodeA# metainit -s nfsset d101 1 1 /dev/did/dsk/d6s2 nodeA# metainit -s nfsset d102 1 1 /dev/did/dsk/d7s2
Create the mirror with one of the components:
nodeA# metainit -s nfsset d100 -m d101
Attach the other component to the mirror and allow it to synchronize:
nodeA# metattach -s nfsset d100 d102
Create soft partitions from the mirror, following these examples:
d200 - The NFS data (master volume):
nodeA# metainit -s nfsset d200 -p d100 50G
d201 - The point-in-time copy volume for the NFS data:
nodeA# metainit -s nfsset d201 -p d100 50G
d202 - The point-in-time bitmap volume:
nodeA# metainit -s nfsset d202 -p d100 10M
d203 - The remote shadow bitmap volume:
nodeA# metainit -s nfsset d203 -p d100 10M
d204 - The volume for the Solaris Cluster SUNW.NFS configuration information:
nodeA# metainit -s nfsset d204 -p d100 100M
nodeA# yes | newfs /dev/md/nfsset/rdsk/d200 nodeA# yes | newfs /dev/md/nfsset/rdsk/d204
Next Steps
Go to How to Configure a Device Group on the Secondary Cluster.