pveperf, pvecm, pve-firewall, qm-nbdstop, qm-stop, vzdump: move location (#13983)

This commit is contained in:
Managor
2024-10-07 22:55:49 +03:00
committed by GitHub
parent 5b6a0dd5fb
commit b5ba068dfd
6 changed files with 0 additions and 0 deletions

32
pages/linux/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}}`
- 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`