Page 1 of 1

Cluster Install - New Servers Not Populating in Servers Sec

PostPosted: Mon Sep 15, 2014 4:18 pm
by thirdhatch
Hi,

Vicidial 6.0.2
1-Database 16X Intel Xeon 16GB Ram
3-Dialers - 16X Intel Xeon 4GB Ram

We are having a problem with the cluster install. We built the first server as the database and the second server as the first dialer. However, the other servers don't appear in the servers section of the admin. I don't know if this affects anything or not but am curious what I should do to fix.

Thanks!

Re: Cluster Install - New Servers Not Populating in Servers

PostPosted: Mon Sep 15, 2014 7:55 pm
by thirdhatch
Disregard. I figured out the problem. The system concatenates the host name of the server in the entry. But the concatenated entries were identical between the first server and the second server, so the entry failed. I don't necessarily think this is a bug per se, but I suppose a slight modification to the method of adding a server to the cluster would avoid this from happening.

Re: Cluster Install - New Servers Not Populating in Servers

PostPosted: Tue Sep 16, 2014 3:12 pm
by Kumba
I'll look at adding more checks, but the installation manual does say the server hostnames must be unique.

Re: Cluster Install - New Servers Not Populating in Servers

PostPosted: Wed Sep 17, 2014 3:34 am
by geoff3dmg
The server id field is limited to 10 charcters in the database schema (asterisk.servers.server_id)

Re: Cluster Install - New Servers Not Populating in Servers

PostPosted: Wed Sep 17, 2014 9:26 am
by thirdhatch
They were unique initially. It was a truncation issue. After the system truncated the names, they were no longer unique. Thanks!