We were trying to add a front-end server in our farm installation and followed the steps as per OutSystems documentation of adding a new front-end server. However, after completing the setup, we found that the DC server is not showing in the service center's server list.
We have ensured that in the configuration tool of both DC and and newly added front-end, the deployment controller is defined with IP address and not as local host. Also we imported the configuration which was exported from the DC properly.
Has anybody faced similar issue?
Hi Shounak,
Normally it is pretty straightforward if you follow the installation checklist with the right filters. So if I understand correctly, your new frontend is showing up in Service Center but your DC is not?
A few questions you can follow up:
Also check the event logs for any errors.
If all fails, it is best to open a support case with OutSystems to make sure everything is setup correctly.
Hope this helps!
Regards,
Nordin
Nordin Ahdi wrote:
Hi Nordin,
Yes, you are right, the new front-end server is showing up in Service Center along with another front-end server. But, DC is not showing. To answer your questions:
I did not get any specific event logs.
With best regards,
Shounak
Hello Shounak.
Did you restart the services after editing the configuration in the new FE(changing the DC from local host to its actual ip)?
Can you check in servicecenter which of the nodes is throwing the exception you mention (triggered by trying to login in servicecenter in the new FE)?
Frederico
Shounak Devbhuti wrote:
AFAIK the DC server needs to be able to communicate over port 12000 to other front-end servers so that Deployment Controller Service can execute its tasks without issues. Port 12000 therefore needs to be open outbound and inbound between the DC and other front-ends. I think your problem lies there.
Furthermore, you are correct by saying that the Deployment Controller Service should only be enabled on the DC and disabled on the other front-end servers.
Also, restart the windows services like Frederico suggests after making configuration changes.
Let us know how it went.