###Listing 16: VM-Umzug vorbereiten

vmserver1:~ # sed -i 's%#(xend-relocation-server no)%(xend-relocation-server yes)%' /etc/xen/xend-config.sxp
vmserver1:~ # sed -i 's%#(xend-relocation-port 8002)%(xend-relocation-port 8002)%' /etc/xen/xend-config.sxp
vmserver1:~ # sed -i "s%^(xend-relocation-hosts-allow .*)%(xend-relocation-hosts-allow '')%" /etc/xen/xend-config.sxp
vmserver1:~ # service xend reload
