Hi guys, I installed Clearwater manually using OpenStack. I launched 1 VM for each of the 6 components, Ellis, Bono, Sprout, Homestead, Homer and Ralf. All the 6 VMs are connected to a private subnet 192.168.1.0/24 and they all associated with external IPs using NAT. Since I don't have access to the DNS server, I configure them to use IP addresses instead of hostnames. The /etc/clearwater/config on Bono VM is as below:
# Deployment definitions home_domain=x.y.z.163 sprout_hostname=192.168.1.21 chronos_hostname=192.168.1.21:7253 hs_hostname=192.168.1.41:8888 hs_provisioning_hostname=192.168.1.41:8889 ralf_hostname=192.168.1.51:10888 xdms_hostname=192.168.1.31:7888 # Local IP configuration local_ip=192.168.1.11 public_ip=x.y.z.163 public_hostname=15.9.114.163 # Email server configuration smtp_smarthost= smtp_username=username smtp_password=password [email protected] # Keys signup_key=secret turn_workaround=secret ellis_api_key=secret ellis_cookie_key=secret # I-CSCF/S-CSCF configuration icscf=5052 upstream_hostname=192.168.1.21 upstream_port=5052 Configuration files on other nodes are similar except the IPs for themselves. Now I am able to log in and create Private Identities on Ellis node. Private Identity: [email protected] Password: *Not available* But I failed when using client software Jisti to register the account I created in Ellis. Then I went into the Bono node to check the status by running "monit status", I got the following output: root@bono:/var/log# monit status The Monit daemon 5.3.2 uptime: 38m Program 'poll_restund' status Status ok monitoring status Monitored last started Wed, 16 Jul 2014 08:43:01 last exit value 0 data collected Wed, 16 Jul 2014 08:43:01 Process 'restund' status Running monitoring status Monitored pid 1080 parent pid 1 uptime 49m children 0 memory kilobytes 1380 memory kilobytes total 1380 memory percent 0.0% memory percent total 0.0% cpu percent 0.0% cpu percent total 0.0% data collected Wed, 16 Jul 2014 08:43:01 Program 'poll_bono' status Status failed monitoring status Monitored last started Wed, 16 Jul 2014 08:43:01 last exit value 1 data collected Wed, 16 Jul 2014 08:43:01 Process 'bono' status Does not exist monitoring status Monitored data collected Wed, 16 Jul 2014 08:43:01 System 'system_bono' status Running monitoring status Monitored load average [0.00] [0.01] [0.05] cpu 0.7%us 0.5%sy 0.0%wa memory usage 86028 kB [4.1%] swap usage 0 kB [0.0%] data collected Wed, 16 Jul 2014 08:43:01 It seems like bono is not started. I tried to start bono using "monit start bono" and "service bono start". It didn't output error messages, but bono still cannot be started. And there is not log file under /var/log/bono neither. I also checked that port 5060 is not used by any process. This also happens to Homestead. Can anyone help me out on this? Thanks a lot! Lianjie _______________________________________________ Clearwater mailing list [email protected] http://lists.projectclearwater.org/listinfo/clearwater
