MobiControl Search Service calls old server

Solved Locked
MA
Meindl Andreas
BestSecret GmbH

Good morning,

we moved out soti from an old server to a better one. Everything is working fine instead of the MobiControl Search Service.

The problem ist that the new server "needs" the old server for some reasons.

In the elasticsearch.yml we have the following line:

discovery.zen.ping.unicast.hosts: ["soti.corp.****.com","50-soti.intern.****.com"]

soti.corp.****.com" <- old server 

50-soti.intern.****.com <- new server

So ... how i can remove the old server from the search service so that only the new one is "called"

Edited 4 years ago
SOTI MobiControl
ANSWERS
J
JVMOD@SOTI
5 years ago

Hello Andreas,

Thank you for your post, please take back-up of this file before making below changes -

network.host: 0.0.0.0
cluster.routing.allocation.disk.watermark.low: 1gb
cluster.routing.allocation.disk.watermark.high: 512mb
cluster.routing.allocation.disk.watermark.flood_stage: 512mb
searchguard.ssl.transport.enabled: true
searchguard.ssl.transport.enforce_hostname_verification: false
searchguard.ssl.http.enabled: true
searchguard.ssl.http.clientauth_mode: REQUIRE
cluster.name: BC6B032913444B8EA5EECA968874503D
node.name: CAD407
searchguard.ssl.transport.pemtrustedcas_filepath: root.crt.pem
searchguard.ssl.http.pemtrustedcas_filepath: root.crt.pem
searchguard.ssl.transport.pemkey_filepath: node.key.pem
searchguard.ssl.transport.pemcert_filepath: node.crt.pem
searchguard.ssl.http.pemkey_filepath: node.key.pem
searchguard.ssl.http.pemcert_filepath: node.crt.pem
discovery.zen.ping.unicast.hosts: ["cad407.corp.soti.net"]
path.logs: C:\ProgramData\SOTI\MobiControlSearch\

As mentioned in the above example, please remove previous instance host-name and restart the services

Regards,

Solution
J
JVMOD@SOTI
4 years ago

Hello Andreas,


Following up on this thread, were you able to resolve the issue? If the above post has helped you in solving your inquiry, I would request you to mark the particular comment as "is solution", so others may benefit from this information.


Regards,

MA
Meindl Andreas
4 years ago

Hi,

yeah we could fix it with trial and error, thanks for your support.

Kind regards

Andi