Hi,
After a failed attempt to recreate a node SIA service is starting using a temporary CMS service but the nornal CMS is not able to start.
CMS error trace says
The port number specified for the server is already in use. (FWB 00092), The server has problems using TCP/IP. The port number you are using is probably already in use..Port is in use: 6400).
so I assume that the temporary CMS is already using the port.
netstat -an | more gives
Active Connections
Proto Local Address Foreign Address State
TCP 0.0.0.0:135 0.0.0.0:0 LISTENING
TCP 0.0.0.0:445 0.0.0.0:0 LISTENING
TCP 0.0.0.0:3389 0.0.0.0:0 LISTENING
TCP 0.0.0.0:3690 0.0.0.0:0 LISTENING
TCP 0.0.0.0:5985 0.0.0.0:0 LISTENING
TCP 0.0.0.0:6400 0.0.0.0:0 LISTENING
TCP 0.0.0.0:6405 0.0.0.0:0 LISTENING
TCP 0.0.0.0:6410 0.0.0.0:0 LISTENING
My question is: in this situationm how can I get rid of the temporary CMS and start with the normal CMS one?
I have tried to change the listening port of normal CMS to a non-standard one (e.g: 6300) in order to be able to start it (and therefore to remove the temporary one), but in such a case CMS fails to start giving the following message:
Error processing DFO: Default object with CUID (AaKKaGaLJ15PstNK9G4e2Tk)
I am also considering to delete the node completely and to recreate it again with the servers. Would this fix my current situation?
Thanks