Douglas Hubler wrote: > On Thu, Apr 26, 2012 at 7:47 AM, Kumaran > <[email protected]> wrote: > >> Douglas Hubler wrote: >> >>> On Thu, Apr 26, 2012 at 7:26 AM, Kumaran >>> <[email protected]> wrote: >>> >>> >>>> George Niculae wrote: >>>> >>>> >>>>> On Thu, Apr 26, 2012 at 1:25 PM, Kumaran >>>>> <[email protected]> wrote: >>>>> >>>>> >>>>> >>>>>> Hi All, >>>>>> In freshly installed 4.6 server build(latest rpm) proxy and registrar >>>>>> service are dead but pid file exists...These service are not even >>>>>> starting >>>>>> even try to start manually...Also mongodb and httpd service will be >>>>>> stopped >>>>>> once configuration is changed...Please check the attached >>>>>> snapshot.. >>>>>> >>>>>> >>> Describe your DNS setup? >>> >>> - If you're testing single server (SIP Domain = FQHN) then either you >>> have to enable DNS in sipxecs or your company DNS server needs to have >>> server in it's DNS. >>> - If you're testing HA (SIP Domain != FQHN) then you need to enable >>> DNS in sipxecs >>> >>> >> Douglas, >> Its single server(SIP domain =FQDN)...I had added DNS in >> sipxconfig....Please check the named.conf details >> options { >> directory "/var/named"; >> dump-file "/var/named/data/cache_dump.db"; >> statistics-file "/var/named/data/named_stats.txt"; >> allow-query { any; }; >> forwarders { >> 176.25.3.1; >> }; >> }; >> >> zone "sipx-test.ttplservices.com" IN { >> type master; >> file "sipx-test.ttplservices.com.zone"; >> allow-update { none; }; >> }; >> >> First time mongo was showing as Primary> but after reboot its showing as >> [root@sipx-test ~]# mongo >> MongoDB shell version: 2.0.2 >> connecting to: test >> SECONDARY> >> > > Is the DNS server running? > /etc/init.d/named status > > What does this return > dig `hostname` > > > >> Regards, >> Kumaran T Douglas, DNS server up and running....Please check the following
[root@sipx-test ~]# /etc/init.d/named status rndc: neither /etc/rndc.conf nor /etc/rndc.key was found named (pid 1277) is running... [root@sipx-test ~]# dig `hostname` ; <<>> DiG 9.7.3-P3-RedHat-9.7.3-8.P3.el6_2.2 <<>> sipx-test.ttplservices.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 54409 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0 ;; QUESTION SECTION: ;sipx-test.ttplservices.com. IN A ;; ANSWER SECTION: sipx-test.ttplservices.com. 1800 IN A 176.25.3.201 ;; AUTHORITY SECTION: sipx-test.ttplservices.com. 1800 IN NS sipx-test.ttplservices.com. ;; Query time: 0 msec ;; SERVER: 176.25.3.201#53(176.25.3.201) ;; WHEN: Thu Apr 26 17:42:39 2012 ;; MSG SIZE rcvd: 74 [root@sipx-test ~]# Regards, Kumaran T _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev/
