System Grab Bag

View all TLDR pages from common (or from all pages)

pvecm

Proxmox VE Cluster Manager. More information: https://pve.proxmox.com/pve-docs/pvecm.1.html.
  • Add the current node to an existing cluster:
    pvecm add {{hostname_or_ip}}
  • Add a node to the cluster configuration (internal use):
    pvecm addnode {{node}}
  • Return the version of the cluster join API available on this node:
    pvecm apiver
  • Generate new cluster configuration:
    pvecm create {{clustername}}
  • Remove a node from the cluster configuration:
    pvecm delnode {{node}}
  • Display the local view of the cluster nodes:
    pvecm nodes
  • Display the local view of the cluster status:
    pvecm status

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.