1 서버 관리

STA 명령은 다양한 STA 구성 요소의 상태를 관리 및 확인하는 데 사용됩니다. 이 장은 다음 절로 구성됩니다.

STA 명령 개요

STA 명령 변형은 다음 범주로 나뉩니다.

  • 전체 STA 환경을 작동 또는 중지하거나 전체 STA 환경의 상태를 확인하는 명령

  • 개별 STA 서비스를 작동 또는 중지하거나 개별 STA 서비스의 상태를 확인하는 명령

주의:

개별 STA 서비스 명령은 참조용으로만 제공됩니다. Oracle 고객지원센터에서 지시하지 않는 한 이 명령을 실행하지 마십시오.

언제든 STA help 명령을 사용하여 유효한 STA 명령 인수 목록을 가져올 수 있습니다.

관리 서버

다양한 STA 프로세스는 다음 세 가지 관리 서버로 나뉩니다.

  • staUi—STA 사용자 인터페이스

  • staEngine—기본 STA 내부 기능

  • staAdapter—SNMP 통신

서버를 개별적으로 관리할 수 있습니다. 개별 서비스 관리 명령 을 참조하십시오.

메모리 사용 요구 사항

테이블 1-1에는 STA 도메인 서버, STA 관리 서버 및 MySQL에 대한 메모리 사용 요구 사항이 나와 있습니다.

테이블 1-1 메모리 사용 요구 사항

항목
메모리 요구 사항

STA 도메인 서버

2GB 힙 크기

STA 관리 서버

2GB 힙 크기

MySQL

2GB 메모리


전역 관리 명령

다음 STA 명령을 사용하여 전체 STA 환경의 상태를 시작, 중지 및 확인할 수 있습니다.

  • STA start all은 전체 STA 환경을 시작합니다. 예를 들면 다음과 같이 하십시오.

    # STA start all

    Starting mysql Service..
    mysql service was successfully started
    Starting staservd Service.
    staservd service was successfully started
    Starting weblogic Service......
    weblogic service was successfully started
    Starting staengine Service.........
    staengine service was successfully started
    Starting staadapter Service..........
    staadapter service was successfully started
    Starting staui Service..........
    staui service was successfully started
    #
    
  • STA stop all은 전체 STA 환경을 중지합니다. 예를 들면 다음과 같이 하십시오.

    # STA stop all

    Stopping the staui service......
    Successfully stopped the staui service
    Stopping the staadapter service......
    Successfully stopped the staadapter service
    Stopping the staengine service......
    Successfully stopped the staengine service
    Stopping the weblogic service......
    Successfully stopped the weblogic service
    Stopping the staservd Service...
    Successfully stopped staservd service
    Stopping the mysql service.....
    Successfully stopped mysql service
    #
    
  • STA status all은 전체 STA 환경의 상태를 표시합니다. 예를 들면 다음과 같이 하십시오.

    # STA status all

    mysql is running
    staservd service is running
    weblogic service is running
    staengine service is running
     .... and the deployed application for staengine is in an ACTIVE state
    staadapter service is running
     .... and the deployed application for staadapter is in an ACTIVE state
    staui service is running
     .... and the deployed application for staui is in an ACTIVE state
    

개별 서비스 관리 명령

다음 STA 명령은 개별 STA 구성 요소를 시작하고 중지하거나 해당 구성 요소의 상태를 확인하는 데 사용할 수 있습니다.

주의:

개별 STA 서비스 명령은 참조용으로만 제공됩니다. 이러한 명령은 Oracle 고객지원센터에서 지시하는 경우에만 사용하십시오.
  • STA start|stop|status mysql

    MySQL을 시작 또는 중지하거나 해당 상태를 표시합니다.

  • STA start|stop|status staservd

    STA 서비스 데몬을 시작 또는 중지하거나 해당 상태를 표시합니다.

  • STA start|stop|status weblogic

    WebLogic AdminServer를 시작 또는 중지하거나 해당 상태를 표시합니다.

  • STA start|stop|status staadapter

    staAdapter 관리 서버를 시작 또는 중지하거나 해당 상태를 표시합니다.

  • STA start|stop|status staengine

    staEngine 관리 서버를 시작 또는 중지하거나 해당 상태를 표시합니다.

  • STA start|stop|status staui

    staUi 관리 서버를 시작 또는 중지하거나 해당 상태를 표시합니다.