versuche ganeti zum laufen zu bekommen.
Dafür benötige ich den Port: 8002 migration Port von XEN.
Aber leider kommt dieser Port nicht hoch.
Die Datei: /etc/xen/xend-config.sxp war nicht da
hab Sie angelegt.
Code: Alles auswählen
(dom0-min-mem 0)
(dom0-cpus 1)
(xend-relocation-server yes)
(xend-relocation-port 8002)
(xend-relocation-address '')
(xend-relocation-hosts-allow '^192\\.168\\.12\\.[0-9]+$')
(vnc-listen '0.0.0.0') (vncpasswd '')
Code: Alles auswählen
# declare -a array=($(tail -n +2 /proc/net/tcp | cut -d":" -f"3"|cut -d" " -f"1")) && for port in ${array[@]}; do echo $((0x$port)); done | sort | uniq
11000
1811
1815
22
25
53529