2025-03-14 21:59:59 -06:00
|
|
|
# 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):
|
|
|
|
|
|
2025-09-14 18:48:49 -06:00
|
|
|
`pvecm {{[addn|addnode]}} {{node}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Display the version of the cluster join API available on this node:
|
|
|
|
|
|
2025-09-14 18:48:49 -06:00
|
|
|
`pvecm {{[ap|apiver]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Generate new cluster configuration:
|
|
|
|
|
|
2025-09-14 18:48:49 -06:00
|
|
|
`pvecm {{[c|create]}} {{clustername}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Remove a node from the cluster configuration:
|
|
|
|
|
|
2025-09-14 18:48:49 -06:00
|
|
|
`pvecm {{[d|delnode]}} {{node}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Display the local view of the cluster nodes:
|
|
|
|
|
|
2025-09-14 18:48:49 -06:00
|
|
|
`pvecm {{[n|nodes]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Display the local view of the cluster status:
|
|
|
|
|
|
2025-09-14 18:48:49 -06:00
|
|
|
`pvecm {{[s|status]}}`
|