Page 1 of 1

advice needed.

PostPosted: Mon Jan 17, 2011 9:17 am
by kcrazak
We have installed a SIngle Server GoAutoDial CE 2.0 w/ Vicidial 2.2.1 and Asterisk 1.4.27.1-vici. from .iso. and i would like to cluster like the following:
DB Server - Vicibox Redux 64bit
WEB Server - Vicibox Redux
Archive Server - Vicibox Redux

Could this setup be possible? if so, what may be the disadvantage?

PostPosted: Mon Jan 17, 2011 10:36 am
by boybawang
that means youll be having

1 database server (linux / mysql)
1 Web Server (linux / apache2)
1 Dialer (linux / asterisk / vicidial)

separating the db from the dialer will really help in reducing load on the server thus better performance

PostPosted: Tue Jan 18, 2011 8:28 am
by kcrazak
boybawang wrote:that means youll be having

1 database server (linux / mysql)
1 Web Server (linux / apache2)
1 Dialer (linux / asterisk / vicidial)

separating the db from the dialer will really help in reducing load on the server thus better performance


yes i want that kind of setup but i want to use Goaautodialnow for the Dialer(Asterisk/Vicidial) and the Web/database server is installed from VIcibox redux.

What would be the disadvantage if im going to set it that way.

PostPosted: Tue Jan 18, 2011 1:45 pm
by williamconley
you'll need to manually cluster them. we have instructions available at http://www.poundteam.com/downloads/Vici ... v1%201.pdf

The Vicibox installer is perhaps more up-to-date on this topic, but manual cluster does work quite well also.

PostPosted: Wed Jan 19, 2011 4:55 pm
by gardo
That can be done. Just read some of the multi-server/clustering guides. You can have GoAutoDial as the dialer servers and the database running Vicibox Redux.

PostPosted: Wed Jan 19, 2011 5:14 pm
by williamconley
True. They DO mix and match nicely.

PostPosted: Sat Jan 22, 2011 4:26 am
by kcrazak
Thanks for the information guys.