Forrest logo
back to context overview

pvecm

List of commands for pvecm:

  • pvecm:tldr:02957 pvecm: Remove a node from the cluster configuration.
    $ pvecm delnode ${node}
    try on your machine
    explain this command
  • pvecm:tldr:46244 pvecm: Return the version of the cluster join API available on this node.
    $ pvecm apiver
    try on your machine
    explain this command
  • pvecm:tldr:59ac3 pvecm: Display the local view of the cluster status.
    $ pvecm status
    try on your machine
    explain this command
  • pvecm:tldr:ad1aa pvecm: Add the current node to an existing cluster.
    $ pvecm add ${hostname_or_ip}
    try on your machine
    explain this command
  • pvecm:tldr:d27e7 pvecm: Add a node to the cluster configuration (internal use).
    $ pvecm addnode ${node}
    try on your machine
    explain this command
  • pvecm:tldr:f9881 pvecm: Display the local view of the cluster nodes.
    $ pvecm nodes
    try on your machine
    explain this command
  • pvecm:tldr:fd74d pvecm: Generate new cluster configuration.
    $ pvecm create ${clustername}
    try on your machine
    explain this command
back to context overview