how have pvecm status for 3.0 display same useful data of the wiki (2.0)

mmenaz

Renowned Member
Jun 25, 2009
838
29
93
Northern east Italy
I'm doing some test with 2 virtual installation of proxmox 3.0 configured as cluster.
In the wiki: http://pve.proxmox.com/wiki/Proxmox_VE_2.0_Cluster
I see that the 'pvecm status' diplays a very nice table with nodes active, uptime, load etc.
If I run the same command on one node of 3.0 version I get something different, like:
Code:
Version: 6.2.0
Config Version: 2
Cluster Name: mytestcluster
Cluster Id: 4916
Cluster Member: Yes
Cluster Generation: 80
Membership state: Cluster-Member
Nodes: 2
Expected votes: 2
Total votes: 2
Node votes: 1
Quorum: 2  
Active subsystems: 5
Flags: 
Ports Bound: 0  
Node name: prox01
Node ID: 1
Multicast addresses: 239.192.19.71 
Node addresses: 192.168.99.100

is there a new command that gives me the same output as in the wiki, or some additional parameters?
Thanks in advance
 
the wiki page seems outdated, check your cluster with:
> pvecm n
> pvecm s
 
the wiki page seems outdated, check your cluster with:
> pvecm n
> pvecm s

Just want to mention that the full command names are (tom used abbreviations):

> pvecm nodes
> pvecm status
 
Last edited by a moderator: