Hi Devendra,

Have you taken a look in the process logs?
Our processes will write logs under /var/log/, generally in a directory under 
their process name, such as /var/log/homestead/homestead_<timestamp>. These 
should give you a much clearer idea of what is causing your processes to fail. 
If that doesn’t get you very far, you should take a look in the monit logs at 
/var/log/monit.log, and see if there are any telling errors being logged in 
there. I’d suggest taking a look at our basic troubleshooting guide at 
https://clearwater.readthedocs.io/en/stable/Troubleshooting_and_Recovery.html#

Just by looking at your config I can’t tell what is causing the processes to 
fail. I do see a couple of odd things though; you have the line 
“sprout_registration_store=sprout.172.16.4.195”. The sprout_registration_store 
config option must be resolvable, and this doesn’t look like it would be. It 
should point to the vellum node in your deployment.
You also have the public_hostname in your local_config set to just ‘dime’. This 
should also be resolvable. For information on our config options, take a look 
at 
https://clearwater.readthedocs.io/en/stable/Clearwater_Configuration_Options_Reference.html

Hopefully you can use this to dig into what’s causing your failures.
If you do solve your problems, do share what the issue was with the list.

Cheers,
Adam


From: Clearwater [mailto:clearwater-boun...@lists.projectclearwater.org] On 
Behalf Of Devendra Singh
Sent: 30 October 2017 16:02
To: clearwater@lists.projectclearwater.org
Subject: [Project Clearwater] only homestead_process and homestead-prov_process 
status is not running

coHi,
I am getting below error in manual installation on six machine on Dime 
Component.
All other components are working fine and getting healthy status.

[cassandra-homestead-ralf]ist@dime:~$ sudo monit summary
[sudo] password for ist:
Monit 5.18.1 uptime: 10h 17m
 Service Name                        Status                      Type
 node-dime                             Running                     System
 snmpd_process                     Running                     Process
 ntp_process                           Running                     Process
 nginx_process                       Running                     Process
 homestead_process                Execution failed | Does...  Process
 homestead-prov_process           Execution failed | Does...  Process
 clearwater_queue_manager_pro...  Running                     Process
 etcd_process                              Running                     Process
 clearwater_diags_monitor_pro...  Running                     Process
 clearwater_config_manager_pr...  Running                     Process
 clearwater_cluster_manager_p...  Running                     Process
 cassandra_process                Running                     Process
 nginx_ping                               Status ok                   Program
 nginx_uptime                        Status ok                   Program
 monit_uptime                     Status ok                   Program
 homestead_uptime                 Wait parent                 Program
 poll_homestead                   Wait parent                 Program
 check_cx_health                  Wait parent                 Program
 poll_homestead-prov              Wait parent                 Program
 clearwater_queue_manager_uptime  Status ok                   Program
 etcd_uptime                      Status ok                   Program
 poll_etcd_cluster                Status failed               Program
 poll_etcd                        Status ok                   Program
 cassandra_uptime                 Status ok                   Program
 poll_cassandra                   Status ok                   Program
 poll_cqlsh                             Status ok                   Program


shared_config
---------------------------------------------
# Deployment definitions
home_domain=example.com<http://example.com>
sprout_hostname=sprout.example.com<http://sprout.example.com>
chronos_hostname=vellum.example.com:7253<http://vellum.example.com:7253>
hs_hostname=hs.example.com:8888<http://hs.example.com:8888>
hs_provisioning_hostname=hs.example.com:8889<http://hs.example.com:8889>
sprout_impi_store=vellum.example.com<http://vellum.example.com>
cassandra_hostname=vellum.example.com:7000<http://vellum.example.com:7000>
xdms_hostname=homer.example.com:7888<http://homer.example.com:7888>
dime_session_store=vellum.example.com<http://vellum.example.com>
upstream_port=0
sprout_registration_store=sprout.172.16.4.195
# Email server configuration
smtp_smarthost=localhost
smtp_username=username
smtp_password=password
email_recovery_sender=clearwa...@example.org<mailto:clearwa...@example.org>

# Keys (you can change this secret to something else)
signup_key=secret
turn_workaround=secret
ellis_api_key=secret
ellis_cookie_key=secret

local_config
--------------------------------------------------
#Local IP configuration

local_ip=172.16.4.37
public_ip=103.231.44.90
public_hostname=dime
#public_hostname=103.231.44.90
etcd_cluster="172.16.1.23,172.16.4.195,172.16.4.37,172.16.1.142,172.16.2.133,172.16.5.22"

# Only keep 50MB of logs

max_log_directory_size=52428800
-----------------------------------------------------

Please let us know if more information you need.

Waiting for your response .

Thanks & Regards,
Devendra
_______________________________________________
Clearwater mailing list
Clearwater@lists.projectclearwater.org
http://lists.projectclearwater.org/mailman/listinfo/clearwater_lists.projectclearwater.org

Reply via email to