Recent content by italian01

  1. I

    QEMU-KVM - start@boot - conditional startup VM

    Hi all. Without waste your time with my Proxmox version and configuration, I have a very little and simple question: can I condition and program a startup of a kvm' virtual machine by a script, combining two or more events?! That is, I have a VM Win2k3 srv which I set to start at the boot so...
  2. I

    OpenVZ: adding a parameter to GUEST KERNEL.

    And, so, what I have to do for debugging UpStart?? Should I add this parameter to HOST' kernel and reboot it together with all its guesses? Regards.
  3. I

    OpenVZ: adding a parameter to GUEST KERNEL.

    Hello, a very short question: how can I add "--verbose" to my GUEST' kernel? I've already tried by inserting this option in /etc/default/grub file yet I cannot run update-grub because it exit with the following output: root@VMLAMP01 ~# update-grub Generating grub.cfg ... Cannot find list of...
  4. I

    BINDing CIFS shares, WHITESPACES and MOUNT command.

    Hello, I've a CT created on ubuntu-10.04-turnkey-lamp_11.3-1_i386.tar.gz template. I mounted some NT shares on this CT by BIND command, how can be visible through running of mount command on Proxmox host: root@proxmox2:~# mount //fs1/datipos/ on /var/lib/vz/root/101.mnt/www/pos/content...
  5. I

    After POWER FAILURE on PROXMOX, TURNKEY-UBUNTU CT had a strange behavior

    I made a breakthrogh. So, the power failure isn't the cause of starup issues described so far: the power failure has just highlighted it. Instead, the cause it set on automatic upgrade of Turnkey LAMP. After many researches and a lot of "googling", I came to the conclusion that the cause is...
  6. I

    After POWER FAILURE on PROXMOX, TURNKEY-UBUNTU CT had a strange behavior

    I'm not able to ident my message: server doesn't save carriage return.
  7. I

    After POWER FAILURE on PROXMOX, TURNKEY-UBUNTU CT had a strange behavior

    Hello, there was a power failure last week-end and, therefore, a brute shutdown of my Proxmox Server. There were (and are) 4 Container in that server: 3 running and 1 not. The first 3 virtual machines are 2 Windows 2003 Servers and 1 is an Ubuntu TurnKey LAMP 11.3. The last one virtual...
  8. I

    2-Nodes Cluster: activity permitted since one node is down.

    OK Raymond: I'm going to do all two request of yours! 1. The thing "not well documented" which I have pointed is "pmxcfs" service. In fact, there is wrote nowhere how to set DEAMON_OPTS variable inside /etc/default/cluster file, and the command "# man pmxcfs" doesn't give any answer. Pmxcfs is...
  9. I

    2-Nodes Cluster: activity permitted since one node is down.

    Issue Solved! ...and I'm going to explain you how I did it. First of all, I have to admit that the cause has been on one my own error: in fact, after third step of those listed above, I erroneously modified the cluster.conf file from <?xml version="1.0"?> <cluster name="ProxMCls"...
  10. I

    2-Nodes Cluster: activity permitted since one node is down.

    Does it mean that I cannot install any new VM till I dismantle the cluster? Thank's in advance for your reply.
  11. I

    2-Nodes Cluster: activity permitted since one node is down.

    Thank you for your reply. Reading your answer, MMenaz, I saw I have to add other infos; before all, writing something more about what I did. So, my goal was (and is) to make up a 2-nodes cluster starting from an under-performance machine. Therefore, following four steps I thought to be needed...