mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 09:06:01 +02:00

* pages*: use generic word for help * git: add newline to the end Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pages*: make help and version commands comply with the style guide * java: fix Java name --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
634 B
634 B
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}}
- Display 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