Offline installer

Hey there,

I am trying to do an offline installation of elastic cloud beta1. At some point during install I see this:

ERRO[2716] Attempting next endpoint for pull after error: Get https://docker.elastic.co/v1/_ping: dial tcp 34.195.166.169:443: i/o timeout
ERRO[2716] Attempting next endpoint for pull after error: Get https://docker.elastic.co/v1/_ping: dial tcp 34.195.166.169:443: i/o timeout
ERRO[2716] Handler for POST /v1.19/images/create returned error: Get https://docker.elastic.co/v1/_ping: dial tcp 34.195.166.169:443: i/o timeout
ERRO[2716] Handler for POST /v1.19/images/create returned error: Get https://docker.elastic.co/v1/_ping: dial tcp 34.195.166.169:443: i/o timeout
ERRO[2716] Handler for POST /v1.19/images/create returned error: Get https://docker.elastic.co/v1/_ping: dial tcp 34.195.166.169:443: i/o timeout

Looks like installer is still trying to go outside to docker.elastic.co even though I already installed all the images according to documentation.

Any ideas of what I should do to be able to complete the offline installation successfully?

Thanks,

Francisco.

@fassisrosa,

We tested that the current installation script will run successfully offline, provided that the required Docker images are available locally, but the script itself will attempt to connect to docker.elastic.co.

When you say "what I should do to be able to complete the offline installation successfully," does the installation fail altogether or does it complete but with the errors you mentioned? Either way, it would help us with diagnosing your issue if you could include output of the installation script when run with the --debug flag.

Nik

Hi @fassisrosa,

To add to @nrichers comments, if your able to give exact details of your installation process, that would be great. Using --debug flag will give more output as well.

Thanks,

Christian

Hey there,

Output is too large for this message. Here is the link to full output:

https://www.dropbox.com/s/k3koi6jvbxueihi/es_cloud_install.txt?dl=0

Includes:

*) Output from command line installer.
*) Output from docker (errors).
*) docker images command
*) docker ps -a command

I see errors trying to access 'docker.elastic.co' and the installer just hangs there.

Thanks,

Francisco.

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