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
- 먼저 Oralce 사이트에서 JDK를 다운로드 합니다.https://www.oracle.com/java/technologies/downloads/
- 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 다운로드 및 설치
- http://jxplorer.org/downloads/users.html 경로에서 Platform에 맞는 설치 파일 다운로드 후 설치
JXplorer 실행 및 VMDIR 연결
- 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 를 통해서도 동일하게 접근이 가능합니다.
접속 방법
- 시작 > 실행 > 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
'Compute' 카테고리의 다른 글
VMTools version 확인 및 Download (0) | 2022.10.07 |
---|---|
Unable to access vCenter UI due to missing ActAsUser group (1) | 2022.09.01 |
vmss2core를 이용한 guest os memory dump 생성 (0) | 2022.08.30 |
GPU 테스트(DirectPath I/O, Dynamic DirectPath I/O) (0) | 2022.08.19 |
vGPU License 및 MIG 제약 사항 (0) | 2022.08.14 |