This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
heartbeat_plus_gmirror_ggate [2010/03/01 15:31] val |
heartbeat_plus_gmirror_ggate [2013/05/22 13:50] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== HEARTBEAT plus GMIRROR GGATE ====== | ====== HEARTBEAT plus GMIRROR GGATE ====== | ||
| - | ===== Автозапуск ggated ===== | + | ===== Запуск и автозапуск ggated ===== |
| <code> | <code> | ||
| + | [gateN:~] # ggated | ||
| + | |||
| [gateN:~] # cat /etc/rc.local | [gateN:~] # cat /etc/rc.local | ||
| ggated | ggated | ||
| Line 10: | Line 12: | ||
| <code> | <code> | ||
| [gateN:~] # cat /usr/local/etc/ha.d/haresources | [gateN:~] # cat /usr/local/etc/ha.d/haresources | ||
| - | gate1.corpX.un gmirror | + | gate2.corpX.un gmirror |
| </code><code> | </code><code> | ||
| [gateN:~] # cat /usr/local/etc/ha.d/resource.d/gmirror | [gateN:~] # cat /usr/local/etc/ha.d/resource.d/gmirror | ||
| Line 51: | Line 53: | ||
| exit 0 | exit 0 | ||
| </code><code> | </code><code> | ||
| - | [gate1:~] # scp /usr/local/etc/ha.d/resource.d/gmirror intgate2:/usr/local/etc/ha.d/resource.d/gmirror | + | [gateN:~] # chmod +x /usr/local/etc/ha.d/resource.d/gmirror |
| + | </code><code> | ||
| + | [gateN:~] # /usr/local/etc/rc.d/heartbeat start | ||
| </code> | </code> | ||
| ===== Автоматизация подключения диска backup ===== | ===== Автоматизация подключения диска backup ===== | ||
| <code> | <code> | ||
| + | [gateN:~] # mkdir /usr/local/etc/scripts/ | ||
| + | |||
| [gateN:~] # cat /usr/local/etc/scripts/gmirror | [gateN:~] # cat /usr/local/etc/scripts/gmirror | ||
| </code><code> | </code><code> | ||
| Line 89: | Line 95: | ||
| ) | ) | ||
| </code><code> | </code><code> | ||
| - | [gate1:~] # scp /usr/local/etc/scripts/gmirror intgate2:/usr/local/etc/scripts/gmirror | + | [gateN:~] # chmod +x /usr/local/etc/scripts/gmirror |
| </code><code> | </code><code> | ||
| [gateN:~] # crontab -l | [gateN:~] # crontab -l | ||