I have a tungsten replication version 3.0.1-64 setup installed in CentOS 6.5 Operating System. My setup is a star replication so all data is centralized in the main. My Replication has 14 nodes named from panel1 up to panel14, and 1 main named jjysrinnrepl. recently, I added a two new machine in the setup which is the panel15 and panel16. The lists below is the command used to add machine in the setup.
./tools/tpm configure activesystems \
--replication-user=tungsten \
--replication-password=M@st3rk3y1234 \
--install-directory=/opt/continuent \
--masters=panel1,panel2,panel3,panel4,panel5,panel6,panel7,panel8,panel9,panel10,panel11,panel12,panel13,panel14,panel15,panel16 \
--hub=jjysrinnrepl \
--hub-service=jjysrinnrepl \
--master-services=panel1,panel2,panel3,panel4,panel5,panel6,panel7,panel8,panel9,panel10,panel11,panel12,panel13,panel14,panel15,panel16 \
--topology=star \
--start
/tools/tpm update -fs
/apply_activeone_config_300.sh activeone_jjysrinntrading
In the 'masters=' and 'masters-services' portion, I mistakenly named one of the panels which is the panel4, I mistakenly use lower case the letter P whereas the original name of the machine is 'Panel4'. The two machine is successfully updated thou but the effect is that the panel4 cannot received data from the the other panels. I tried to use the trepctl services and trepctl -sevice panel4 status command to determine if it has a pending error but it turns it has no error and is up to date from panel4 to main and vice versa. The lists below is the dilemma in the panel4 now.
-All the data encoded from from the panel4 is succesfully replicated to the main and then to panels.
-All data encoded from the panels is successfully replicated to the main but is not replicated to the panel4.
-All data encoded from the main is successfully replicated to all the panels including the panel4