Page 2 of 2

Re: Waiting for ElasticSearch to Start

Posted: Tue Aug 11, 2015 7:19 pm
by fluxbox
Here are the output of the commands.

Code: Select all

# cat /usr/local/nagioslogserver/var/cluster_uuid
81453311-bb4c-4ab2-9625-24e452d638ff

# ls -l /usr/local/nagioslogserver/elasticsearch/data/
total 4
drwxrwxr-x 3 nagios nagios 4096 Aug  6 05:30 81453311-bb4c-4ab2-9625-24e452d638ff

# find /usr/local/nagioslogserver/elasticsearch/data/*/nodes/0/ -maxdepth 1 -exec ls -l "{}" \;
total 4
-rwxrwxr-x 1 nagios nagios    0 Aug  6 05:30 node.lock
drwxrwxr-x 2 nagios nagios 4096 Aug 11 01:05 _state
-rwxrwxr-x 1 nagios nagios 0 Aug  6 05:30 /usr/local/nagioslogserver/elasticsearch/data/81453311-bb4c-4ab2-9625-24e452d638ff/nodes/0/node.lock
total 4
-rw-r--r-- 1 nagios users 565 Aug 11 01:05 global-6.st

Re: Waiting for ElasticSearch to Start

Posted: Wed Aug 12, 2015 3:25 pm
by jolson
Since your system is fresh, I recommend deleting the VM that is broken and re-deploying the template once more - that is likely the fastest path to resolution.

Based on the output you've displayed it looks like you have 0 indices in your system, which is an indication that the installation was improper. Try downloading the OVF template using this link:
https://assets.nagios.com/downloads/nag ... 2.1-64.ova

Deploy the above, and let me know if you're still having trouble.