1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-17 15:55:43 +02:00
tldr/pages/linux/pvecm.md

33 lines
686 B
Markdown
Raw Normal View History

2021-11-08 04:50:11 +08: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):
`pvecm {{[addn|addnode]}} {{node}}`
2021-11-08 04:50:11 +08:00
- Display the version of the cluster join API available on this node:
2021-11-08 04:50:11 +08:00
`pvecm {{[ap|apiver]}}`
2021-11-08 04:50:11 +08:00
- Generate new cluster configuration:
`pvecm {{[c|create]}} {{clustername}}`
2021-11-08 04:50:11 +08:00
- Remove a node from the cluster configuration:
`pvecm {{[d|delnode]}} {{node}}`
2021-11-08 04:50:11 +08:00
- Display the local view of the cluster nodes:
`pvecm {{[n|nodes]}}`
2021-11-08 04:50:11 +08:00
- Display the local view of the cluster status:
`pvecm {{[s|status]}}`