본문 바로가기
Database/기타

Linux 서버 시간 동기화 방법

by 화곡공룡 2023. 12. 13.
반응형

 

리눅스에서 aws s3를 조회시 아래와 같은 에러 메세지가 발생하였다.

 

# aws s3 조회시 에러

# aws s3 ls
An error occurred (RequestTimeTooSkewed) when calling the ListObjectsV2 operation: The difference between the request time and the current time is too large.

 

 

해당 에러메시지의 원인을 찾아보니 리눅스 서버 시간이 맞지 않아 발생되는 이슈였다.

시간을 변경하는 방법은 수동으로 변경하는 방법이 있지만 타임서버와 동기화 방법에 대해 간략하게 작성하였다.

# 동기화 작업

-- s3 조회
# aws s3 ls

An error occurred (RequestTimeTooSkewed) when calling the ListObjectsV2 operation: The difference between the request time and the current time is too large.


-- 시간 조회
# date
2023. 11. 12. (일) 18:15:15 KST

-- rdate(시간동기화 서버) 인스톨
# yum install rdate

-- 시간 동기화
# rdate -s time.bora.net

-- 시간 확인
# date
2023. 12. 13. (수) 09:21:29 KST
#

 

 

반응형

'Database > 기타' 카테고리의 다른 글

SSH Login 접속시간 지연 현상  (0) 2023.10.30
리눅스에서 Tencent cloud COS 연결하기  (0) 2023.01.15
리눅스 Telnet 연결 끊기  (0) 2022.12.14

댓글