Skip Navigation Links | |
Exit Print View | |
![]() |
Oracle Solaris Cluster Data Service for PostgreSQL Guide Oracle Solaris Cluster 4.1 |
1. Installing and Configuring HA for PostgreSQL
A. Files for Configuring Oracle Solaris Cluster HA for PostgreSQL Resources
B. Deployment Example: Installing PostgreSQL in the Global Zone or a Zone Cluster
C. Deployment Example: Installing PostgreSQL in a Non-Global Zone With HA for Solaris Zones
D. Deployment Example: Installing PostgreSQL in the Global Zone Using WAL File Shipping
Installing and Configuring PostgreSQL on Shared Storage in the Global Zone
Example: Preparing the Cluster for PostgreSQL
Example: Modifying the PostgreSQL Configuration File
Example: Building and Installing the PostgreSQL Software on Shared Storage
Example: Enabling the PostgreSQL Software to Run in the Cluster
phys-schost-1# clresourcetype register SUNW.gds
phys-schost-1# clresourcegroup create -n phys-schost-1 POSTGRES-PRIM-RG
phys-schost-1# clresourcegroup create -n phys-schost-2 POSTGRES-STA-RG
phys-schost-1# clresourcegroup create - ROLECHG-RG
phys-schost-1# clresourcegroup create set -p Auto_start_on_new_cluster=false ROLECHG-RG
phys-schost-1# clreslogicalhostname create -g ROLECHG-RG ha-host-1
phys-schost-1# clresourcegroup online -eM ROLECHG-RG
phys-schost-1# clresourcegroup online -M POSTGRES-PRIM-RG
phys-schost-1# clresourcegroup online -M POSTGRES-STA-RG