pvecm: add page (#7214)

feature/windows-fix-syntax-2
Ein Verne 2021-11-08 04:50:11 +08:00 committed by GitHub
parent c10ebac537
commit 35065c3889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

32
pages/common/pvecm.md Normal file
View File

@ -0,0 +1,32 @@
# 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`