Dear all<br><br>I've been using HA for several years. It's a quite simple setup to create an use. I'm using HA between 2 firewalls machines.<br>It's almost the same configuration for years: <a href="http://ha.cf">ha.cf</a> / haresources / authkeys.<br>
<br>In previous instalations (Fedora 10/11/12/13/14/15/16/17) I simply issue on both firewalls:<br><br># yum -y install heartbeat (so all dependencies are installed)<br># cp /root/backup/{<a href="http://ha.cf">ha.cf</a>,haresources/authkeys} /etc/ha.d/<br>
# chkconfig hearbeat on (or systemctl enable hearbeat.service)<br># service heartbeat start (of systemctl start heartbeat.service)<br># /usr/share/heartbeat/hb_standby all|foreign/failback (sometimes to manage nodes)<br><br>
and everythng has been working fine (for years).<br>Current working scenario in Fedora 17:<br> # rpm -q heartbeat resource-agents<br>heartbeat-3.0.4-1.fc17.2.i686<br>resource-agents-3.9.2-2.fc17.1.i686<br><br><br>My problems started when I re-installed the firewalls using Fedora 18.<br>
At first "yum -y install heartbeat" install "pacemaker" instead.<br>After copying my files and tried to start the services nothing happened.<br>In fact, It seams EVERYTHING CHANGED A LOT: PCS, Corosync, Pacemaker, cib, etc<br>
<br>My cfg files:<br><br><a href="http://ha.cf">ha.cf</a><br>--------------------------------------------------------------------------------------------<br>debugfile /var/log/ha-debug<br>logfile /var/log/ha-log<br>logfacility local0<br>
keepalive 2<br>deadtime 15<br>warntime 5<br>initdead 45<br>bcast eth1<br>auto_failback on<br>node gw1.gs.local<br>node gw2.gs.local<br>ping_group topsites 200.160.0.10 200.189.40.10 200.192.232.10 200.219.154.10 200.229.248.10 200.219.159.10<br>
respawn hacluster /usr/lib/heartbeat/ipfail<br>--------------------------------------------------------------------------------------------<br><br>haresources<br>--------------------------------------------------------------------------------------------<br>
gw1.gs.local <a href="http://10.10.10.10/24/eth1">10.10.10.10/24/eth1</a><br>gw2.gs.local <a href="http://10.10.10.20/24/eth1">10.10.10.20/24/eth1</a><br>--------------------------------------------------------------------------------------------<br>
<br>authkeys<br>--------------------------------------------------------------------------------------------<br>auth 1<br>1 md5 Super!@#$#%SecreT<br>--------------------------------------------------------------------------------------------<br>
<br>I prefer to stick on Fedora 18, so:<br><br><b>Is there a way to continue using my cfg files in Fedora 18 pacemaker ?<br>If not, Is there a straightforward (and simple) conversion between my cfg files to new format ?  <br>
Although it seams pacemaker has more features, is it become more complicated ?</b><br> <br>Thanks in advance,<br>-Guilsson