Hi all.
I've tried to setup ECE Beta 1 with CentOS 7.3 and stucked..
$ sudo ./elastic-cloud-enterprise-installer.sh --capacity 8192 --debug
[sudo] password for elastic:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Elastic Cloud Enterprise Installer
Start setting up a new Elastic Cloud Enterprise installation by installing the software on your first host.
This first host becomes the initial coordinator and provides access to the Cloud UI, where you can manage your installation.
To learn more about the options you can specify, see the documentation.
NOTE: If you want to add this host to an existing installation, please specify the --coordinator-host flag
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- Debug Info --
NODE_TYPE - initial
REPOSITORY - docker.elastic.co/cloud-enterprise
ELASTIC_UID - 0
ELASTIC_GID - 0
RUNNER_ID - 192.168.20.91
HOST_STORAGE_PATH - /mnt/data/elastic
NODE_TYPE - initial
RUNNER_CAPACITY - 8192
RUNNER_HOST_IP - 192.168.20.91
HOST_STORAGE_DEVICE_PATH - /dev/mapper/lxc-data
HOST_STORAGE_ROOT_VOLUME_PATH - /mnt/data
RUNNER_REGION - ece-region
CLOUD_ENTERPRISE_VERSION - 1.0.0-beta1
MEMORY_SETTINGS - {}
RUNNER_AVAILABILITY_ZONE - ece-region-1a
-- Verifying Prerequisites --
Checking host storage path... PASSED
Checking docker version... PASSED
Checking internal ip connectivity... PASSED
Checking OS settings... PASSED
Checking OS kernel version... PASSED
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
^CTraceback (most recent call last):
File "/elastic_cloud_apps/bootstrap-initiator/initiator.py", line 81, in <module>
monitor.logging_and_bootstrap_monitor(bootstrap_properties, enable_debug)
File "/elastic_cloud_apps/bootstrap-initiator/bootstrap_initiator/monitor.py", line 18, in logging_and_bootstrap_monitor
sleep(5)
KeyboardInterrupt
Along with another thread, I've set some settings.
$ id
uid=1000(elastic) gid=1000(elastic) groups=1000(elastic),993(docker)
$ ls -la /mnt/data
total 0
drwxrwxrwx 4 root root 33 Apr 7 02:44 .
drwxr-xr-x. 3 root root 17 Apr 7 02:40 ..
drwx------ 2 root root 6 Apr 7 02:40 docker
drwxr-xr-x 7 root root 153 Apr 7 03:01 elastic
$ sudo grep elastic /etc/sudoers
elastic ALL=NOPASSWD: ALL
I seems that some process goes defunct...
$ ps -efww
root 2071 792 0 03:01 ? 00:00:00 docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 20000 -container-ip 172.17.0.2 -container-port 20000
root 2077 809 0 03:01 ? 00:00:00 docker-containerd-shim 93eb34117f32fe5f4a2869e1e08f2660c2c699268616722cda51c4bec0ba491a /var/run/docker/libcontainerd/93eb34117f32fe5f4a2869e1e08f2660c2c699268616722cda51c4bec0ba491a docker-runc
root 2091 2077 0 03:01 pts/1 00:00:00 /bin/bash /bin/elastic-cloud-enterprise-installer
root 2101 2091 1 03:01 pts/1 00:00:00 python3 /elastic_cloud_apps/bootstrap-initiator/initiator.py
root 2109 2101 0 03:01 pts/1 00:00:00 [sh] <defunct>
root 4335 809 0 03:15 ? 00:00:00 docker-containerd-shim 909da1ebeb35e82bf6e6bbbdd28659083571bc0ead67167890eb887d7bca5d68 /var/run/docker/libcontainerd/909da1ebeb35e82bf6e6bbbdd28659083571bc0ead67167890eb887d7bca5d68 docker-runc
root 4349 4335 4 03:15 ? 00:00:00 /usr/bin/python3 -u /sbin/my_init
root 4359 4293 0 03:15 pts/1 00:00:00 python3 /elastic_cloud_apps/bootstrap-initiator/initiator.py
root 4360 4349 0 03:15 ? 00:00:00 /sbin/runsvdir -P /etc/service
root 4361 4360 0 03:15 ? 00:00:00 runsv entry-point
Any advice is welcome !