본문 바로가기

Compute

JXplorer를 이용한 vCenter의 VMDIR 접근 방법

VMDIR 이란?

  • LDAP standards based distributed multi-master directory system to store identity data that change infrequently
  • Lookup service is a directory in VMDIR
  • All certificates should be synced, shared with other nodes.

 

Prerequisites

  1. 먼저 Oralce 사이트에서 JDK를 다운로드 합니다.https://www.oracle.com/java/technologies/downloads/
  2. JDK 설치를 완료한 후 Windows의 경우 JAVA_HOME 경로를 환경 설정에 추가해줘야 합니다.
  • 제어판 > System > Advanced system settings > Advanced Tab > Environment Variables
  • System variables > New
  • Variable name: JAVA_HOME
  • Variable value: JDK 설치 경로
  • System variables에 이미 생성되어 있는 Path 변수에 %JAVA_HOME%\bin 추가

JXplorer 다운로드 및 설치

  1. http://jxplorer.org/downloads/users.html 경로에서 Platform에 맞는 설치 파일 다운로드 후 설치

 

JXplorer 실행 및 VMDIR 연결

  1. File > Connect
  • vCenter 정보와 Base DN, User DN 및 administrator 암호 입력
  • Base DN은 dc=vsphere,dc=local
  • User DN은 cn=Administrator,cn=Users,dc=vsphere,dc=local

 

VMDIR에서 확인 가능한 Object 목록

 

만약, vCenter와 연결 가능한 Windows Server(Domain Controller)가 있다면 ldp.exe 를 통해서도 동일하게 접근이 가능합니다.

접속 방법

  1. 시작 > 실행 > ldp.exe
  • Connection > Connect
  • Server에는 vCenter 주소
  • Port는 389
  • Connection > Bind
  • User에는 cn=administrator,cn=users,dc=vsphere,dc=local
  • Bind type은 Simple bind
  • View > Tree
  • BaseDN에 dc=vsphere,dc=local