418
VIEWS
0
Helpful
0
의견

옵션
- RSS 피드 구독
- 신규로 표시
- 읽음으로 표시
- 북마크
- 구독하기
- 인쇄용 페이지
- 부적절한 컨텐트 신고
날짜: 05-17-2023 07:57 AM
안녕하세요. 시스코 커뮤니티 여러분,
오늘 공유해드릴 내용은 ESXi 호스트에서 HyperFlex SCVM의 Admin 비밀번호 복구 방법 입니다.
HXDP Version: 4.5(2c) 및 5.0(2a) 및 최신버전에서:
1.1) ESXi Version >= 7.0의 경우 다음 명령을 사용하여 hxshell에 액세스합니다.
root@bsv-hx-7-A-1:~] ssh -o PubkeyAcceptedKeyTypes=+ssh-rsa admin@`/opt/cisco/support/getstctlvmip.sh` -i /etc/ssh/ssh_host_rsa_key
HyperFlex StorageController 5.0(2b)
hostfile_replace_entries: link /.ssh/known_hosts to /.ssh/known_hosts.old: Function not implemented
update_known_hosts: hostfile_replace_entries failed for /.ssh/known_hosts: Function not implemented
This is a Restricted shell.
Type '?' or 'help' to get the list of allowed commands.
hxshell:~$
1.2) ESXi 버전 < 7.0의 경우 다음 명령을 사용합니다.
[root@hx-08-esxi-01:~] ssh admin@`/opt/cisco/support/getstctlvmip.sh "Storage Controller Data Network"` -i /etc/ssh/ssh_host_rsa_key
The authenticity of host '192.168.150.232 (192.168.150.232)' can't be established.
ECDSA key fingerprint is SHA256:OkA9czzcL7I5fYbfLNtSI+D+Ng5dYp15qk/9C1cQzzk.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added '192.168.150.232' (ECDSA) to the list of known hosts.
HyperFlex StorageController 5.0(2a)
---------------------------------------------------------
!!! ALERT !!!
This service is restricted to authorized users only.
All activities on this system are logged. Unauthorized
access will be reported.
---------------------------------------------------------
HyperFlex StorageController 5.0(2a)
Last login: Tue Aug 30 11:54:10 2022 from 10.201.254.84
This is a Restricted shell.
Type '?' or 'help' to get the list of allowed commands.
hxshell:~$
2) 액세스 권한을 얻은 후 recover-password명령을 실행합니다.
hxshell:~$ recover-password
Consent token is needed to reset password. Do you want to continue?(y/[n]):
y
------------------------------------
1. Generate Challenge
2. Accept Response
3. Exit
------------------------------------
Enter Option:
1
3) Cisco TAC 팀에 연락하여 생성된 Challenge Key를 보내고 TAC 팀으로 부터 Response Key 를 회신하도록 요청하십시오.
Response Signature Verified successfully !
Response processed successfully.
Consent token workflow is successful, allowing password reset.
Enter the new password for admin:
Re-enter the new password for admin:
Changing password for admin...
Password changed successfully for user admin.
4) stcli security password set으로 비밀번호를 동기화합니다.
admin:~$ stcli security password set
Enter new password for user admin:
Re-enter new password for user admin:
admin:~$
감사합니다.
참고 동영상: https://www.youtube.com/watch?v=UjKTmVCVrUY
레이블: