i always immediately 'yum update' after CentOS6.2 install.

then, 'yum install bind nano'

then i download the repo

'yum install epel-release'

and then 'yum groupinstall sipxecs'

i'll try again today from fresh machine.

On Fri, Apr 27, 2012 at 7:36 AM, Kumaran <
[email protected]> wrote:

>  George,
>    IMDB regenration will fail once mongodb is stopped....We can start
> it manually but once configuration changes occur then mongodb will be
> stopped....But proxy and registrar service won't start...
>
> Regards,
> Kumaran T
>
> Kumaran wrote:
> > We are not upgrading the centos-6...We will install the  server from
> > scratch(format the whole server)....
> >
> > Regards,
> > Kumaran T
> >
> > Michael Picher wrote:
> >
> >> ok, sounded like you were just uninstalling old stuff and then
> >> installing new stuff on top.
> >>
> >> sorry, guess i missed the rest of it.
> >>
> >> On Fri, Apr 27, 2012 at 7:25 AM, Kumaran
> >> <[email protected]
> >> <mailto:[email protected]>> wrote:
> >>
> >>      Yes Mike,we are installing minimal--Base centos-6....Until
> 25thApril
> >>     build we didn't had any problem....The issue we are seeing from 26th
> >>     April build......Installation process is same for both...
> >>
> >>     Regards,
> >>     Kumaran T
> >>
> >>     Michael Picher wrote:
> >>     > Kumaran,
> >>     >
> >>     > Are you installing to a clean minimal 6 install?  I can install
> this
> >>     > all day long without trouble.
> >>     >
> >>     > Mike
> >>     >
> >>     > On Fri, Apr 27, 2012 at 5:21 AM, Kumaran
> >>     > <[email protected]
> >>     <mailto:[email protected]>
> >>     > <mailto:[email protected]
> >>     <mailto:[email protected]>>> wrote:
> >>     >
> >>     >     Any update regarding this issue......
> >>     >
> >>     >     Regards,
> >>     >     Kumaran T
> >>     >
> >>     >     Kumaran wrote:
> >>     >     > Kumaran wrote:
> >>     >     >> Douglas Hubler wrote:
> >>     >     >>> On Thu, Apr 26, 2012 at 7:47 AM, Kumaran
> >>     >     >>> <[email protected]
> >>     <mailto:[email protected]>
> >>     >     <mailto:[email protected]
> >>     <mailto:[email protected]>>> wrote:
> >>     >     >>>
> >>     >     >>>> Douglas Hubler wrote:
> >>     >     >>>>
> >>     >     >>>>> On Thu, Apr 26, 2012 at 7:26 AM, Kumaran
> >>     >     >>>>> <[email protected]
> >>     <mailto:[email protected]>
> >>     >     <mailto:[email protected]
> >>     <mailto:[email protected]>>> wrote:
> >>     >     >>>>>
> >>     >     >>>>>
> >>     >     >>>>>> George Niculae wrote:
> >>     >     >>>>>>
> >>     >     >>>>>>
> >>     >     >>>>>>> On Thu, Apr 26, 2012 at 1:25 PM, Kumaran
> >>     >     >>>>>>> <[email protected]
> >>     <mailto:[email protected]>
> >>     >     <mailto:[email protected]
> >>     <mailto:[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
> >>     <http://sipx-test.ttplservices.com>
> >>     >     <http://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
> >>     <http://sipx-test.ttplservices.com>
> >>     <http://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
> >>     <http://sipx-test.ttplservices.com>
> >>     >     <http://sipx-test.ttplservices.com>.    IN      A
> >>     >     >>
> >>     >     >> ;; ANSWER SECTION:
> >>     >     >> sipx-test.ttplservices.com
> >>     <http://sipx-test.ttplservices.com>
> >>     <http://sipx-test.ttplservices.com>.
> >>     >     1800 IN     A       176.25.3.201
> >>     >     >>
> >>     >     >> ;; AUTHORITY SECTION:
> >>     >     >> sipx-test.ttplservices.com
> >>     <http://sipx-test.ttplservices.com>
> >>     <http://sipx-test.ttplservices.com>.
> >>     >     1800 IN     NS
> >>     >     >> sipx-test.ttplservices.com
> >>     <http://sipx-test.ttplservices.com>
> >>     <http://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
> >>     >     > Just now re-installed a fresh 4.6(latest rpm) server but
> >>     still the
> >>     >     > behavior is same....Please check the attached
> >>     snapshot....Can't
> >>     >     > proceed further for testing...
> >>     >     >
> >>     >     > Regards,
> >>     >     > Kumaran T
> >>
> >>
> >>
> >
> _______________________________________________
> sipx-dev mailing list
> [email protected]
> List Archive: http://list.sipfoundry.org/archive/sipx-dev/
>



-- 
Michael Picher, Director of Technical Services
eZuce, Inc.

300 Brickstone Square****

Suite 201****

Andover, MA. 01810
O.978-296-1005 X2015
M.207-956-0262
@mpicher <http://twitter.com/mpicher>
www.ezuce.com

------------------------------------------------------------------------------------------------------------
There are 10 kinds of people in the world, those who understand binary and
those who don't.
_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev/

Reply via email to