HA PostgreSQL example --- typo/missing information on document?
Hello all,
I am trying to build up PostgreSQL HA on Solaris cluster3.3 and everything works fine so far except for the example of creating recourse as following:
http://download.oracle.com/docs/cd/E19680-01/html/821-1534/gchqm.html#scrolltoc
I am trying to build up PostgreSQL HA on Solaris cluster3.3 and everything works fine so far except for the example of creating recourse as following:
http://download.oracle.com/docs/cd/E19680-01/html/821-1534/gchqm.html#scrolltoc
- Register the necessary data types on both nodes.
phys-schost-1# clresourcetype register SUNW.gds SUNW.HAStoragePlus
- Create the PostgreSQL resource group.
phys-schost-1# clresourcegroup create RP-PGS
- Create the logical host.
phys-schost-1# clreslogicalhostname create -g RG-PGS ha-host-1
- Create the
HAStoragePlus
resource in theRG-PGS
resource group.phys-schost-1# clresource create -g RG-PGS -t SUNW.HAStoragePlus -p AffinityOn=TRUE \ -p FilesystemMountPoints=/global/mnt3,/global/mnt4 RS-PGS-HAS
1