Notice
Recent Posts
Recent Comments
Link
반응형
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- iis url rewrite
- grafana vsphere
- wazuh agent 설치
- observium 설정
- FortiGate
- grafana esxi 모니터링
- IIS https 무한루프
- 특정 도메인 url rewrite
- http 리디렉션
- telegraf influxdb
- URL 재작성
- grafana vcenter
- prometheus grafana 연동
- centos
- grafana esxi
- wazuh 취약점 점검
- https 자동전환
- IBM X3550 M4
- wazuh 설치
- grafana esxi monitoring
- grafana esxio
- wazuh 서버 설치
- grafana
- telegraf esxi 모니터링
- piolink
- Node Exporter 설치 및 연동
- Prometheus
- MSCS
- grafana telegraf influxdb esxi 모니터링
- ubuntu 22.04+Prometheus+Grafana+Node Exporter
Archives
- Today
- Total
IDC 엔지니어의 기술 이야기
Linux Bind named.conf 및 Zone 이상유무 체크 본문
반응형
bind를 운영하다 보면 named.conf 파일과 Zone 파일의 오류로 인해
정상적으로 실행되지 않을때가 있다. 그래서 2개 설정에 대해서 오류 검사를 하는
명령어를 확인해 보았다
bind-Server # named-checkconf /etc/named.conf
> named-checkconf 명령어를 통해 현재 사용하는 conf 파일을 검사 하는것 이다.
아무런 반응이 없다면 정상인것 이다.
bind-Server # named-checkzone aaa.com /var/named/aaa.com.zone
> named-checkzone aaa.com(도메인명,name.conf에 설정된것) /var/named/aaa.com.zone(zone파일의 경로 및 파일명)
OK떨어지면 이상 없는 거임
반응형
'OS_APP > Linux' 카테고리의 다른 글
ubuntu wireshark 설치 및 사용기 (0) | 2023.07.03 |
---|---|
CentOS 7 DRBD + Oracle + PCSD + Corosync + Pacemaker 설치 및 운영 (0) | 2019.12.30 |
SSH 접속 느려짐 (0) | 2019.02.26 |
CentOS Bonding (0) | 2019.02.20 |