- Register the necessary data types on both nodes.phys-schost-1# clresourcetype register SUNW.gds SUNW.HAStoragePlus 
- Create the Apache Tomcat resource group. phys-schost-1# clresourcegroup create RG-TOM 
- Create the logical host.phys-schost-1# clreslogicalhostname create -g RG-TOM ha-host-1 
- Create the HAStoragePlus resource in the RG-TOM resource group.phys-schost-1# clresource create -g RG-TOM -t SUNW.HAStoragePlus -p AffinityOn=TRUE \
-p FileSystemMountPoints=/global/mnt3,/global/mnt4 RS-TOM-HAS 
- Enable the resource group.phys-schost-1# clresourcegroup online -eM RG-TOM