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
1 answer

Loading Raid drivers during Proxmox VE installation

I'm using Hardware raid on my Proxmox VE installation and it doesn't recognize my Raid array, so how can I load raid drivers during installation? This is the driver reseller provided:…
com01
  • 3
  • 1
  • 2
0
votes
1 answer

One-to-one mapping of port range from Hardware Node to VZ Containers with iptables

At anytime I have about 3-4 VZ containers on a server(the Hardware Node on CentOS6). I have webservers, ssh, mail, etc running on the different Containers. From another host in the network, they are accessed as ip.of.hardware.node:port and iptables…
kumar
  • 133
  • 1
  • 6
0
votes
1 answer

Issue with kernel boot [OVH SERVER]

Trying to install OpenVZ kernel on Centos 6.3, Yes my kernel is installed i can see it in the /boot folder, yes it is Rhel6 and yes it is all up to date, i checked this with yum update. My issue comes when i reboot my server with that kernel set as…
0
votes
1 answer

How to mount together a filesystem tree for use in openvz?

I want my vm to use a filesystem tree consisting of multiple filesystem mounted together: mount /var/lib/vz/private// mount /var/lib/vz/private//home/ Using this layout vzctl start fails since vzquota can not work on…
johannes
  • 125
  • 1
  • 5
0
votes
1 answer

How to kill an openvz container?

An openvz container can be stopped with vzctl stop , but this needs the cooperation from the init inside the container. In case a container is compromised a way is needed to stop the container withouts its cooperation. Something like a vzctl…
johannes
  • 125
  • 1
  • 5
0
votes
2 answers

yum update failed

I have problem doing a yum update on my OpenVZ VPS. I get this error message: (56/69): glibc-devel-2.5-81.el5_8.7.x86_64.rpm | 2.4 MB 00:00 (57/69): libstdc++-devel-4.1.2-52.el5_8.1.x86_64.rpm | 2.8 MB 00:00 (58/69):…
0
votes
3 answers

Should I choose KVM/XEN over OpenVZ or use them together?

I've got a dual xeon e5504 server, with [for now] only 8GB of ram. Storage is'n impressive either: 3x 146GB sas in raid5 + 500GB sata drives. Currently it works as a development server, but it's over speced for our needs and since our development…
Krystian
  • 306
  • 1
  • 6
  • 19
0
votes
1 answer

Cannot open TUN/TAP dev /dev/as0t0: No such file or directory (errno=2)

I just attempted to install OpenVPN Access Server on my Debian VPS that uses OpenVZ. It installed fine, however when I try to start it from the administration panel, I get these errors: process started and then immediately exited: ['Sat Sep 22…
Mark
  • 367
  • 1
  • 4
  • 11
0
votes
1 answer

PTY allocation request failed on channel 0 - gentoo in openvz

I keep getting PTY allocation request failed on channel 0 once I hit "some" limit, upon trying to connect with ssh or locally with vzctl enter 10x I have multiple developers accessing same test server, sharing screens etc. Some system…
jancha
  • 131
  • 5
0
votes
1 answer

Apache2 doesn't start automatically in an OpenVZ container using Debian 6

I have a OpenVZ container running Debian 6 on my server. After every restart of the container I have to manually start the Apache2 web server using its init script. In the error log I can't find any useful information. Every suggestion is…
Ulf
  • 387
  • 1
  • 5
  • 18
0
votes
1 answer

Using virsh to control KVM and openvz

On different servers I'm using virsh to manage openvz containers or KVM guests. No I have a server with both, KVM and openvz installed and would like to controll both with virsh. I can't figure out how to 'switch' between openvz and KVM. Currently…
Jens
  • 362
  • 2
  • 4
  • 14
0
votes
1 answer

Installing OpenVZ inside debian 6.0?

I have a little problem. Basically I have dealt with a VPS for quite a while and decided to make the jump to a more powerful dedicated machine, and then split that into various VPS' for different purposes that I need. Now I was told tonight by my…
andy
  • 239
  • 1
  • 4
  • 10
0
votes
1 answer

Is there any advantage of using OpenVZ on a dedicated server for single-use?

We are leasing a dedicated server where we plan to host an XMPP server. Currently, Debian is installed. Our current requirement is this will only be the production box; however, this could change if the production load is not using all the…
tjg184
  • 143
  • 4
0
votes
1 answer

OpenVZ kernel panic

I recently installed OpenVZ on my VMWare box (To do some testing) and I get the following: https://www.dropbox.com/s/p38btkv5j84bvsh/Capture.JPG the GRUB config is as follows: # grub.conf generated by anaconda # # Note that you do not have to rerun…
0
votes
1 answer

Bringing an IPsec tunnel on the hardware node to the OpenVZ containers

I have a server hosting OpenVZ containers. An IPsec tunnel is configured on the hardware node (HN) and I'd like to make the remote network available in the containers (CT). How can I do this? The current setup is like this: HN has a public address…