- 
Register the necessary resource types on both nodes.
phys-schost-1# clresourcetype register ORCL.TimesTen_server SUNW.HAStoragePlus 
- 
Create the TimesTen resource group
RG-TT.
phys-schost-1# clresourcegroup create RG-TT 
- 
Create the logical host ha-host-1.
phys-schost-1# clreslogicalhostname create -g RG-TT ha-host-1 
- 
Create the HAStoragePlus resource in the
RG-TT resource group.
phys-schost-1# clresource create -g RG-TT -t SUNW.HAStoragePlus -p AffinityOn=TRUE \
-p FilesystemMountPoints=/global/mnt3 TT-HSP-RS 
- 
Enable the RG-TT resource group.
phys-schost-1# clresourcegroup online -eM RG-TT