HP XP Cluster Extension Software Administrator Guide

9. For Windows Server 2008/2008 R2/2012, enable the XP Cluster Extension resource property
If restart is unsuccessful, fail over all resources in this service or application. This value is set
in the Policies tab in the Failover Cluster Management Properties window.
If you are using the CLI to set resource properties, the equivalent command is cluster res
CLX_FILESHARE /prop RestartAction=0.
10. Bring the service or application online on host3_DCB by using the Failover Cluster
Management GUI or the following cluster command in the CLI:
C:\>cluster group CLX_SHARE /online:host3_DCB
11. Verify that the XP Cluster Extension resource and all other CLX_SHARE application resources
are brought online:
C:\>cluster group CLX_SHARE
12. Take the service or application offline, and verify that all resources are stopped:
C:\>cluster group CLX_SHARE /offline
C:\>cluster group CLX_SHARE
13. Bring the service or application online again and verify that all resources are available:
C:\>cluster group CLX_SHARE /online:host3_DCB
C:\>cluster group CLX_SHARE
14. Check the cluster service settings of system host4_DCB, and the group and resource settings.
15. Move the service or application to system host4_DCB and verify that all resources are
available:
C:\>cluster group CLX_SHARE /moveto:host4_DCB
C:\>cluster group CLX_SHARE
16. Check the cluster service settings of system host2_DCA, and the group and resource settings.
17. Move the service or application to system host2_DCA and verify that all resources are
available:
C:\>cluster group CLX_SHARE /moveto:host2_DCA
C:\>cluster group CLX_SHARE
18. Check the cluster service settings of system host1_DCA, and the group and resource settings.
19. Take the service or application offline, and verify that all resources are stopped:
C:\>cluster group CLX_SHARE /offline
C:\>cluster group CLX_SHARE
20. Change the XP Cluster Extension resource to be able to restart on another system:
C:\>cluster resource CLX_FILESHARE /prop RestartAction=2
C:\>cluster resource CLX_FILESHARE /prop
Managing XP Cluster Extension resources
You can manage resources by bringing them online and offline, or by deleting them.
Bringing a resource online
Resources are usually brought online automatically when the service or application is brought
online. You might need to move the service or application to the node where you want to bring
the resource online.
34 Configuring XP Cluster Extension