Author: rafael

  • Configurando nó de hardware OpenVZ no Debian 7

    1 – Instalação do Debian 7 “wheezy”: * Obter o Debian 7: https://www.debian.org/releases/oldstable/debian-installer/ * Configurar a mídia de instalação: http://askubuntu.com/questions/59551/how-to-burn-a-iso-to-a-usb-device

  • Configurando container no OpenVZ 7 como Servidor de Aplicação do LTSP-Cluster

    # Configurando container no OpenVZ 7 como # Servidor de Aplicação do LTSP-Cluster # Listando Templates OS EZ para Containers vzpkg list -O # Criando Container: prlctl create CT2 –vmtype ct –ostemplate ubuntu-14.04-x86_64 # Listing Virtual Machines and Containers prlctl list -a

  • Criando snapshotting de container OpenVZ

    Fontes: http://openvz.livejournal.com/44508.html https://openvz.org/Man/vzctl.8#Snapshotting Segue abaixo trecho retirado do manual do OpenVZ relacionado ao assunto. Snapshotting Snapshotting is a feature based on checkpointing and ploop shapshots. It allows to save a complete state of container file system. Plus, if the container is running, it’s in-memory state (as in checkpointing). Note that snapshot functionality is only working […]