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
3 answers

Should I get extra IPs?

This is my proposed setup using OpenVZ containers (hosted on Proxmox): CT 1: MySQL and nginx. Hosts all databases and multiple websites(domains). Used ports are 80, 443, 3306, 8080 CT 2, 3, 4: These host special servers that all listen on ports 7171…
0
votes
0 answers

How to diagnose sporadic performance issues?

I have a web application with very varying response times and can't find out what causes that. That's the (quite complicated) setup: Powerful (i7, 32GB RAM) dedicated server in a German data center, running Debian 6 with Proxmox. On that host,…
0
votes
1 answer

Can't run CSF on the host machine using Open VZ

I managed to configure CSF on my three VM inside OpenVZ, but when I try to run it on the host, all the VMs become unreachable. I can see that the host is been attacked, and it would be critical if it gets invaded. Below is the result of iptables…
user180065
  • 31
  • 2
0
votes
2 answers

Remote access forbidden (HY000) to specific mysql client

A MySQL server is located at central.hwcharts.com; it is the master of a basic master-slave replication which replicates toward host0.hwcharts.com, located on a different physical machine which virtualizes (OpenVZ) the VM where the slave runs…
davide
  • 162
  • 8
0
votes
1 answer

Why is OpenVZ less secure than KVM and XEN

I've read many forums and blogs and articles comparing OpenVZ, KVM and XEN. And I have seen many times that one of the negatives of OpenVZ is that its less secure. However, I have yet to see an explanation as to how and why it is less secure other…
mhost
  • 1,179
  • 3
  • 16
  • 25
0
votes
2 answers

How does vzdump treats hard links pointing out of the virtual machine?

I have an OpenVZ container containing some hard links pointing to the host file system. For example, I have run on the host ln /root/file /var/lib/vz/private/101/root/link Now I'm asking myself: if I backup the VM 101 with vzdump, how will it treat…
lucaferrario
  • 111
  • 2
  • 7
0
votes
1 answer

OpenVZ sharing PHP5-FPM socket

I need a problem with sharing php5-fpm.sock between 2 vz containers I have 2 containers: 1. with NGINX 2. with PHP5 and PHP5-FPM Link containers over NFS I tried using: 1. mount --bind /var/lib/vz/private/100/var/src_dir_with_socket…
init0
  • 39
  • 5
0
votes
1 answer

openvz / centos 6 vps yum failing with error

Installed new openvz container with centos 6.4 64bit Resolving Dependencies --> Running transaction check ---> Package kernel.x86_64 0:2.6.32-431.el6 will be installed --> Processing Dependency: kernel-firmware >= 2.6.32-431.el6 for package:…
user148117
0
votes
1 answer

OpenVZ vSwap Host Configuration

I wish to allocate vSwap memory to my OpenVZ containers. Where does OpenVz get the vSwap memory from? If the host were to run out of physical RAM, would the host start to use its own normal swap memory? I ask this as I am using SSDs in our host…
jtnire
  • 817
  • 2
  • 8
  • 16
0
votes
1 answer

Proxmox openvz guest can only reach node

I have a running ProxmoxVE 3.1 cluster which is up-to-date and can reach all destinations. I have installed the default debian-7 template to a node, with bridged network via a veth interface. The guest gets its IP via DHCP on a separate router…
Zsub
  • 361
  • 1
  • 3
  • 15
0
votes
1 answer

Transfer used ram to swap and free more physical ram

I have a vps with 256m physical ram and 512m swap space, I am trying to use a software that need more than 256m and less than 512m ram, so it uses swap. The problem is at some moment of the installation, the installation process checks the…
0
votes
0 answers

Where can I find the range of IP addresses of my container OpenVZ

I'm looking for the "range of IP addresses of my container"... Where can I find those ? /etc/network/interfaces ? ifconfig ? I don't know and I can't find any answers... I need it for this tutorial thanks,
HydrUra
  • 145
  • 1
  • 2
  • 6
0
votes
2 answers

openVZ mount of host folder

i am trying to setup openVZ on my new server, but I am running into a problem with mounting the folders which i cant understand. It shows different files in the VZ and on the Host, despite the mount points being the same. mount login scripts for…
Chris
  • 104
  • 2
  • 12
0
votes
1 answer

OpenVZ: Custom settings on container startup / Choosing the right MySQL Server

What I have: Two servers running Wheezy/OpenVZ with One MySQL container on each host master/master replicated (mysql1/mysql2) Replicated DNS on each host (dns1/dns2) different web-containers on each host but regulary backuped to the other. What I…
Scheintod
  • 391
  • 1
  • 5
  • 17
0
votes
1 answer

Where is the startup script/file for an OpenVZ container?

I start my container and it has a few errors. [xxx@centosbuilder1 etc]$ sudo vzctl start 1011 Starting container... Container is mounted Adding IP address(es): 10.0.64.23 cp: cannot stat '/etc/conf.d/netcfg': No such file or directory /bin/bash:…
DarkSheep
  • 1,036
  • 1
  • 13
  • 23