프로파일, WebSphere Application Server, IBM HTTP Server 관리용 빠른 참조

이 주제에서는 프로파일 관리와 WebSphere Application Server 프로파일 및 IBM HTTP Server 시작 및 중지에 대한 공통 프로시저를 요약합니다.

프로파일 관리

표 1는 프로파일이 배치되는 프로파일 이름, 루트 디렉토리 및 포트 번호와 같은 프로파일 정보 찾기에 대한 프로시저를 제공합니다. 또한 프로파일 제거에 대한 지시사항이 제공됩니다. 프로파일 관리에 대한 추가 정보는 WebSphere Application Server Information Center의 V8.5, V8.0을 참조하십시오.

표 1. WebSphere Application Server - 프로파일 관리 태스크
태스크 지시사항
WebSphere Application Server 프로파일 열거
서버에 모든 프로파일을 열거하는 방법:
  • Windows: was_install_dir\bin\manageprofiles.bat –listProfiles
  • UNIX/Linux:was_install_dir/bin/manageprofiles.sh –listProfiles
WebSphere Application Server 프로파일의 루트 디렉토리 식별

WebSphere Application Server 프로파일의 루트 디렉토리를 식별하는 방법:

  • Windows:was_install_dir>\bin\manageprofiles.bat –getPath –profileName 프로파일
  • UNIX/Linux: was_install_dir/bin/manageprofiles.sh –getPath –profileName 프로파일
프로파일에 대한 포트 식별

프로파일에 대한 포트를 식별하는 방법:

  1. 프로파일에 대한 루트 디렉토리를 찾으십시오.
  2. 프로파일 정보 파일 was_profiles_dir/profile_name/logs/AboutThisProfile.txt을 여십시오.
  3. HTTP TRANSPORT PORT 매개변수의 값을 읽으십시오.
WebSphere Application Server 프로파일의 애플리케이션 찾기

WebSphere Application Server 프로파일의 애플리케이션을 찾는 방법:

  1. 브라우저를 사용해 애플리케이션(http://server:port/ibm/console)이 포함되어 있는 프로파일에 대한 WebSphere Application Server 관리 콘솔에 연결하십시오.
  2. 애플리케이션이 열거되어 있는 애플리케이션 > 애플리케이션 유형 > WebSphere 엔터프라이즈 애플리케이션을 탐색하십시오.
WebSphere Application Server 프로파일에서 애플리케이션 제거
Windows의 WebSphere Application Server 프로파일에서 애플리케이션을 제거하는 방법:
  1. 다음 URL을 사용하는 브라우저에서 애플리케이션이 포함되어 있는 프로파일에 대한 WebSphere Application Server 관리 콘솔에 연결하십시오. http://server:port/ibm/console.
  2. 애플리케이션 -> 애플리케이션 유형 -> WebSphere 엔터프라이즈 애플리케이션을 탐색하십시오.
  3. 제거할 애플리케이션 왼쪽의 상자를 선택하십시오.
  4. 설치 제거를 클릭한 후 조치를 확인하십시오.
  5. 마스터 구성에 대한 변경사항을 저장하십시오.
  6. 변경사항을 적용할 프로파일을 중지한 후 다시 시작하십시오.
WebSphere Application Server 프로파일 적용
WebSphere Application Server 프로파일을 제거하는 방법:
  1. 다음 명령 중의 하나를 사용해 프로파일을 삭제하십시오.
    • Windows: was_install_dir\bin\manageprofiles.bat –delete –profileName 프로파일
    • UNIX/Linux: was_install_dir/bin/manageprofiles.sh –delete –profileName 프로파일
  2. 다음 명령을 실행하여 삭제된 프로파일에 대한 참조가 프로파일 레지스트리에서 제거되었는지 확인하십시오.
    • Windows: was_install_dir\bin\manageprofiles.bat –validateAndUpdateRegistry
    • UNIX/Linux: was_install_dir/bin/manageprofiles.sh –validateAndUpdateRegistry
  3. 이전의 조치를 통해 삭제되지 않은 경우 profile_dir에서 시작하는 프로파일 디렉토리 트리를 삭제하십시오.

WebSphere Application Server 프로파일 및 IBM HTTP Server 시작 및 중지

시작 및 중지 지시사항에 대한 다음 표를 참조하십시오.

다른 WebSphere Application Server 및 IBM HTTP Server 기능의 시작 및 중지에 대한 정보를 보려면 WebSphere Application Server Information Center의 V8.5, V8.0에서 시작 및 중지 빠른 참조 주제를 검색하십시오.

표 2. WebSphere Application Server - 프로시저 시작 및 중지
태스크 지시사항
WebSphere Application Server 프로파일 시작
참고: 기본 WebSphere Application Server 프로파일을 시작하려면 이 태스크를 수행할 때 프로파일 이름을 지정하거나 선택하지 마십시오.
Windows

WebSphere Application Server 프로파일을 시작하려면 이 방법 중 하나를 사용하십시오.

  • 시작 > 프로그램 > IBM WebSphere > Application Server Vx.x > 프로파일 > profile_name > 서버 시작으로 이동하십시오.
  • IBM WebSphere Application Server 프로파일과 연관된 Windows 서비스를 시작하십시오.
  • 다음 명령을 실행하십시오. was_install_dir\bin\startServer.bat server1 –profileName 프로파일.
  • 다음 명령을 실행하십시오. profile_dir\bin\startServer.bat server1.
UNIX/Linux
UNIX 또는 Linux에서 WebSphere Application Server 프로파일을 시작하려면 다음 명령 중 하나를 사용하십시오.
  • was_install_dir/bin/startServer.sh server1 –profileName 프로파일
  • profile_dir/bin/startServer.sh server1
WebSphere Application Server 프로파일 중지
Windows
WebSphere Application Server 프로파일을 중지하려면 이 방법 중 하나를 사용하십시오.
  • 시작 > 프로그램 > IBM WebSphere > Application Server Vx.x > 프로파일 > profile > 서버 중지로 이동하십시오.
  • IBM WebSphere Vx.x프로파일과 연관된 Windows 서비스를 중지하십시오.
  • 다음 명령을 실행하십시오. was_install_dir\bin\stopServer.bat server1 –profileName 프로파일.
  • 다음 명령을 실행하십시오. profile_dir\bin\stopServer.bat server1.
UNIX/Linux

WebSphere Application Server 프로파일을 중지하려면

다음 명령 중 하나를 사용하십시오.
  • was_install_dir/bin/stopServer.sh server1 –profileName profile_name
  • profile_dir/bin/stopServer.sh server1
표 3. IBM HTTP Server - 프로시저 시작 및 중지
태스크 지시사항
IBM HTTP Server 시작
Windows
Windows에서 HTTP 서버를 시작하는 방법:
  1. 시작 메뉴에서 제어판을 시작한 다음 관리 도구 > 서비스로 이동하십시오.
  2. 서비스 페이지에서 IBM HTTP Administration x.x에서 마우스 오른쪽 단추를 클릭하십시오. 그런 다음 시작을 선택하십시오.
  3. IBM HTTP Server x.x에서 마우스 오른쪽 단추를 클릭하십시오. 시작을 선택하십시오.
UNIX/Linux

HTTP 서버를 시작하려면 다음 명령을 실행하십시오. ihs_install_dir/bin/apachectl –k start.

.
IBM HTTP 서버 중지

IBM HTTP Server를 중지하는 방법

Windows
HTTP 서버를 중지하는 방법:
  1. 시작 메뉴에서 제어판을 시작한 다음 관리 도구 > 서비스로 이동하십시오.
  2. 서비스 페이지에서 IBM HTTP Administration x.x에서 마우스 오른쪽 단추를 클릭하십시오. 그런 다음 중지를 선택하십시오.
  3. IBM HTTP Server에서 마우스 오른쪽 단추를 클릭하십시오. 중지를 선택하십시오.
UNIX/Linux
HTTP 서버를 중지하려면 다음 명령을 실행하십시오. ihs_install_dir/bin/apachectl –k stop.

피드백