Howto Openvz

howto_openvz.1492700581.txt.gz | Хозяин: admin | Изменен: 20.05.2019 15:18 admin Черновик Новейший утвержденный

Это старая версия документа.


http://yandex.mirror.yandex.ru/mirrors/download.openvz.org/doc/man-pages.pdf

http://tincvpn.ucoz.ru/publ/tinc_openwrt/ustanovka_tinc_openwrt/ustanovka_tinc/6-1-0-2

http://www.odin.com/products/virtuozzo/documentation/

http://ru.scribd.com/doc/31965889/OpenVZ

https://openvz.org/User_Guide/Operations_on_Containers

http://kamaok.org.ua/?p=191  http://habrahabr.ru/post/211915/ http://www.opennet.ru/base/sec/openvz_intro.txt.html

http://www.stableit.ru/2013/11/how-to-mount-multiple-disks-toopenvz.html

http://al.ndd.ru/openvz/manual.html

http://wiki.centos.org/HowTos/Spice-libvirt

После переноса контейнера

for s in `ls /etc/init.d/` ; do chkconfig $s off; done
for s in network crond sshd rsyslog jexec postfix postgresql xinetd iptables httpd; do chkconfig $s on; done
 
( set -x; for s in  sshd mysqld nginx supervisord redis-sentinel redis rsyslog  postgresql network crond sshd rsyslog jexec postfix postgresql xinetd iptables httpd; do chkconfig --del $s;  chkconfig --add $s; chkconfig --level 3 $s on; done )
 
setsid dd if=/vm/devel/makedistro_master/private/root.hdd/root.hdd of=/vm/devel/makedistro_integra/private/root.hdd/root.hdd oflag=direct iflag=direct bs=10M &>/tmp/dd.log & disown -a
Ваш комментарий. Вики-синтаксис разрешён: