Sunday, September 10, 2006

Success in Asterisk Clustering




HA

Provide a high-availability (clustering) solution for Linux which promotes reliability, availability, and serviceability (RAS) through a community development effort.

from: http://asteriskprojects.com/?page_id=4


ha.cf
------------------------------------------------------------
logfacility local0
keepalive 2
deadtime 20
warntime 10
initdead 70
udpport 694
#baud 19200
#serial /dev/ttyS0 # Linux
bcast eth1 # Linux
#ucast eth1 192.168.43.12
auto_failback on
#stonith_host * baytech 10.0.0.3 mylogin mysecretpassword
#stonith_host ken3 rps10 /dev/ttyS1 kathy 0
#stonith_host kathy rps10 /dev/ttyS1 ken3 0

#set kernel "nowayout=0" for that
#watchdog /dev/watchdog
node asterisk1.local asterisk2.local
--------------------------------------------------------------

haresources
--------------------------------------------------------------
asterisk1.local 192.168.22.99/24/eth0 drbddisk::shared Filesystem::/dev/drbd0::/share::ext3 drbdlinks mysqld sendmail asterisk httpd munin-node vsftpd ircd xplhub amportal xinetd
--------------------------------------------------------------

drbd.conf
--------------------------------------------------------------
global {
}

resource "shared" {
protocol C;
incon-degr-cmd "echo '!DRBD! pri on incon-degr' | wall ; sleep 60 ; halt -f";
startup {
wfc-timeout 0; ## Infinite!
degr-wfc-timeout 120; ## 2 minutes.
}
disk {
on-io-error detach;
}
net {
# timeout 60;
# connect-int 10;
# ping-int 10;
# max-buffers 2048;
# max-epoch-size 2048;
}
syncer {
rate 10M;
group 1;
}

on asterisk1.local {
device /dev/drbd0;
disk /dev/sda4;
address 192.168.43.11:7789;
meta-disk internal;
}

on asterisk2.local {
device /dev/drbd0;
disk /dev/hda4;
address 192.168.43.12:7789;
meta-disk internal;
}
}

--------------------------------------------------------------

authkeys
--------------------------------------------------------------
auth 1
1 crc
#2 sha1 HI!
#3 md5 Hello!
--------------------------------------------------------------

3 comments:

opank said...

Assalamualaikum Salahuddin,

Hey there that's really cool

Can I get the complete configuration of your Success in Asterisk Clustering please.
hardware configuration & software step by step configuration.
I'd like to try.

Thanks
Noval

opank said...

Assalamualaikum Salahuddin,

Hey there that's really cool

Can I get the complete configuration of your Success in Asterisk Clustering please.
hardware configuration & software step by step configuration.
I'd like to try.

Thanks
Noval

salahuddin66 said...

I did it saveral years back. Now I dont have the files..... . :(