Issue with ECE Setup on RHEL 7.3

I've tried for the last few days to get ECE to install

I'm now stuck at the following point:

Checking Minimum required memory... PASSED

-- Completed Verifying Prerequisites --

  • Running Bootstrap container
  • Monitoring bootstrap process
    Process bootstrap logging processor:
    Traceback (most recent call last):
    File "/usr/lib/python3.5/multiprocessing/process.py", line 249, in _bootstrap
    self.run()
    File "/usr/lib/python3.5/multiprocessing/process.py", line 93, in run
    self._target(*self._args, **self._kwargs)
    File "/elastic_cloud_apps/bootstrap-initiator/bootstrap_initiator/logging.py", line 70, in monitor_bootstrap_log
    raise IOError("{0}/logs/bootstrap-logs/bootstrap.log doesn't exist after 1 min of retrying".format(bootstrap_properties['HOST_STORAGE_PATH']))
    OSError: /mnt/data/elastic/logs/bootstrap-logs/bootstrap.log doesn't exist after 1 min of retrying

Hi @califrangis

It might be a permissions issue. Make sure that the user you're using to perform the installation belong to the docker group, has write permissions /mnt/data/ and is a sudoer (the latter is required to install docker and xfs on the host).

Also could you also run the installation a again with a --debug flag and post the output here?

Thanks,
Uri

I was able to get it to work using a different user id and the fixes you suggested.

now to get logstash running

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