Search results

  1. M

    [SOLVED] Execute/run command on all cluster nodes

    Hi all, To whoever wants to run a command on all cluster nodes, here is a way... On one node create the file /bin/cssh with the following content: #!/bin/bash if [ ! -n "$1" ]; then echo "Usage: $0 [command]"; else for n in `xmllint --xpath //clusternode/@name /etc/pve/cluster.conf |...
  2. M

    Cluster node reboots unexpected

    Hi all, I had a cluster node that rebooted today and I can't find out why. Everything seemed normal while suddenly a container went offline. Right away I looked at the PVE log that said "Stop all VMs and Containers" on the node and the whole node just went "bye-bye" without leaving any clues as...
  3. M

    pvesh - cluster-wide command execution

    It happens from time to time I want to execute a command on all cluster nodes and couldn't find a suitable method from the built-in tools. So I wrote this little shell script that I saved as /usr/bin/cssh and chmod +x'ed, and I thought it might come in handy for others. #!/bin/bash if [ -n "$1"...
  4. M

    NFS not mounted after reboot

    Our PVE cluster is backing up to a NFS share that mounts perfectly fine when I open the web interface on the cluster node and click "Storage". After rebooting the server the share is not mounted which I know is as intended. But the backup process doesn't always mount the NFS itself which causes...
  5. M

    PVE Manager: vzdump param maxfiles missing

    Hi, I need more backup files than just the last one. Vzdump has a --maxfiles parameter that I'd like to be able to set from the PVE Manager. A backup job with this parameter set in the /etc/cron.d/vzdump file (which I know I'm not supposed to fiddle around with) doesn't even show in the PVE...
  6. M

    KVM: Reset/Shutdown not working. Stop works

    A KVM instance running Win2003 R2 cannot shutdown or restart from inside the virtual machine. Also neither the reset and shutdown buttons in the PVE web interface nor the "qm [reset|shutdown] [VMID]" command works so I guess it is at least partly a KVM problem. The stop/start buttons and "qm...
  7. M

    Kill KVM/Qemu process running Win2008 client

    Today it was the second time I had a KVM/Qemu machine running Windows 2008 Server hanging subsequently stalling a reboot process on the Proxmox host. The host is part of our production environment (cluster with 5 hosts) so it's only restartet after kernel upgrades from a cron job at 04:00 in the...
  8. M

    Other suites than etch,lenny,hardy

    Hi, What can I do to enable other 'suites' than just etch, lenny and hardy in the dab.conf? Is is because of some incompatibility issues that there are only these 3?

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!