mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 02:57:04 +00:00
Update cheatsheets
This commit is contained in:
37
tldr/linux/pvecm
Normal file
37
tldr/linux/pvecm
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user