tinydns 데몬 명령어 및 점검법

<데몬 명령어>
Tinydns 시작 It will turn on after reboot.
svc -u /service/tinydns

Turn off tinydns. It will not turn on after reboot.
svc -d /service/tinydns   

Restart tinydns if it is on, but not if it’s off. This is used to restart a service after making a configuration change.
svc -t /service/tinydns

Restart all daemons under the /service directory — typically both tinydns and dnscache.
svc -t /service/*

Check the on/off status of all daemons under the /service directory – typically both tinydns and dnscache.
svstat /service/*

네임서버 점검법

 

Look at the tinydns log
    less /service/tinydns/log/main/current

Look at the log in realtime
tail -f -n0 /service/tinydns/log/main/current

On another commandline, ping wincli.domain.cxm
    : If you see lines scrolling, it probably means a problem with
    : authoritative resolution, so check your data file again,
    : make sure you run tinydns-data again from within
    : /service/tinydns/root, and restart tinydns with the svc -d
    : and svc -u commands.
    :
    : If you do not see lines scrolling, it probably means a bad
    : linkage from dnscache to tinydns. Re-verify the existance of
    : /service/dnscache/root/servers/domain.cxm
                : /service/dnscache/root/servers/domain.cxm, and verify that

체킹툴
http://dns.kisa.or.kr/kor/dns/dnsIntro04.jsp
http://dnscheck.sidn.nl/

tinydns 데몬 명령어 및 점검법
Scroll to top