User Tools

Site Tools


os:proxmox_mgw:cluster
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


os:proxmox_mgw:cluster [2020-05-19 19:55] (current) – created Manuel Frei
Line 1: Line 1:
 +====== PMG Cluster ======
 +
 +===== Show Status =====
 +
 +<code>
 +root@mynode1:~# pmgcm status
 +NAME(CID)--------------IPADDRESS----ROLE-STATE---------UPTIME---LOAD----MEM---DISK
 +mynode1(1)          192.168.31.213   master A    3 days 13:29   0.00    90%    25%
 +mynode2(2)          192.168.31.212   node      2 days 20:53   0.08    86%    25%
 +</code>
 +
 +===== Remove Second Node =====
 +
 +<code>
 +pmgcm delete 2
 +</code>
 +
 +To remove the cluster configuration from the removed node, login to it and delete the config file.
 +<code>
 +rm /etc/pmg/cluster.conf
 +</code>
 +Reboot after removal.
 +<code>
 +systemctl reboot
 +</code>
  
os/proxmox_mgw/cluster.txt · Last modified: 2020-05-19 19:55 by Manuel Frei