연결 테스트

Telnet을 사용하거나 관리 콘솔에서 테스트하여 에이전트에 대한 연결을 테스트할 수 있습니다.

명령행에서 연결을 테스트하려면 다음을 수행하십시오.

  1. 에이전트를 Telnet 명령과 연결하십시오. 에이전트가 실행 중인 호스트에 로그온한 경우, 호스트 이름으로 localhost를 사용할 수 있습니다.
    telnet hostname 5555
    다음 응답은 연결에 성공했음을 나타냅니다.
    200 HELLO - BuildForge Agent v7.0.1.buildnumber
  2. 로그인 신임을 사용하여 다음 명령을 실행하고 인증을 확인하십시오.
    telnet localhost 5555
    username user name
    password  password
    cmd ping go

    다음 메시지는 성공을 나타냅니다.

    AUTH: set user account to <user name>
    위 테스트가 작동하지만 작업에 실패하고 서버 테스트에서 사용자 인증 오류가 표시되면, PAM(Pluggable Authentication Modules) 구성을 확인하십시오. 다음과 같은 메시지가 표시되면 다음 단계를 계속하십시오.
    AUTH: unable to set user account to <user name>: unknown account (1)
  3. 다음 명령을 입력하십시오.
    cmd ping go

    일반적으로 다음과 같은 Telnet 세션의 출력이 표시됩니다. 출력의 마지막 부분에 있는 RESULT 0은 성공을 나타냅니다. 이 테스트는 Windows에서 실행 중인 에이전트에 실행됩니다.

    300 DATA s 67
    AUTH: Running as: [SYSTEM] in domain [NT AUTHORITY] SID Type [User]
    300 DATA s 52
    AUTH: Running with Privilege: [Lock pages in memory]
    300 DATA s 66
    AUTH: Running with Privilege: [Adjust memory quotas for a process]
    300 DATA s 63
    AUTH: Running with Privilege: [Create permanent shared objects]
    300 DATA s 46
    AUTH: Running with Privilege: [Debug programs]
    300 DATA s 56
    AUTH: Running with Privilege: [Bypass traverse checking]
    300 DATA s 61
    AUTH: Running with Privilege: [Back up files and directories]
    300 DATA s 54
    AUTH: Running with Privilege: [Change the system time]
    300 DATA s 68
    AUTH: Running with Privilege: [Remove computer from docking station]
    300 DATA s 73
    AUTH: Running with Privilege: [Impersonate a client after authentication]
    300 HEARTBEAT 1
    300 DATA s 16
    PLAT: Windows XP
    250 RESULT 0
    PING: internal loopback test complete
    260 EOR

관리 콘솔에서 연결을 테스트하려면 다음을 수행하십시오.

참고: 서버가 에이전트를 사용하도록 설정된 경우에만 이 메소드를 사용하십시오.
  1. 서버로 이동하십시오.
  2. 서버 목록에서 테스트할 서버를 클릭하십시오.
  3. 연결 테스트를 클릭하십시오.

테스트 후, 결과는 테스트 결과 탭에서 볼 수 있습니다.

다음 출력과 유사한 메시지는 문제점을 나타냅니다.
Could not open a connection to host on port 5555
관리 콘솔이 호스트에 연결할 수 없거나 에이전트가 기능하지 않습니다.

피드백