commands.sh

pvecm

linux

Proxmox VE Cluster Manager.

More info →

Options (6)

boolean

Add a node to the cluster configuration (internal use)

Example: pvecm {{[addn|addnode]}} {{node}}
boolean

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

Example: pvecm {{[ap|apiver]}}
boolean

Generate new cluster configuration

Example: pvecm {{[c|create]}} {{clustername}}
boolean

Remove a node from the cluster configuration

Example: pvecm {{[d|delnode]}} {{node}}
boolean

Display the local view of the cluster nodes

Example: pvecm {{[n|nodes]}}
boolean

Display the local view of the cluster status

Example: pvecm {{[s|status]}}

Examples (7)

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]
made by @shridhargupta | data from tldr-pages