nslookup

David Russell drussell at mgfairfax.rr.com
Sat Dec 25 04:05:54 UTC 1999


"Adrian Griffis" <adrian at mpinet.net> wrote in message
news:s654enhhf9441 at corp.supernews.com...
> Hello again,
>
> When I use nslookup to lookup up my domain, the result is double domain
and
> no ip address
>
> i.e.
> > nslookup my.domain.com
>
> >ns.my.domain.com
> >xxx.xxx.xxx.xxx
>
> >my.domain.com.my.domain.com
>
> Is there something I'm missing?
>
The trailing period on the domain name; i.e., ns.my.domain.com.
>
> Newbie question: How do you restart named without restart the whole
server?
>
Most named processes leave a file called named.pid that has the process-id
of the currently running named.  Assumely this file is in /etc, you can key

kill -1 `cat /etc/named.pid`  to get it to re-read its configuration files.

to dump its memory you enter

kill -2 `cat /etc/named.pid`

It will dump its memory into /var/tmp.

> Thanks in advance,
>
> Adrian
>
>
>

David





More information about the bind-users mailing list