2.3. Piranha Configuration Tool 서비스 시작
Piranha Configuration Tool에 대한 암호를 설정한 후에
/etc/rc.d/init.d/piranha-gui
에 있는 piranha-gui
서비스를 시작 또는 재시작합니다. 이를 실행하기 위해 root로 다음과 같은 명령을 입력합니다:
/sbin/service piranha-gui start
or
/sbin/service piranha-gui restart
Issuing this command starts a private session of the Apache HTTP Server by calling the symbolic link
/usr/sbin/piranha_gui -> /usr/sbin/httpd
. For security reasons, the piranha-gui
version of httpd
runs as the piranha user in a separate process. The fact that piranha-gui
leverages the httpd
service means that:
- 시스템에 Apache HTTP Server가 설치되어 있어야 합니다.
service
명령으로 Apache HTTP Server를 정지하거나 재시작하면piranha-gui
서비스가 중지됩니다.
주의
/sbin/service httpd stop
또는 /sbin/service httpd restart
명령이 LVS 라우터에서 실행될 경우, 다음과 같은 명령을 사용하여 piranha-gui
서비스를 시작해야 합니다.
/sbin/service piranha-gui start
The
piranha-gui
service is all that is necessary to begin configuring LVS. However, if you are configuring LVS remotely, the sshd
service is also required. You do not need to start the pulse
service until configuration using the Piranha Configuration Tool is complete. See 4.8절. “LVS 시작하기 ” for information on starting the pulse
service.
2.3.1. Piranha Configuration Tool 웹 서버 포트 설정
Piranha Configuration Tool는 기본값으로 포트 3636에서 실행됩니다. 이 포트 번호를 변경하려면
piranha-gui
웹 서버 설정 파일 /etc/sysconfig/ha/conf/httpd.conf
의 섹션 2에 있는 Listen 3636
행을 변경합니다.
Piranha Configuration Tool를 사용하려면 최소 텍스트 전용 웹 브라우져가 있어야 합니다. 주요 LVS 라우터에서 웹 브라우져를 시작할 경우
http://localhost:3636
을 엽니다. localhost를 주요 LVS 라우터의 호스트명이나 IP 주소로 대체하여 웹 브라우져에서 Piranha Configuration Tool를 사용할 수 있습니다.
브라우저가 Piranha Configuration Tool에 연결되면 설정 서비스를 액세스하기 위해 로그인해야 합니다. Username 란에
piranha
를 입력하고 piranha
란에 piranha-passwd
를 사용하여 암호를 설정합니다.
Piranha Configuration Tool가 실행되면 네트워크를 통해 이 도구로의 액세스를 제한할 수 있습니다. 다음 부분에서는 이를 실행하는 방법에 대해 설명합니다.