Questions tagged [openvz]

OpenVZ is a virtualization technology based on the Linux kernel and operating system.

109 questions
0
votes
1 answer

Which platform is mostly used in production servers to develop and deploy "application services"

I need to decouple my single monolithic application to "micro services" and each module is a combination of (application server + database). Wondering out of this Vagrant OpenVZ Docker (not preferred choice as it doest not support data…
forum.test17
  • 2,119
  • 6
  • 30
  • 62
0
votes
1 answer

OpenVZ installation error on ubuntu

i am trying to install openvz on ubuntu,but when i use vzctl set 10 --onboot yes --save it gives error as directory /proc/vz not found,assuming non openVZ kernel
0
votes
1 answer

OpenVZ: Send request to containers according the port

I'm running Debian 7.0 on a server and I have some containers by OpenVZ. I would like to, according to the request to the server, send this request to a specific container. Example: domain.com:500 -> Container1 will handle it domain.com:501 ->…
Kynno
  • 1
  • 1
0
votes
1 answer

Unable to locate the memory hog on openvz container

i have a very odd issue on one of my openvz containers. The memory usage reported by top,htop,free and openvz tools seems to be ~4GB out of allocated 10GB. when i list the processes by memory usage or use ps_mem.py script, i only get ~800MB of…
kovalsky
  • 26
  • 4
0
votes
1 answer

How to install node.js and its dependency in openVZ server

I am new to openVZ and I want to install node.js and all its dependencies on openVZ server. Suggestion is much appreciated, thank you.
Michael Mendoza
  • 91
  • 1
  • 2
  • 10
0
votes
1 answer

Cloudmin OpenVZ disk inodes issues

I have been beating my head on these for days now, when i create VM (OpenVZ based) using Cloudmin CP or API, i dont know why the inode is always small and i have to edit inode from host machine to make it work For example i created a vm with 100GB…
AcefxLabs
  • 25
  • 5
0
votes
1 answer

running docker remotely on openvz

I have a openvz vps which is centos 7 but with a 2.6 kernel. I know this is not compatible with docker. I have another KVM vps which has docker on it. Is there anyway to access docker in KVM remotely using my openvz vps? Basically I want my openvz…
vvavepacket
  • 1,882
  • 4
  • 25
  • 38
0
votes
1 answer

Ploop snapshot is in old format

When I try to make snapshot of my ploop container I have an error: # vzctl snapshot $VEID --skip-suspend Creating snapshot {6ea44de0-68ff-4044-9264-3dc7e818200d} Storing /vz/private/ploop/$VEID/Snapshots.xml.tmp Error in is_old_snapshot_format…
m_messiah
  • 2,115
  • 2
  • 15
  • 12
0
votes
0 answers

How do I migrate Proxmox 3.x openVZ containers to Proxmox 4.x LXC?

I have just upgraded one of the Proxmox machines in a cluster from 3.4 to 4.2 following these instructions. Normal VMs have migrated correctly. We had to change hard drives from virtio to ide so that the machines would detect them but other than…
Calabacin
  • 725
  • 2
  • 8
  • 19
0
votes
1 answer

ISPconfig openvz on debian 8

I have installed ISPconfig on my debian jessie server and it works well, but I want to use it as Virtual servers. I've choosed debian 8, beacuse I followed this tutorial: https://github.com/servisys/ispconfig_setup and as is it written in readme,…
Michal
  • 35
  • 7
0
votes
1 answer

Custom OpenVZ template not installing

I made a template of my containers on a OpenVZ server that i owned as i was wanting to reinstall OpenVZ to the server to start a new and when i go to install it i am getting this error: (im sure you understand about me blanking the…
Andrew Aubury
  • 113
  • 12
0
votes
1 answer

OpenVZ Premade Templates with Console Enabled

So, I am setting up a new VPS host using OpenVZ. I am currently using hostbill as a billing system. Every-time I go to view the console of the VM it has created, it shows just a black input, allows be to type, but does not echo to the server or from…
0
votes
4 answers

Cannot start, stop, enter VE using OpenVZ

I'm using Debian Unstable kernel 2.6.32-5-openvz-amd64 (But I don't think it's a problem). After install and run our VEs for several month, our hard disk is nearly full and we add 3 more hard drives to make new RAID 5 Array, format it as ext4 then…
hungnv
  • 111
  • 2
  • 7
0
votes
1 answer

Proxmox external VM / CT access

I've just begun the setup of proxmox for our none profit educational VPS service. However, the problem we're facing is a lack of IPv4 addresses available to us. Is it possible to route a sub-domain to the host servers IP address and then get that…
Josh
  • 111
  • 2
  • 11
0
votes
1 answer

OpenVZ change default route in CentOS 6

Environment: CentOS 6.7 as host system, OpenVZ container with CentOS 6.7 too. Container have 2 interfaces: venet0 (10.50.140.160, in vxbr0 of host) and eth1 (10.30.30.3/24, in br1 of host) I want to use venet0 for ssh connect and set default gateway…
strizhechenko
  • 408
  • 2
  • 6
  • 16