Questions tagged [openvz]

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

109 questions
0
votes
1 answer

syntax error on openvz to execute command in all vps

as per the document of openvz, I am trying to execute uptime command across all vps, but I am getting syntax error # echo "vps $i"; vzctl exec $i uptime; done -bash: syntax error near unexpected token `done' any idea ?
Nipon Bharali
  • 1
  • 1
  • 1
  • 3
0
votes
1 answer

Error in two scripts: "unary operator expected" and "integer expression expected"

I wrote two scripts which try to do the same action in two different ways, but I get errors each time I run those. Kindly requesting your help to correct my scripts and to improve my knowledge as well. All I am trying to do the vps setup in a single…
vjwilson
  • 754
  • 2
  • 14
  • 30
0
votes
1 answer

Error "out of memory allocating" at compling passenger for apache in a VSP

I'm running a debian 7.0 (amd64) in VPS (OpenVz) 1GB Ram, 512MB SWAP and try to install OpenProject. But if I try to compile Passenger for Apache with passenger-install-apache2-module I get the following error message: cc1plus: out of memory…
user3601549
  • 9
  • 1
  • 2
0
votes
2 answers

OpenVZ web panel cron gives ERROR: 'rake/rdoctask'

I'm using OpenVZ on CentOS 6.5 64bit and every morning I'm getting message with following content: /etc/cron.daily/owp.cron: /usr/lib64/ruby/gems/1.8/gems/rake-10.1.1/lib/rake/rdoctask.rb:2: ERROR: 'rake/rdoctask' is obsolete and no longer…
Besik
  • 43
  • 7
0
votes
1 answer

Connectivity error between openvz containers

I have 2 HNs (each have 2 uplinks and 3 IP address ranges) with multiple containers on them. HN1 and HN2 can reach all containers. Containers from the same address range can reach each other. But containers from different HNs cannot reach each…
0
votes
1 answer

OpenVZ Web Panel Daily Backup

I am using OpenVZ Web Panel to manage my virtual machines. For some reason, OVZ Web Panel's "Daily Backup" option will only store a daily backup of each virtual machine. I have configured the Backups to keep to more than 1 under the User's Profile…
xoff
  • 1
  • 1
0
votes
1 answer

Tools for performance evaluation of Xen, OpenVZ and XenServer?

I want a comparison between Xen, OpenVZ and XenServer. I successfully installed these three and loaded a Debian VM. Please suggest some methods and tools for the performance evaluation of these three. Waiting for your response any suggestions will…
Yedhu Sastri
  • 51
  • 1
  • 4
0
votes
1 answer

Want to change date in certain openvz containers on one host

I have a physical server running 5 OpenVZ instances. I want to be able to time shift one instance running Oracle, but not the physical host. I have tried creating a zoneinfo file offset by days rather than hours, but it will only accept valid…
user34881
  • 3
  • 2
0
votes
1 answer

Can't forward IP address to OpenVZ container

I've just made a clean CentOs 6.4 x86_64 install with OpenVZ for virtualization. I have a dedicated server at iWeb with 5 IP addresses. I created a container and assigned it an IP address BUT when I access to that IP I access to the main node (the…
0
votes
1 answer

OpenVz and Proxmox run websites and control panel

I create OpenVz containers in NAT , for this for example i create 2 containers and in each container i put 2 control panel ispconfig , all works and for works use forward ip and i can access with the same ip and change the port for example :…
0
votes
1 answer

ubuntu in openvz, file creation has a future time

I have a ubuntu 10.04 system in a openvz contaioner. now, I get a problem of the time & time zone. I have change my timezone to Asia/Shanghai by the command: sudo dpkg-reconfigure tzdata and it get work when I run command: ~$ date 2013年 02月 24日 星期日…
cjh75
  • 1
0
votes
1 answer

Improving mount parameters on Proxmox PVE (OpenVZ) server how to

We are trying to improve our partitions and mount points while migrating a new (Proxmox PVE 2) server by splitting some partitions in order to improve mount points with specific parameters (as noatime,data=writeback,barrier=0,nobh and others) for…
luison
  • 1,850
  • 1
  • 19
  • 33
0
votes
3 answers

Compile DAHDI on OpenVZ VPS: kernel issue

Kernel version: 2.6.32-042stab057.1 rpm -qa | grep -i kernel…
filippo
  • 839
  • 2
  • 13
  • 25
-1
votes
3 answers

Convert openVZ container to VMware

I'm trying to convert an openVZ container to VMware. Since this is planned for roughly 1000 instances, I'm looking for a different approach than reinstalling from scratch. I followed the steps in the last…
chris137
  • 189
  • 1
  • 11
-1
votes
2 answers

Why does my vps reply to dns queries even if it has no dns server running?

I've got a cheap openvz Ubuntu vps and i'm trying to run my own dns server on it for learning purpose. The dns server works fine in localhost (on the vps through ssh), i can query it using dig google.com @127.0.0.1 and i get the expected result…
Gio Iann
  • 1
  • 1