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
- MYSQL
- apatch poi
- https
- deserializer
- @EntityListeners
- 1*1000
- 운동해서 광명찾자
- yml
- EmbeddedId
- RootGraph
- 티스토리챌린지
- mysql not equal null
- MSSQL
- load order
- 오블완
- getEntityGraph
- createEntityGraph
- getDateCellValue
- Protecle
- +9:00
- pooled-lo
- mysql equal null
- spring boot
- AuditingEntityListener
- fractional seconds
- @CreateDate
- sendFractionalSeconds
- 버전 문자열 비교
- NamedEntityGraph
- mysql =
Archives
- Today
- Total
목록ntp (1)
Hello
리눅스 서버 시간 동기화 NTP
저희 팀에서 사용하는 서버에서 시간 처리를 했을 때 3-4분 지연된 시간으로 처리된다는 이슈를 전달 받아 확인해 보니, 서버시간이 느려 발생한 이슈임을 확인했습니다. 인프라팀에 서버시간 동기화 요청 후 이슈를 해결 했으며, 동기화 방법에 대해 정리하려고합니다. 원격타임서버로 시간을 받아와 동기화시켜주는 방법 중 NTP를 사용해 서버시간을 설정하고있습니다. NTP 설치 yum install ntp 동기화할 서버 주소 설정 vi /etc/ntp.conf 동기화할 서버(ip or domain) server 127.0.0.1 server kr.pool.ntp.org 실행 서비스 시작 systemctl start ntpd 서비스 자동 실행 systemctl enable ntpd timedatectl의 명령어를 통..
기타
2023. 9. 25. 18:41