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
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/