TECHZEN Zenoss User Community ARCHIVE  

auto-deploy fails, no logs/errors

Subject: auto-deploy fails, no logs/errors
Author: [Not Specified]
Posted: 2014-09-22 14:57

OS: CentOS 6.5 x64

I cannot get the auto-deploy script to work, it seems to fail at installing mysql. I have bypassed our proxy and the same results.

I run the script, accept the Java license, it downloads the RPM and just stops with no errors. I put some echo statements in the script and it seems to stop at the below line in the script:

try wget --no-remove-listing $mysql_ftp_mirror >/dev/null 2>&1

any advice



Subject: Hi,
Author: Andrew Kirch
Posted: 2014-09-24 16:48

Hi,

I'd start by running:
(keep the output from -qa for further troubleshooting if it's still not working)
# rpm -qa | grep mysql
# rpm -e --nodeps mysql-*

Then re-run the script. The MySQL rpm's are from the official MySQL repo, and the script likes to have direct internet access.

Andrew Kirch

akirch@gvit.com

Need Zenoss support, consulting or custom development Look no further. Email or PM me!

Ready for Distributed Topology (collectors) for Zenoss 5 Coming May 1st from GoVanguard



Subject: Update -
Author: [Not Specified]
Posted: 2014-10-13 10:59

Update -

I changed the repository for the mysql download and the script works fine. There is no error output if the script cannot reach the mirrors so if anyone runs into this in the future check your firewall logs and make sure nothing is blocked from the box you are running the script on.

thanks,

Dan



Subject: It appears that mirror.anl
Author: [Not Specified]
Posted: 2014-10-13 11:32

It appears that mirror.anl.gov is blocked at our firewall



Subject: Results -
Author: [Not Specified]
Posted: 2014-10-13 11:33

Results -

[root@pcs-zenoss1 ~]# rpm -qa | grep mysql
[root@pcs-zenoss1 ~]# rpm -e --nodeps mysql-*
error: package mysql-* is not installed
[root@pcs-zenoss1 ~]#



Subject: Thanks for the feedback! I
Author: Andrew Kirch
Posted: 2014-10-13 13:58

Thanks for the feedback! I don't know that anl.gov being blocked is sufficient to put an error message in the output, but I will make a note of this in case I see it again.

Andrew Kirch

akirch@gvit.com

Need Zenoss support, consulting or custom development Look no further. Email or PM me!

Ready for Distributed Topology (collectors) for Zenoss 5 Coming May 1st from GoVanguard



< Previous
Zenoss 5.0.0b2 install on Centos!
  Next
username and password
>