[개요]
vSphere Client, vCenter Appliance에서 vCenter Appliance local 계정 생성 방법
[생성방법]
1. vSphere Client 에서 생성 불가
2. vCenter Appliance 에서 생성
1) root계정으로 SSH, vCenter Appliance 에 접속 > 아래 명령어 입력
localaccounts.user.add --role <operator/ admin/ superAdmin> --username <ID> --password --fullname <사용자 이름>
> 이후 설정할 비밀번호, 비밀번호 확인까지 입력 > 생성 완료

2) 계정 생성 확인 및 Bash Shell 활성화
SSH 생성한 계정으로 접속 확인 > Bash Shell로 접속 시 disabled 되는 것을 확인 > 아래 명령어 입력
shell.set --enabled true
> Bash Shell 접속 확인

[참고자료]
- Managing Local User Account Techdocs:
https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/vsphere/8-0/configuring-vcenter-server-8-0/configuring-vcenter-server-using-the-appliance-shell/managing-local-user-accounts-in-vcenter-server.html - Bash Shell Access Techdocs:
https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/vsphere/8-0/configuring-vcenter-server-8-0/configuring-vcenter-server-using-the-appliance-shell/enable-bash-shell-access-from-the-appliance-shell.html
'VMware > vSphere' 카테고리의 다른 글
| vCenter /storage/seat 용량 확보 (0) | 2025.05.15 |
|---|---|
| vCenter 패치 후 마운트 된 ISO 제거 시 연결 끊김 (0) | 2025.03.17 |
| vCenter 설치 방법 (0) | 2024.07.18 |
| ESXi 시간설정 (NTP, PTP) (0) | 2024.07.16 |
| ESXi 초기 설정 (0) | 2024.07.16 |