WebSphere Application Server에서 ClearQuest용 보고서 서버 배치

이 주제에서는 WebSphere Application Server에서 ClearQuest용 보고서 서버를 배치하는 방법에 대해 설명합니다.

프로시저

  1. Deploy_RCQR _eWAS.py 파일을 찾으십시오. 기본적으로 이 파일은 %RATIONAL_COMMON%/CM/Scripts에 있습니다. 다음 매개변수 세트를 지정하십시오. 원격 Change Management 서버(CM 서버)를 사용하는 경우, localhost 값의 IP 주소 또는 호스트 이름을 지정하여 cqConnectionURL 값을 설정하십시오. 기본값이 표시됩니다. 값은 /RCQR/server/reportserver.properties 파일의 값과 일치해야 합니다. 예를 들면 user.registry.cq.connectionURL 값이 reportserver.properties 파일의 cqConnectionURL과 일치해야 합니다.

    또한 관리 사용자 이름이 Deploy_RCQR_eWAS.py의 세 곳에 나열되고, 그 값도 일치해야 합니다. 다음 예제는 이 파일의 기본값을 표시합니다. 관리자 사용자 이름이 굵은체 유형으로 세 번 표시됩니다.

    # Set basic properties of custom security
    
    attrs = '[[useRegistryServerId false][primaryAdminId %s][customRegistryClassName %s]]' % ('admin', 'com.ibm.rational.cq.was.userregistry.CQUserRegistry')
    
    AdminConfig.modify(customUserRegistry, attrs)# Set custom properties
    customProps = {
    'autoCreateJazzGroups':'true',
    'jazzAdmins':'admin',
    'jazzProjectLeads':'lead',
    'cqDbSetName':'7.0.0',
    'cqUserDbName':'SAMPL',
    'cqConnectionURL':'http://localhost:12080/TeamWeb/services/Team',
    'cqConnectionUsername':'admin',
    'cqConnectionPassword':'admin',
    'cqConnectionPasswordEncrypted':'false',
    }
  2. Windows 서비스 대화 상자를 사용하거나 다음 명령을 실행하여 보고서 서버 프로파일을 시작하십시오.
    "%RATIONAL_COMMON%/CM/profiles/reportalprofile/bin/startServer" server1 -profileName reportalprofile 
  3. 보고서 서버 프로파일의 %RATIONAL_COMMON%/CM/profiles/reportalprofile/bin 디렉토리를 탐색하여 다음 명령을 실행하십시오.
    wsadmin.bat -lang jython -f  ..\..\..\Scripts\Deploy_RCQR_eWAS.py
  4. 다음 명령을 사용하여 사용자 이름 및 비밀번호로 wasservice를 업데이트하십시오. 명령에서 <user><password>Deploy_RCQR_eWAS.py에 지정된 값과 일치해야 합니다.
    "%RATIONAL_COMMON%/eWAS/bin/wasservice" -add reportalprofile -serverName server1 -profilePath "%RATIONAL_COMMON%/CM/profiles/reportalprofile" -stopArgs "-username <user> -password <password>"
  5. ClearQuest에 대해 보고서 서버를 다시 시작하십시오. ClearQuest용 보고서 서버 시작 및 중지를 참조하십시오.

배치 확인

프로시저

  1. ClearQuest에 대해 보고서 서버를 다시 시작하십시오. ClearQuest용 보고서 서버 시작 및 중지를 참조하십시오.
  2. machinename.domain이 ClearQuest용 보고서 서버가 설치된 컴퓨터의 호스트 이름 및 도메인이고 portnumber가 포트(일반적으로 보안 연결의 경우 15443)인 다음 링크를 사용하여 보고서 인터페이스에 액세스하십시오.
    https://machinename.domain:portnumber/jazz/reportal/projects/Vega
    예를 들어 다음 URL을 사용하여 ClearQuest용 보고서 서버에서 보고서 인터페이스를 엽니다.
    https://localhost:15443/jazz/reportal/projects/Vega
  3. 로그인 프롬프트에 Rational ClearQuest 사용자 이름 및 비밀번호를 입력하고 로그인을 클릭하십시오.

피드백