HP ProLiant Gen9 서버 레거시 부팅 모드에서 재부팅 후 시스템 시간에서 오프셋 발생
문서 ID: c04750030
버전: 1
권고: (수정) Microsoft Windows Server - HP 프로라이언트 Gen9-시리즈 서버 및 HP ProLiant 프로라이언트 DL580 Gen8 서버에서는 레거시 부팅 모드에서 다시 부팅 한 후 시스템 타임에 오프셋이 발생할 수 있습니다
[원문]
Document ID: c04557232
Version: 2
Advisory: (Revision) Microsoft Windows Server - HP ProLiant Gen9-Series Servers and the HP ProLiant DL580 Gen8 Server May Experience an Offset in the System Time After Rebooting in Legacy Boot Mode
http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=emr_na-c04557232
1. Open regedit (레지스트리 편집기를 열기)
2. Navigate to the following key: (아래 키를 찾기)
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation
3. Right-click in the white area and select New --> DWORD (32-bit Value)(흰색 부분에서 마우스 오른쪽 버튼 눌러 새로 만들기)
4. Name the key RealTimeIsUniversal (RealTimeIsUniversal 이름 입력)
5. Double-click on it and set its value to 1 (더블 클릭 설정 값 1로 변경)
6. Settime correctly in Windows (정확한 윈도우 시간 설정)
7. Open command prompt (명령프롬프트 열기)
8. Sync the time w32tm /config /update (시간 동기화)
9. Reboot the server (서버 재부팅)
CMD 명령어
[추가]
REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation" /v RealTimeIsUniversal /t REG_DWORD /d 1 /f
[조회]
REG QUERY "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation" /v RealTimeIsUniversal
'원도우' 카테고리의 다른 글
cwRsync를 사용하여 로그 파일을 동기화하는 방법 (0) | 2016.12.29 |
---|---|
[원도우] 윈도우 호스트 파일 편집하는 방법 (Windows 10) (0) | 2016.09.21 |
[원도우] MBR 또는 GPT 파티션 스타일 변경 (0) | 2016.04.28 |
윈도우 계정 관리 명령어 정리 (0) | 2016.01.21 |
[원도우] Microsoft .NET Framework 버전 확인 (0) | 2016.01.19 |