Rational Performance Tester Agent에는 Rational Agent Controller와 Data Collection Infrastructure가 있습니다.
AIX® 플랫폼에서 Agent Controller V6.x 또는 V7.x를 설치 제거하는 경우, 남아 있는 파일을 수동으로 제거해야 합니다. 이를 수행하려면 Agent Controller를 중지하고 설치 제거한 후 설치 제거 후에 남아 있는 다음과 같은 파일을 정리하십시오.
AIX:$RASERVER_HOME/*(Agent Controller가 설치된 디렉토리) /usr/lib/libLogAgent.so /usr/lib/libhcbnd.so /usr/lib/libhcclco.so /usr/lib/libhccldt.so /usr/lib/libhccls.so /usr/lib/libhcclserc.so /usr/lib/libhcclsert.so /usr/lib/libhcclsm.so /usr/lib/libhcjbnd.so /usr/lib/libhclaunch.so /usr/lib/libhcthread.so
다음 명령을 실행하여 필수 환경 변수를 설정하십시오.
PATH={path to java installation}/jre/bin:$PATH export PATH LIBPATH={path to java installation}/jre/bin: {path to java installation}/jre/bin/ classic:$LIBPATH export LIBPATH
다음을 클릭하여 계속하십시오.
setup 명령에 다음 매개변수를 사용하여 설치 프로세스를 자동으로 실행할 수 있습니다.
매개변수 | 설명 |
---|---|
-silent 이 변수는 자동 설치를 사용하는 경우 필수입니다.
-V licenseAccepted=true |
선택사항: 설치 마법사에 입력을 전달하지 않는 한 설치 프로그램이 자동으로 실행됩니다. |
-P installLocation |
선택사항: 설치 경로를 지정합니다. 기본 설치 경로는 '$D(install)/IBM/AgentController'입니다. 예제: Windows의 경우: C:\Program Files\IBM\AgentController UNIX/Linux의 경우: /opt/IBM/AgentController |
-V VJavaPath |
필수: 자바 실행 파일의 완전한 경로를 지정합니다. |
-V VAccessLocal -V VAccessCustom -V VAccessAll |
선택사항: 클라이언트가 Agent Controller에 연결할 수 있는 방법(ALL, LOCAL, CUSTOM)을 지정합니다. 하나의 변수만 "true"로 설정하고 나머지는 false로 설정하십시오. 기본적으로 VAccessAll="true"입니다.
|
-V VHosts |
필수: VAccessCustom="true"인 경우
쉼표로 구분하여 클라이언트 호스트 이름을 지정하십시오. |
다음 두 변수가 모두 지정되어야 하며 반대로 설정되어야 합니다.
-V VSecurity="true" 또는 "false" -V VSecurityDisable="false" 또는 "true" |
선택사항: (true, false) 기본값:
VSecurity=true VSecurityDisable=false |
-V VUsers |
필수: VSecurity="true"인 경우
Agent Controller에 연결할 수 있는 사용자를 지정합니다. |
-V VWAS6 -V VWAS5 |
선택사항: -V VWAS6="true"(기본값): WAS V6가 사용된 경우 -V VWAS5="true": WAS V5.x가 사용된 경우 |
-V VWAS_HOME_V50 -V VWAS_HOME_V51 |
선택사항: -V VWAS5="true"인 경우
IBM WebSphere Application Server 5.1 및 5.0이 설치된 위치를 지정합니다. |
예제:
-P installLocation="D:\IBM\AgentController" -V VJavaPath=" D:\jdk1.4.2\jre\bin\java.exe " -V VAccessLocal="false" -V VAccessCustom="true" -V VAccessAll="false" -V VHosts="host1,host2" -V VSecurity="true" -V VSecurityDisable="false" -V VUsers="user1,user2" -V VWAS5="true" -V VWAS_HOME_V51="D:\WebSphere5.1\AppServer" -V VWAS_HOME_V50="D:\WebSphere5.0\AppServer"
응답 파일을 사용하여 설치:
명령행에서 매개변수를 지정하는 대신 응답 파일(예: setup.rsp)을 작성하여 모든 매개변수를 저장할 수 있습니다. 다음은 Windows 예제이며, Linux/UNIX 플랫폼도 유사합니다.
setup.exe -silent -options setup.rsp응답 파일의 내용:
# Start of response file -P installLocation="D:\IBM\AgentController" -V licenseAccepted="true" -V VJavaPath=" D:\jdk1.4.2\jre\bin\java.exe " -V VAccessLocal="false" -V VAccessCustom="true" -V VAccessAll="false" -V VHosts="host1,host2" -V VSecurity="true" -V VSecurityDisable="false" -V VUsers="user1,user2" -V VWAS5="true" -V VWAS_HOME_V51="D:\WebSphere5.1\AppServer" -V VWAS_HOME_V50="D:\WebSphere5.0\AppServer" # End of response file
export LDR_CNTRL=USERREGS
./RAStart.sh
./RAStop.sh
Rational Performance Tester Agent에는 Rational Agent Controller와 Data Collection Infrastructure가 있습니다. Agent Controller 버전 8.1에서는 제품의 여러 인스턴스가 단일 워크스테이션에 설치될 수 없습니다. 독립형 설치 또는 제품 내의 임베디드 설치로 추가 설치가 수행되는 경우, Agent Controller는 새 설치를 시작하는 제품 이름에 대한 참조를 레코딩합니다.
Agent Controller가 여러 번 설치된 경우, 마지막 참조 제품이 설치 제거될 때 설치 제거될 수 있습니다. 마지막 참조 제품은 여전히 Agent Controller가 필요합니다.
다른 제품에서 Agent Controller가 여전히 필요한 경우 Agent Controller를 설치 제거하려고 시도하면 설치 제거가 진행되지 않으며, "이 제품은 다른 제품에서 필요하므로 설치 제거할 수 없습니다"라는 메시지가 표시됩니다.