다른 노드들

다른 노드들

다른 노드는 시계 동기화를 위해 컨트롤러 노드를 가리킵니다. 다른 모든 노드에 대해 다음 단계를 수행합니다.

구성요소 설치 및 구성

  1. 패키지를 설치하십시오:

    # yum install chrony
    
  1. /etc/chrony.conf 파일을 편집하여 server 키를 제외한 나머지를 주석 처리 또는 삭제합니다. 그리고 해당 키를 컨트롤러 노드를 가리키도록 변경합니다:

    server controller iburst
    
  2. NTP 서비스를 시작하고 시스템 부팅시 시작하도록 설정합니다:

    # systemctl enable chronyd.service
    # systemctl start chronyd.service
    
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.