|At|는 현재 단일 컨트롤러 노드에서 실행 중인 모든 컨트롤러 서비스(메시지 큐 구성 요소와 통합 설치인 경우 데이터베이스 포함)를 시작, 중지, 재시작할 수 있는 *관리자 유틸리티 스크립트*인 ``automation-controller-service``와 함께 제공됩니다. 외부 데이터베이스는 관리자가 명시적으로 관리해야 합니다. 서비스 스크립트는 ``/usr/bin/automation-controller-service``에 있으며, 다음과 같이 호출할 수 있습니다.
root@localhost:~$ automation-controller-service restart
참고
In clustered installs, automation-controller-service restart
does not include PostgreSQL as part of the services that are restarted because it exists external to the controller, and because PostgreSQL does not always require a restart. Use systemctl restart automation-controller
to restart services on clustered environments instead. Also you must restart each cluster node for certain changes to persist as opposed to a single node for a localhost install. For more information on clustered environments, see the 클러스터링 section.
배포별 서비스 관리 명령을 통해 서비스 스크립트를 호출할 수도 있습니다. 배포 패키지에서 서비스 관리를 위해 유사한 스크립트를 제공하는 경우가 많으며, init 스크립트로 제공하는 경우도 있습니다. 자세한 내용은 배포별 서비스 관리 시스템을 참조하십시오.
참고
컨테이너에서 컨트롤러를 실행하는 경우에는 automation-controller-service
스크립트를 사용하지 마십시오. 대신 컨테이너 환경을 사용하여 포드를 재시작합니다.