HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pvecm — Proxmox VE Cluster Manager. More information: <https://pve.proxmox.com/pve-docs/pvecm.1.html>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
proxmoxcommandcliclusterinformationpvecmmoremanager
linux

Problem

How to use the pvecm command: Proxmox VE Cluster Manager. More information: <https://pve.proxmox.com/pve-docs/pvecm.1.html>.

Solution

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}}


Display the version of the cluster join API available on this node:
pvecm {{[ap|apiver]}}


Generate new cluster configuration:
pvecm {{[c|create]}} {{clustername}}


Remove a node from the cluster configuration:
pvecm {{[d|delnode]}} {{node}}


Display the local view of the cluster nodes:
pvecm {{[n|nodes]}}


Display the local view of the cluster status:
pvecm {{[s|status]}}

Code Snippets

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}}

Display the version of the cluster join API available on this node

pvecm {{[ap|apiver]}}

Generate new cluster configuration

pvecm {{[c|create]}} {{clustername}}

Remove a node from the cluster configuration

pvecm {{[d|delnode]}} {{node}}

Context

tldr-pages: linux/pvecm

Revisions (0)

No revisions yet.