본문 바로가기
OS-OE Knowledge/Linux-Unix KB

SUSE Linux Enterprise - NTP, 시간 설정 및 동기화

by 스쳐가는인연 2012. 12. 13.

NTP 동기화 방법

SLE:~ # mv /etc/ntp.conf /etc/ntp.conf.bk << 기존 파일 백업

SLE:~ # vi /etc/ntp.conf << 신규 파일 생성 및 편집

 

# Set servers for synchronizing << NTP 서버 등록

server ntpServerAddress1

server ntpServerAddress2

 

SLE:~ # /etc/init.d/ntp start << NTP 서비스 실행

Starting network time protocol daemon (NTPD)done

SLE:~ # chkconfig ntp on

SLE:~ # ntpq p << 상태 확인

 

22.0 Time Synchronization with NTP

https://www.suse.com/documentation/sles11/book_sle_admin/?page=/documentation/sles11/book_sle_admin/data/book_sle_admin.html

 

date Command 이용 시간 설정

SLE:~ # date 01150950 << 2012 1 15일 오전 9 50

SLE:~ # date +%Y%m%d -s "20120115" << 2012 1 15

 

참고
http://www.server-world.info/en/note?os=SUSE_Linux_Enterprise_Server_11&p=ntp
http://opensuse-guide.org/command.php

http://novellkorea.co.kr/bbs/suse_doc/1604
https://www.suse.com/documentation/sles11/book_sle_admin/data/cha_netz_xntp.html
https://www.suse.com/documentation/sles11/

반응형