You have a couple of options:

First, you can:
A) "ps -ax | grep named" to get the PID of the running named processes,
and then
B) kill -HUP <insert PID Here>

Or, you can:
C) "killall -HUP named"

On Tue, 26 Dec 2000, Shanmuga Raj wrote:

> Hi Eddie,
> Thanks for the reply, can you explain if I can use "kill -s SIGHUP" for
> doing this ?
>
> Regards
> Raj
>
>
> -----Original Message-----
> From: Eddie Strohmier [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, December 26, 2000 11:24 AM
> To: [EMAIL PROTECTED]
> Subject: Re: DNS
>
>
> /etc/rc.d/init.d/named restart
>
> Eddie Strohmier
>
> ----- Original Message -----
> From: "Shanmuga Raj" <[EMAIL PROTECTED]>
> To: "redhat-list" <[EMAIL PROTECTED]>
> Sent: Monday, December 25, 2000 11:06 PM
> Subject: DNS
>
>
> > How do make DNS to re-load the named.conf after making changes to
> > named.conf.
> > I tried kill -s SIGHUP "PID". It seems to work, I can ping to the newly
> > created server record. However, when I shutdown the server, the named
> > service comes up with "FAILED", could some one explain to me.
> >
> > Thanks and Regards
> > Raj
> >
> >
> >
> > _______________________________________________
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> >
>
>
>
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>
>
>
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to