Istalling additional tel server into old cluster WARNING!
Posted: Thu Dec 09, 2021 6:21 pm
Vicibox express 7
VERSION: 2.14-667a
BUILD: 180331-1715
Background:
Need to install an additional telephony server into an existing old cluster.
The cluster consists of a database, web and three telephony servers.
I have 4 new servers staged with Phase 1 installation complete using the same vicibox 7 iso as the cluster.
The new servers will be telephony servers in the cluster.
When I run "vicibox-install" I get the warning below:
****************************
Do you want to continue with the ViciBox install? [y/N] : y
Do you want to enable expert installation? [y/N] : n
The Internal IP address found was 10.0.1.104.
Do you want to use this IP address for ViciDial? [Y/n] : y
Will this server be used as the Database? [y/N] : n
Please input the master database IP address (10.0.1.104) : 10.0.1.70
Do you want to connect using the default ViciDial DB settings? [Y/n] : y
Database entry does not match settings supplied! Enabling legacy mode!
Please verify all data before continuing! Installing on a cluster that
is already set-up can cause irreparable damage! You have been warned.
***************************************************
When I run mysql -h 10.0.1.70 -u cron -p1234 asterisk -e "select * from vicidial_users";
The new server is able to log in and read the database.
Running the following:
# cd /usr/src/astguiclient/trunk/
# svn info
Shows the same svn version E155007 on both the database and the to be installed telephony server.
Question
Why am I receiving the Legacy warning?
What could the ramifications be for the existing cluster if it fails?
Any steps to resolve this?
Thanks in advance for your input.
- Brian
VERSION: 2.14-667a
BUILD: 180331-1715
Background:
Need to install an additional telephony server into an existing old cluster.
The cluster consists of a database, web and three telephony servers.
I have 4 new servers staged with Phase 1 installation complete using the same vicibox 7 iso as the cluster.
The new servers will be telephony servers in the cluster.
When I run "vicibox-install" I get the warning below:
****************************
Do you want to continue with the ViciBox install? [y/N] : y
Do you want to enable expert installation? [y/N] : n
The Internal IP address found was 10.0.1.104.
Do you want to use this IP address for ViciDial? [Y/n] : y
Will this server be used as the Database? [y/N] : n
Please input the master database IP address (10.0.1.104) : 10.0.1.70
Do you want to connect using the default ViciDial DB settings? [Y/n] : y
Database entry does not match settings supplied! Enabling legacy mode!
Please verify all data before continuing! Installing on a cluster that
is already set-up can cause irreparable damage! You have been warned.
***************************************************
When I run mysql -h 10.0.1.70 -u cron -p1234 asterisk -e "select * from vicidial_users";
The new server is able to log in and read the database.
Running the following:
# cd /usr/src/astguiclient/trunk/
# svn info
Shows the same svn version E155007 on both the database and the to be installed telephony server.
Question
Why am I receiving the Legacy warning?
What could the ramifications be for the existing cluster if it fails?
Any steps to resolve this?
Thanks in advance for your input.
- Brian