47bd0e0ddeea16986ce597586db3408e6ba0657a
Services/Proxmox.md
... | ... | @@ -43,9 +43,23 @@ Commandes utiles sur un hyperviseur : |
43 | 43 | |
44 | 44 | * `pve*` |
45 | 45 | * `*_tools` |
46 | -* `clustat` |
|
47 | -* `clusvcadm` |
|
48 | - |
|
46 | +* `clustat` `-I` `-l` `-s pvevm:<id_vm>` `-x| |
|
47 | +* `clusvcadm -M pvevm:<id_vm> -m <noeud_hyperv>` |
|
48 | +* `pvecm s` (équivalent `cman_tool status`) |
|
49 | +* `pvecm n` (équivalent `cman_tool nodes`) |
|
50 | +* `corosync-cfgtool` |
|
51 | +* `cman_tool` |
|
52 | +* `fence_tool` |
|
53 | +* `group_tool` |
|
54 | +* `css_tool` |
|
55 | +* `dlm_tool` |
|
56 | +* `rg_test rules` |
|
57 | +* `service pve-cluster status` |
|
58 | +* `service cman status` |
|
59 | +* `service rgmanager status` |
|
60 | +* `ovs-vsctl --timeout=5 -- --may-exist add-port vmbr1 pub tag=<vlan_num> -- set Interface pub type=internal` |
|
61 | +* `tail -f /var/log/cluster/*.log` |
|
62 | +* `watch -n 1 " service pve-cluster status; service cman status; service rgmanager status; echo; pvecm n; clustat; fence_tool ls"` |
|
49 | 63 | |
50 | 64 | ## Maintenance |
51 | 65 |