Although resources are configured to automatically fail over (or migrate) to other nodes in the cluster in the even of a hardware or software failure, you can also manually migrate a resource to another node in the cluster.
To manually migrate a resource to another node in the cluster
Enter the following command at the Linux server command line:
crm_resource -M -r resource_name -H
hostname -f
Replace resource_name with the name of the
resource you want to migrate. Replace
hostname with the name of the server that
you want to migrate the resource to.
You can enter crm_resource at the command line to get a list of parameters and switches that can be use with the crm_resource command.