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

Puppet provider does not install prerequisites

I have cloned a module for virtual machines, but when I try to apply a virtual machine to a node, I get Error: Could not find a suitable provider for virt, which is understandable given that the contents of init.pp specify that a…
Zsub
  • 361
  • 1
  • 3
  • 15
0
votes
1 answer

Are there any rules as to how IP address should be assigned to each container in OpenVZ?

I have OpenVZ running on CentOS system connected to a LAN.The internal IP address of the host machine is 192.168.2.152.Two containers have been created and the IP addresses I assigned are 192.168.0.101 and 192.168.0.102.Is this valid?
charmin
  • 1
  • 2
0
votes
2 answers

Issue on yum update with kernel

--> Running transaction check ---> Package e2fsprogs-resize2fs-static.x86_64 0:1.42.3-3.el6.1.ovz will be installed ---> Package kernel.x86_64 0:2.6.32-358.2.1.el6 will be installed --> Processing Dependency: kernel-firmware >= 2.6.32-358.2.1.el6…
Tiffany Walker
  • 6,681
  • 14
  • 56
  • 82
0
votes
1 answer

Parallels Apache stopped loading virtual host config files?

Apache on a server i'm helping manage has stopped reading virtual host configuration files. It's OpenVZ with a Plesk control panel. The client used Plesk to create the virtual hosts, and the config files are located…
Anagio
  • 216
  • 2
  • 15
0
votes
1 answer

Infrastructure design recommendations for a simple proxmox setup

I am aware of the dangers of this question being non-constructive so bear in mind I did my best to narrow the possible answers I get. I am swapping an old dedicated Gentoo server for a new one, and considering the amount of memory and processor it…
drcelus
  • 1,254
  • 4
  • 14
  • 28
0
votes
2 answers

`fuse`-like mounts on linux-vserver/openVZ?

I don't know much about servers or virtualization. However, for the last years, I've been using a rented linux-vserver as my backup drive and for recording radio shows through cronjobs. I ran out of disk space at this provider and always wanted a…
Sebastian
  • 189
  • 6
0
votes
1 answer

OpenVZ with VSwap causes php-fpm/mySQL errors on nginx

I'm running into a rather nasty issue, and hope that anyone here can help me with a possible solution as I'm pretty much brickwalling right now. The situation: I have an OpenVZ VPS that is configured with VSwap My VPS provider has confirmed there…
0
votes
1 answer

How can Apache be installed in a OpenVZ container

I have OPenVZ running on CentOS and a precreated Ubuntu 10.04 OS template installed.The containers created have 2GB of disk space allocated.With this,can I have an Apache web server running within a container, where I can host a website.Will this…
charmin
  • 1
  • 2
0
votes
1 answer

apt-get authentication error in OpenVZ Debian container

Whenever I receive upgraded packages from security.debian.org, I get the following error: WARNING: The following packages cannot be authenticated! apache2 apache2-mpm-prefork apache2.2-common ... Install these packages without verification [y/N]?…
GDR
  • 329
  • 4
  • 14
0
votes
1 answer

OpenVZ - vzdev kernel module issue

I am setting up a Centos 6.3 minimal server with openvz that replicates to another machine using DRBD. I want all openvz data/files to be kept in a single /vz directory which is an LVM that I am syncing across with DRBD. I managed to create…
Programster
  • 495
  • 1
  • 13
  • 22
0
votes
1 answer

Centos 6.3 DRBD / OpenVZ kernel/userland issue

When I start my Centos 6.3 server's drbd service I get the following error: Starting DRBD resources: DRBD module version: 8.3.13 userland version: 8.4.2 preferably kernel and userland versions should match. I'm 99% certain this is to do with the…
Programster
  • 495
  • 1
  • 13
  • 22
0
votes
1 answer

Proxmox server with just one public IP

Is it possible to host a proxmox server with openvz containers NATed to the public IP which hosts the Proxmox server ? I have gone through the proxmox feature list but I am somehow puzzled by the terminology used there. So my plan would be to have…
drcelus
  • 1,254
  • 4
  • 14
  • 28
0
votes
1 answer

openvz dual nic setup from scratch

I have a openvz server that has 2 nics I need 1 for ethernet and the other explisitly for nfs traffic. eth0 goes to the lan/internet currently doesnt have ipv6 but will be getting a static ip soon. eth1 is the private nfs lan ipv6 is optonal for…
Kendrick
  • 293
  • 4
  • 16
0
votes
1 answer

CentOS 6 and Sun/Oracle Java Issue

Possible Duplicate: Linux out of memory on VPS I have a OpenVZ VPS running CentOS 6.3 64 bit and when I try to install JRE 7 64bit using the command: rpm -Uvh java.rpm It gives me this error: Preparing... …
user1710563
  • 141
  • 5
0
votes
1 answer

How do I skip the installation of grub in my VPS?

I am upgrading Ubuntu 11.04 to Ubuntu 11.10 and it asks me to install grub, I do not want to do so as I am in a VPS, how can I skip installation of grub ? If I close the session, then it shows this when I run update again E: dpkg was interrupted,…
HackToHell
  • 260
  • 1
  • 4
  • 15