![]() |
![]() |
Subject: | Problem starting services |
Author: | [Not Specified] |
Posted: | 2015-04-10 17:16 |
Hello
I am installing zenoss-core-5.0.1 using the steps in the manual, but when I try to start the services, the vast majority do not starting correctly.
Also when I run the command "install-Percona serviced zope service run" appears this message:
[root@HostName ~]# serviced service run zope install-percona
I0410 16:24:05.356149 29484 server.go:341] Connected to the control center at port xxx.xxx.xxx.xxx:4979
I0410 16:24:05.506037 29484 server.go:435] Acquiring image from the dfs...
I0410 16:24:05.507845 29484 server.go:437] Acquired! Starting shell
Trying to connect to logstash server... 127.0.0.1:5042
Connected to logstash server.
Not starting service yet, waiting on prereq: MariaDB connectivity
Not starting service yet, waiting on prereq: MariaDB connectivity
Not starting service yet, waiting on prereq: MariaDB connectivity
Not starting service yet, waiting on prereq: MariaDB connectivity
Not starting service yet, waiting on prereq: MariaDB connectivity
Not starting service yet, waiting on prereq: MariaDB connectivity
Not starting service yet, waiting on prereq: MariaDB connectivity
Not starting service yet, waiting on prereq: MariaDB connectivity
Not starting service yet, waiting on prereq: MariaDB connectivity
Can you help me whit this problem
Regards
Subject: | Startd mariadb service before |
Author: | Jan Garaj |
Posted: | 2015-04-10 17:33 |
Startd mariadb service before installing percona staff.
Use GUI or cmd:
serviced service start $( serviced service list | grep -i mariadb | awk '{print $1}' | sort -r | grep -i 'mariadb' | head -n 1)
sleep 10
serviced service run zope install-percona
serviced service stop $( serviced service list | grep -i mariadb | awk '{print $1}' | sort -r | grep -i 'mariadb' | head -n 1)
Devops Monitoring Expert advice:
Dockerize/automate/monitor all the things.
DevOps stack:
Docker / Kubernetes / Mesos / Zabbix / Zenoss / Grafana / Puppet / Ansible / Vagrant / Terraform /
Elasticsearch
Subject: | I just want to stop and |
Author: | Andrew Kirch |
Posted: | 2015-04-12 09:19 |
I just want to stop and applaud Jan's bash scripting. I only recently found out about $() being preferable to ``, and we abuse awk almost exactly the same way.
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: Deploying application template failed |
Next Google Map problem |
> |