This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
пакет_pacemaker [2022/07/28 12:40] val [Управление конфигурацией] |
пакет_pacemaker [2024/12/01 09:04] (current) val [Пакет Pacemaker] |
||
---|---|---|---|
Line 2: | Line 2: | ||
* [[https://habrahabr.ru/post/107837/|Linux HA на основе Pacemaker]] | * [[https://habrahabr.ru/post/107837/|Linux HA на основе Pacemaker]] | ||
+ | * [[https://habr.com/ru/companies/postgrespro/articles/359230/|Кластер pacemaker/corosync без валидола Postgres Professional]] | ||
* [[http://wiki.525.su/doku.php?id=pacemaker_theory|Pacemaker, теория]] | * [[http://wiki.525.su/doku.php?id=pacemaker_theory|Pacemaker, теория]] | ||
* [[https://wiki.clusterlabs.org/wiki/Example_configurations|Example configurations]] | * [[https://wiki.clusterlabs.org/wiki/Example_configurations|Example configurations]] | ||
Line 70: | Line 71: | ||
crm(live)configure# primitive pr_ip ocf:heartbeat:IPaddr2 params ip=192.168.X.10 cidr_netmask=32 nic=eth0 | crm(live)configure# primitive pr_ip ocf:heartbeat:IPaddr2 params ip=192.168.X.10 cidr_netmask=32 nic=eth0 | ||
crm(live)configure# group gr_ftp_ip pr_ftp pr_ip | crm(live)configure# group gr_ftp_ip pr_ftp pr_ip | ||
+ | |||
+ | node1# export EDITOR=nano | ||
+ | |||
+ | crm(live)configure# edit pr_ip | ||
crm(live)configure# edit gr_ftp_ip | crm(live)configure# edit gr_ftp_ip |