agent.properties 파일에서 End Point Operations Management 에이전트와 vRealize Operations Manager 서버 간의 통신과 관련한 속성은 기본적으로 비활성화되어 있습니다. 이러한 속성을 활성화해야 합니다.

프로시저

  1. agent.properties 파일에서 다음 섹션을 찾습니다.
    ## Use the following to automate agent setup 
    ## using these properties. 
    ## 
    ## If any properties do not have values specified, the setup 
    ## process prompts for their values. 
    ## 
    ## If the value to use during automatic setup is the default, use the string *default* as the value for the option.
  2. 각 줄의 시작 부분에 있는 해시 태그를 제거하여 속성을 활성화합니다.
    #agent.setup.serverIP=localhost
    #agent.setup.serverSSLPort=443
    #agent.setup.serverLogin=username
    #agent.setup.serverPword=password
    End Point Operations Management 에이전트를 처음 시작할 때 agent.setup.serverPword가 비활성화되어 있고 일반 텍스트 값을 가지는 경우 에이전트가 이 값을 암호화합니다.
  3. (선택 사항) #agent.setup.serverCertificateThumbprint= 줄의 시작 부분에 있는 해시 태그를 제거하고 지문 값을 제공하여 서버 인증서의 사전 승인을 활성화합니다.