Search results

  1. F

    VM disk full, shutdown, now won't start

    I really appreciate your help, Udo. Even if this proves to be fruitless (which I'm suspecting will be the case.) find /var/lib/vz -name vm-105-disk-1.qcow2 -ls <-- This turns up empty- nothing found. The shell history is an interesting idea. My brief review of that file doesn't show any...
  2. F

    VM disk full, shutdown, now won't start

    When I first set these up, I followed a tutorial- and everything just worked. But clearly, something wasn't done correctly. Since the VM was running (and had been for a long time,) I thought it must be set up correctly. This is not a production machine, per se, but it did have data on it that...
  3. F

    VM disk full, shutdown, now won't start

    Hi Udo, The missing disk is not important, but the VM appears to be dead without it. So, in that sense, perhaps the missing disk is important. root@denpm1:~# cat /etc/pve/qemu-server/105.conf bootdisk: ide1 cores: 2 ide1: Backups:105/vm-105-disk-1.qcow2,format=qcow2,cache=writeback,size=54G...
  4. F

    VM disk full, shutdown, now won't start

    Thanks, Wolfgang. I did find that post earlier today. But the difference is, my vm is not running. Seems my mistake (or one of my mistakes!) was to shut down the VM. That was before I realized the disk was missing. I'm not sure if adding back an empty disk will bring life back to this VM...
  5. F

    VM disk full, shutdown, now won't start

    Thank you, Wolfgang... The disk is definitely gone. This VM was set up a long time ago, along with another very similar VM. This one ran out of space- I shut it down, and discovered the disk is gone. The other VM is still running, but also has no disk! Any chance of a recovery somehow...
  6. F

    VM disk full, shutdown, now won't start

    I think I'm hosed. But I have an old (2 months) backup, so not completely hosed. We have a Proxmox 3.3 host in a remote data center, running mostly OpenVZ instances. But we have 2 KVM machines running Windows. I have very little experience with KVM... The drive on one of those filled to...
  7. F

    Active-backup bonding - How and where to set arp IP options?

    Love ProxMox, and have several hosts in production, with dozens of containers. We test everything on the bench before putting it into production. So our bench setup is the latest 1.8 version. We use OpenVZ containers exclusively... Here's the issue... We have set the two nics in our...
  8. F

    HP Array Diagnostic Utilities on OpenVZ?

    Okay, finally gave up trying to make hpacucli installed on a VZ guest talk to the controller. The installation (hpacucli_8.28-13.0.10-9_amd64.deb) on the host was easy, and seems to work fine. Next task will be a script to check the array and, if a change exists, to email the information. Peter
  9. F

    HP Array Diagnostic Utilities on OpenVZ?

    Stef1777, So I understand correctly, you installed hpacucli on a Debian vz guest node, as opposed to the hardware host? If so, then maybe the difference is 1.3 (the version I'm using) and your 1.5 installation.
  10. F

    HP Array Diagnostic Utilities on OpenVZ?

    We're not having any luck. We've installed the HP ADU utilities on guest images (both Debian and CentOS) and can launch the software. But the controller isn't detected. Wondering what others are doing to monitor the drive arrays in their HP DL series servers... Peter
  11. F

    HP Array Diagnostic Utilities on OpenVZ?

    We need to be able to monitor the drives, etc, in our servers. HP has the software to do it. We just haven't had any success in running it from a Proxmox OpenVZ guest. A KVM image may produce a better result, but that's not our preference. Thanks for the HP / Debian links. We've been...
  12. F

    HP Array Diagnostic Utilities on OpenVZ?

    I've searched a bit, not having much luck... We have 3 HP DL360 G5 servers, all successfully running Proxmox. (1.3) We're trying to install HP's ADU / hpacucli utilities on an OpenVZ guest, and although it seems to install and start, we cannot get any controllers to show up. Wondering if...
  13. F

    Cluster problem - passwordless ssh

    Re: Cluster problem - passwordless ssh - solved! Thanks, guys. This is a case of Mea Culpa! I'd forgotten about installing IP tables on this 3rd server (which was intended to be a backup...) So the SSH login would not work from the Master or secondary Slave servers, but worked fine from...
  14. F

    Cluster problem - passwordless ssh

    Okay, I've added the /etc/default/locale file, and as expected, the auth.log no longer complains about the missing file. But I still can't get the master to load the cluster table from the "bad" slave. The master can ssh, without a password, into the one good slave. The good slave can ssh...
  15. F

    Cluster problem - passwordless ssh

    Thanks for the quick suggestion- I did check earlier, and none of the 3 servers have that file, and two of the servers are working without issue. But I will add it after-hours and see if it helps... Peter
  16. F

    Cluster problem - passwordless ssh

    First, I find Proxmox to be fabulous. Before posting, I realized I had never donated, so I just did that, and encourage everyone to do the same. We have 3 physical servers in a data center, all running Proxmox 1.3 and set up as a cluster. One is designated "Master," and the other two are...