LinuxCommandLibrary

pvecm

Proxmox VE Cluster Manager.

TLDR

Add the current node to an existing cluster

$ pvecm add [hostname_or_ip]
copy


Add a node to the cluster configuration (internal use)
$ pvecm addnode [node]
copy


Return the version of the cluster join API available on this node
$ pvecm apiver
copy


Generate new cluster configuration
$ pvecm create [clustername]
copy


Remove a node from the cluster configuration
$ pvecm delnode [node]
copy


Display the local view of the cluster nodes
$ pvecm nodes
copy


Display the local view of the cluster status
$ pvecm status
copy

Copied to clipboard