Hi everybody, I am currently working on an installation of a failover RHCS with Xen guests as Services. Everything works great so far, Xen domains are failed over to still running nodes if i switch a node off. Even high available bonding integrates nicely. The only thing yet is the (live) migration of Xen domain Services. i changed the /usr/share/cluster/vm.sh so it reads xm migrate -l, but if I do: clusvcadm -M VirtServ01 -m Cluster-Node01# i get: Trying to migrate service:VirtServ01 to Cluster-Node01...Invalid operation for resource my configuration for that service looks like this: <resources> <clusterfs device="/dev/mpath/WebClusterConFF0100040310000Fp2" force_unmount="0" fsid="43783" fstype="gfs" mountpoint="/cluster/XenDomains" name="XenDomains" options=""/> <vm name="VirtServ01" path="/cluster/XenDomains" recovery="restart" rootdisk_physical="/dev/mpath/XenD1_FF0100000310000F" rootdisk_virtual="xvda"/> </resources> <service name="VirtServ01" domain="failoverdomain1" autostart="1"> <clusterfs ref="XenDomains"> <vm ref="VirtServ01"/> </clusterfs> </service> the XenDomains clusterfs is where the xen guest configuration files are stored, the rootdisks are straight luns from our san. Is there some nesting i did that prohibits the live migration or is it maybe the gfs mount that plays tricks on me here? thanks for your replies. regards, johannes -- Linux-cluster mailing list Linux-cluster@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/linux-cluster