Questions tagged [openvz]

OpenVZ is an open source containerisation technology for Linux which utilities containers to run separate Linux based operating systems on a single machine. OpenVZ is typically used as it touts a low overhead, of around 1-3% of CPU, compared to virtualization technologies.

OpenVZ is an open source operating system-level containerisation which integrates with the Linux Kernel. Because of this OpenVZ can only run on Linux and can only run Linux containers which have compatible kernels. OpenVZ separates out virtual environments into "containers", which are similar to BSD Jails.

OpenVZ is not like traditional hyper-visor based virtualization technologies, such as Xen or VMware, in that is only runs a single patched Linux Kernel. This however lets OpenVZ be faster and more efficient than hyper-visor based technologies. Typically each OpenVZ container will have around 1-3% overhead of that if it were a physical machine.

OpenVZ is the basis of Virtuozzo Containers, which is commercial software distributed by Parallels Inc. OpenVZ is available under the GNU GPL v2 license.

424 questions
0
votes
2 answers

Connecting to OpenVZ Container that uses NAT

lets say i do not have enough IPs to allocate to each container, how would someone connect that container if it has no public address? (using NAT for that container) the address would be private right? so how does one from an external network…
James
  • 15
  • 3
0
votes
1 answer

"Can't create table" when having to many partitions

I am currently having a problem I dont understand. Wherever I look it says mySQL (5.5) / InnoDB doesnt have a table limit. I wanted to test the InnoDB compression and was about to create an empty copy of an existing table and ran into the following…
Chris
  • 104
  • 2
  • 12
0
votes
3 answers

Can you use CGroups inside an OpenVZ Container?

just a quick question, which i have had trouble finding the answer to: The OpenVZ Authors have been contributing a large amount of code to the linux kernel, in order to get virtualization features directly inside your operating system. One example…
RapidWebs
  • 571
  • 4
  • 13
0
votes
2 answers

OpenVZ migrate and failover from NAS?

Is there any supported way besides using a SAN (with one VE on a LUN) to have migration and failover in an OpenVZ cluster? From what I've read, things like NFS will not work, but I haven't seen any definitive information in English.
MichaelGG
  • 1,739
  • 8
  • 25
  • 30
0
votes
1 answer

OpenVZ Local Network

I recently aquired 7 OpenVZ Virtual Private Servers for a load balanced website. 2 Load Balancers 3 Web Servers + MySQL API Server + MySQL Storage Server 2 Storage Servers (For PHP Sessions and Uploaded content) Though, my problem is I only have…
0
votes
1 answer

OpenVZ: Is it possible to add a new ploop disk to an existing container residing on an OpenVZ host?

I have a container (Virtual Machine) running on an OpenVZ server and I would like to attach another ploop disk to this container. The / mount point of the container is already configured as ploop drive and I would like to add another ploop disk of…
Itai Ganot
  • 10,644
  • 29
  • 93
  • 146
0
votes
1 answer

Pam-Mysql “Can't initialize threads: error 11”

Inside a Debian OpenVZ container, I have 2 OpenVPN servers (udp on port 53 and tcp on port 443). The authentication is based on Pam-Mysql. Inside my OpenVPN conf file I have: [...] plugin /etc/openvpn/openvpn-auth-pam.so openvpn [...] At a certain…
PJ Bergeron
  • 363
  • 4
  • 15
0
votes
2 answers

Connection tracking not working in a Debian 7 OpenVZ VPS

I have a small VPS instance (used for web hosting) that runs Debian 7, and for a few weeks I have issues with my firewall and connection tracking. I had no issue for months, but without any system modification from my part, the connection tracking…
0
votes
1 answer

Taskset not working properly in OpenVZ container

In a Debian OpenVZ container, I'm trying to use taskset to pin a process to a core, but it doesn't work: root@foo:/# taskset -c -p 0 1754 pid 1754's current affinity list: 0-7 pid 1754's new affinity list: 0-7 The exact same thing works on the…
PJ Bergeron
  • 363
  • 4
  • 15
0
votes
1 answer

Bonnie does not provide speed for Sequential Input / Block

I'm using ProxmoxVE and I would like to run some benchmarks regarding performances of this product. One of these benchmarks is bonnie++ ; it runs very well in a VM (qemu-kvm) but when I run it in a conainer (openVZ), it does not provide me reading…
Rabbit
  • 148
  • 6
0
votes
1 answer

No remote access to VPS container based on OpenVZ

Is there any chance to start ssh server when sysinit is turned to DEFAULT_RUNLEVEL=1? I have no remote access at the moment to my VPS server (based on OpenVZ container), but I can edit files and reboot it through VDS manager. Every time I'm…
Homolupus
  • 11
  • 4
0
votes
0 answers

SSH chroot solution for Mutt

We have an environment tailored for our users to log in via ssh and instead of gaining access directly to a shell, users have a script in place of a shell. The script simply launches Mutt on the user's Maildir. The problem is that Mutt has an…
unixpipe
  • 11
  • 1
0
votes
1 answer

yum update MemoryError 1G memory free

I am trying to do yum update and getting "MemoryError". The server (OpenVZ box) has 2G RAM and Percona MySQL server running with 1G InnoDB buffer configured. The OS is CentOS 6.5, kernel 2.6.32-openvz-042stab088.4-amd64. free -m output: …
Greendrake
  • 1,391
  • 2
  • 13
  • 22
0
votes
1 answer

Unable to get OpenVPN working on Ubuntu on an OpenVZ VPS

I have TUN/TAP enabled server.conf port 1194 proto udp dev tun ca ca.crt cert server.crt key server.key dh dh1024.pem server 10.8.0.0 255.255.255.0 ifconfig-pool-persist ipp.txt push "redirect-gateway def1 bypass-dhcp" push "dhcp-option DNS…
Stephen K
  • 162
  • 8
0
votes
1 answer

Why does installing vzctl on a fresh Centos6.5-minimal break network connectivity?

I seem to have encountered a bug in vzctl's installation. Upon installing it in a clean CentOS6.5-minimal installation according to the official wiki, network connectivity is limited to pinging IP addresses (I suspect ICMP traffic only). I have…
Zsub
  • 361
  • 1
  • 3
  • 15