Search results

  1. F

    modify datastore, how to

    Please delete this post.
  2. F

    convert a container to a template

    Dear Martin I know this is an easy question, so much that you have no time to answer. But is my issue. I have a Container that uses too much space when restored I need to create many containers out of this single one, using as little space as humanly possible. Only the changes. How do I do this...
  3. F

    Strange error cannot figure it out on new installation V 3.0

    I rebooted my second node after adding a bridge, and the cluster web site shows no the same red light, and I cannot see any detail of the configuration. It is like if the node did not reconnect to the cluster How do I force it to reconnect?
  4. F

    Strange error cannot figure it out on new installation V 3.0

    My third node, all new, nothing running or installed on it, shows a red light and also if I click in Summary, it shows no CPU statistics. My node #2 is also empty and new, but it does not show the red light and it shows stats in summary. What am I doing wrong??
  5. F

    vzlist missing

    update vzlist was there in /usr/sbin, but /usr/sbin was not in the path. I modified /etc/profile and added it. but it should be already in the path. But pvceca is missing from the machine. root@proxmox1:~# pveversion -v pve-manager: 3.0-23 (pve-manager/3.0/957f0862) running kernel...
  6. F

    vzlist missing

    I just installed Proxmox VE 3.0, did all the upgrades, etc, created a container, but when I log in, I type vzlist and it cannot find the command. It finds vzctl, for instance. Am I missing something? Did vzlist get replaced?
  7. F

    convert a container to a template

    Sorry for the simple question. Once I have my model container, how do I convert it to a Template? I need to clone several times. Is there any advantage on converting to a template?
  8. F

    Comparison between KVM and VMWARE

    Do you mean Asterisk under KVM or under OPenVZ?
  9. F

    Comparison between KVM and VMWARE

    This list is right. I logged into two Linux 64 virtual machines, on two identical servers, one with KVM and one with Vshpere 4.1m and did cat /proc/cpuinfo KVM Virtual machine (Debian Squeeze): flags : fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pse36 clflush mmx fxsr sse sse2...
  10. F

    Comparison between KVM and VMWARE

    I am doing some comparative research betweer KVM and Vmware Vsphere 4.1. For a client virtual machine, Vmware exposes these cpu features not found in a KVM virtual machine: acpi aperfmperf arch_perfmon bts constant_tsc dts nonstop_tsc pat pebs ss ssse3 tsc_reliable unfair_spinlock vme The...
  11. F

    Latest version not booting after installing

    I have a Dell R900 with 128 GB of RAM,16 cores, 4 CPUs, 1 Disc of 274 Gb and 2 extra disks of 1.5 TB on a separate controller (Direct attached storage). Proxmox installs only in the small disk, not in the others. However, it never boots after installing. There is no error, the installation...
  12. F

    How to configure bridged network

    Solved I already succeeded. Just copied the entire dir /etc/sysconfig/network-scrips from a running Centos and changed the IP address, and voila! it worked.
  13. F

    How to configure bridged network

    Question I have dozens of Centos machines, but how am I going to copy the files if the network does not work? Please help me find a workaround, since many people are going to face the same issue. Meybe there should be a template for for bridged networking and another one for virtual networking...
  14. F

    How to configure bridged network

    Problem with bridged networking Let's take a step back. I am confused. I create the VE and choose bridged networking. Then I log into the VE and how exactly do I add my three elements, IP address, MASk and Default gateway? I tried editing ifcfg-venet0 and when I issue a 'service network...
  15. F

    How to configure bridged network

    Problem with bridged networking You keep replying that but I already showed you the error message I get when I try to configure the file ifcfg-venet0. I know Centos pretty well and I am at a loss as how to configure the network inside. If you cannot support me on this then what do I do? Find...
  16. F

    How to configure bridged network

    Error inside the container wit bridged betwork I get an error when configuring venet0 inside the container: cat ifcfg-venet0 DEVICE=venet0 BOOTPROTO=static ONBOOT=yes...
  17. F

    How to configure bridged network

    Need help with bridged networking I want to add a new veth interface for my VE 102, in the bridge vmbr0 as my windows virtual box, so they can exchange data diretcly. But there is an error. vzctl set 102 --netif_add veth102.0, 00:12:34:56:78:9A, eth0, 00:12:34:56:78:9B --save Saved parameters...
  18. F

    How to configure bridged network

    Bridged I have been a user of Virtuozzo for a long time and the problem is that if you use virtual networking then you can actually use one single network, and I have many. If you try to use more than one network, then the default gateway from network "A" appears to be used for VE's with IP's...
  19. F

    How to configure bridged network

    I downloaded and uploaded the template centos-5-x86_64-default-5.2-20090108.tar.gz, and created a VE from it, with bridged networkinf. When I open the VNC console, I type setup and I cannot see any networking option. How do I assign an IP address, or actually two, to my new VE?