My elasticserver server don't start without error

Hi,

I try to run 2 nodes on single server. First node on default port works well. Second don't run without any error.

root@ns3152323:/etc/elasticsearch_node1# systemctl status elasticsearch_node1.service
ā— elasticsearch_node1.service - LSB: Starts elasticsearch
Loaded: loaded (/etc/init.d/elasticsearch_node1; generated; vendor preset: enabled)
Active: active (exited) since Fri 2019-07-12 18:27:17 CEST; 4min 0s ago
Docs: man:systemd-sysv-generator(8)
Process: 103247 ExecStart=/etc/init.d/elasticsearch_node1 start (code=exited, status=0/SUCCESS)

juil. 12 18:27:17 ns3152323 systemd[1]: Starting LSB: Starts elasticsearch...
juil. 12 18:27:17 ns3152323 elasticsearch_node1[103247]: Starting Elasticsearch Server:.
juil. 12 18:27:17 ns3152323 systemd[1]: Started LSB: Starts elasticsearch.

Any idea ?

Thanks,

Please share elasticsearch logs.

Please format your code, logs or configuration files using </> icon as explained in this guide and not the citation button. It will make your post more readable.

Or use markdown style like:

```
CODE
```

This is the icon to use if you are not using markdown format:

image

There's a live preview panel for exactly this reasons.

Lots of people read these forums, and many of them will simply skip over a post that is difficult to read, because it's just too large an investment of their time to try and follow a wall of badly formatted text.
If your goal is to get an answer to your questions, it's in your interest to make it as easy to read and understand as possible.
Please update your post.

1 Like

No log are produced... it's my problem...

I've follow instructions here, copy all elasticsearch directories to anothers to create a new node instance on the same server, maybe my /etc/init.d/elasticsearch_node1 is incorrect or something else... I don't know if it's the good way...

I see all posts, like this How install multiple service ES on the same server, but it doesn't work, I have active (exited) in service log and no elasticsearch log

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.