VMware Integrated OpenStack을 설치한 후에 이를 Endpoint Operations Management Agent 및 vRealize Operations Manager와 통합할 수 있습니다.
프로시저
- 아직 설정하지 않았다면 vRealize Operations Manager 서버를 설정합니다.
사용자 이름, 암호 및 IP 주소를 기억합니다.
- SSH를 사용하여 VMware Integrated OpenStack Manager에 로그인합니다.
- Endpoint Operations Management 에이전트 설치 파일을 가져와서 에이전트 속성 파일을 수정합니다.
- https://my.vmware.com/web/vmware/details?downloadGroup=VROPS-621&productId=563&rPId=11131로 이동합니다.
- End Point Operations Linux Agent - 64비트용 설치 이진 파일을 다운로드합니다.
전체 다운로드 파일 이름은 vRealize-Endpoint-Operations-Management-Agent-x86-64-linux-6.2.1-3720494.tar.gz입니다.
- 에이전트 속성 파일을 수정합니다.
- 다운로드한 파일의 압축을 풉니다.
- conf/agent.properties 파일을 복사합니다.
- vRealize Operations Manager 배포와 일치하도록 conf/agent.properties 파일의 사본을 수정합니다.
agent.setup.serverIP=[vREALIZE OPERATIONS MANAGER SERVER ADDRESS]
agent.setup.serverSSLPort=[vREALIZE OPERATIONS MANAGER SERVER SSL PORT]
agent.setup.serverLogin=[vREALIZE OPERATIONS MANAGER ADMIN USER NAME]
agent.setup.serverPword=[vREALIZE OPERATIONS MANAGER ADMIN PASSWORD]
agent.setup.serverCertificateThumbprint=[vREALIZE OPERATIONS MANAGER SERVER THUMBPRINT]
- conf/agent.properties 파일의 사본을 저장합니다.
- Endpoint Operations Management Agent를 VMware Integrated OpenStack에 설치합니다.
sudo viocli epops install -s \
vRealize-Endpoint-Operations-Management-Agent-x86-64-linux-6.2.1-3720494.tar.gz \
-c agent.properties
- 설치가 완료되었는지 확인합니다.
- vRealize Operations Manager 서버에 로그인합니다.
- 왼쪽 창에서 를 선택합니다.
controller 01, controller02, compute01 등과 같은 노드 이름으로 새로운 OpenStack 리소스를 식별할 수 있습니다.
- 인벤토리 탐색기에서 를 선택합니다.
controller 01, controller02 등과 같이 VMware Integrated OpenStack 노드의 목록을 식별할 수 있습니다. VMware Integrated OpenStack 노드가 나타나지 않으면 agent.properties 파일의 매개 변수가 올바른지 확인하십시오. 필요한 경우 에이전트를 재구성합니다.
sudo viocli epops reconfig -c your_agent.properties