If you cannot migrate a resource from one cluster to a peer cluster, the problem might be caused by one of the following conditions:
The resource has not been BCC-enabled.
Remote clusters cannot communicate.
See Section 13.13, Peer Cluster Communication Is Not Working.
Perl script errors.
Special characters must be escaped in scripts. For example, the script might have a single % character in it that needs to be an escape (%% instead of %). Also, hashes in Perl need to have escape characters.