Skip Navigation Links | |
Exit Print View | |
Oracle Solaris Cluster Data Service for Oracle TimesTen In-Memory Database Guide |
Installing and Configuring HA for TimesTen
A. HA for TimesTen Extension Properties
B. Deployment Example: Installing HA for TimesTen in a Failover Configuration
C. Deployment Example: Installing HA for TimesTen in an Active-Active Configuration
Installing and Configuring HA for TimesTen on Local Storage
Example: Preparing the Cluster for HA for TimesTen
Example: Installing TimesTen Software on Local Storage
Example: Defining TimesTen Replication in an Active-Active Configuration
D. Deployment Example: Installing HA for TimesTen in a Scalable Subscriber Configuration
This procedure creates the TimesTen resource.
phys-schost-1# clresourcetype register ORCL.TimesTen_server
phys-schost-1# clresourcegroup create -n phys-schost-1:zone1,phys-schost-2:zone2 app-rg
phys-schost-1# clreslogicalhostname create -g app-rg ha-host-1
phys-schost-1# clresourcedgroup online -eM app-rg
phys-schost-1# clresourcegroup create -n phys-schost-1:zone1,phys-schost-2:zone2 \ -p maximum_primaries=2 \ -p desired_primaries=2 \ server-rg
phys-host-1# clrs create -g server-rg \ -t TimesTen_server \ -p Base_directory=/timesten/TimesTen \ -p Instance=tt1121 \ -p datastore=test \ -p table=sctest \ -p resource_dependencies=ha-host-1 \ tt-rs
phys-schost-1# clresourcedgroup online -eM server-rg