TECHZEN Zenoss User Community ARCHIVE  

Zenoss 5 serviced can't pull serviced-isvcs image

Subject: Zenoss 5 serviced can't pull serviced-isvcs image
Author: Matt
Posted: 2015-03-05 16:34

Today I wanted to install Zenoss 5 on a new CentOS 7 VM, but unfortunately the Installation failed.

I'm using the auto deployment script, but don't think that the script is causing the problem, because everything was running smoothly up to the point where the script is waiting for the serviced daemon to startup.

After some debugging I found that serviced is trying to pull and install the serviced-isvcs image.

It tries to get the image from the following location:
/opt/serviced/images/zenoss/serviced-isvcs/v26.tar.gz

But the images folder does not exist...

What am I missing/doing wrong

Let me know.

Thanks.



Subject: you can try pulling the image
Author: [Not Specified]
Posted: 2015-03-05 18:07

you can try pulling the image manually before starting serviced:

docker pull zenoss/serviced-isvcs:v26



Subject: Thanks for the tip.
Author: Matt
Posted: 2015-03-06 09:38

Thanks for the tip.

However I forgot to add my proxy server to the docker configuration file... shame on me. ;)

Now the installation completed without any problems.



Subject: ...have the same Problem. :-(
Author: [Not Specified]
Posted: 2015-03-07 12:39

...have the same Problem. :-(
Where can I define the Proxy

regards
Achim



Subject: ...thanks for your reply,
Author: [Not Specified]
Posted: 2015-03-09 06:15

...thanks for your reply,
but we had a DNS issue with the hostname of the Zenoss Master.
We fixed it and after all the installation finished.

regards
Achim



Subject: Add the following two lines
Author: Matt
Posted: 2015-03-09 10:34

Add the following two lines to the config file (/etc/sysconfig/docker):
HTTP_PROXY=http://:
HTTPS_PROXY=http://:
export HTTP_PROXY HTTPS_PROXY

Then restart docker (systemctl stop docker && systemctl start docker)



< Previous
Zenoss 5 Core - LDAP Authentication
  Next
Distributed collector best docs?
>