Migrating a Cluster Resource

Although resources are configured to automatically fail over (or migrate) to other nodes in the cluster in the event of a hardware or software failure, you can also manually migrate a resource to another node in the cluster using either the Linux HA Management Client or the command line.

  1. Run the crm command as system administrator. The prompt changes to crm(live).

  2. To migrate a resource named ipaddress1 to a cluster node named node2, enter:

    crm(live)# resource
    crm(live)resource# migrate ipaddress1 node2