iLO Password Reset(Reset HP MicroServer Gen8 iLO 4 password remotely WITHOUT rebooting)

iLo4 패스워드를 잊었을 때. 현재 사용 중인 HP Gen8 MicroServer 에서 적용해봤습니다.

clip_image001

으악, 잊어버렸다. 검색을 통해 정보수집… 어떻게 초기화할 수 있을까?

This utility comes handy with the servers Proliant Support Pack (PSP) however you could also get it from HPONCFG

Script:
Create a file named “resetilopwd.xml” on the server and open it with notepad. Paste and customize the following code and save it in the directory where the utility is installed:

<RIBCL VERSION=”2.0″>
<LOGIN USER_LOGIN=Administrator PASSWORD=ANYTHING>
<USER_INFO MODE=write>
<MOD_USER USER_LOGIN=Administrator>
<PASSWORD value=newpassword/>
</MOD_USER>
</USER_INFO>
</LOGIN>
</RIBCL>

The field where we have the text ‘ANYTHING’ could not be left blank as the utility needs the ‘PASSWORD’ parameter to run. Hence, even if you do not know the existing password, just put anything in it as the password here does not need to be correct.
Replace ‘newpassword’ with whatever you want the new password to be.

Script Execution:
Log onto the server via RDP/VNC/etc. Open command prompt and change the directory location to where you have the utility installed.

By default, it is installed at “C:\Program Files\HP\hponcfg” Execute the following command and you should then be good to go!

hponcfg.exe /f resetilopwd.xml

출처: <https://www.experts-exchange.com/articles/789/Reset-HP-servers-ILO-password-remotely-WITHOUT-rebooting-the-server-Windows-2003-2008.html>

위와 같이 hponcfg.exe에서 xml을 적용하면 된다고 하는데…

clip_image002

HP-Integrated-Lights-Out-Scripti.pdf의 내용. (관련링크)

clip_image003

Microserver Gen8 제품 관련 다운로드 페이지에서 HP Lights-Out Online Configuration Utility을 찾는다.

clip_image004

내가 사용한 링크는 http://h20564.www2.hpe.com/hpsc/swd/public/readIndex?sp4ts.oid=5387585&swLangOid=8&swEnvOid=4168 에서 확인함.

clip_image005

cp0288862.exe

clip_image006

설치

clip_image007

설치

clip_image008

금방 설치된다.

clip_image009

명령 프롬프트

clip_image010

오잉? gui 버전이 있네?(C:\Program Files\hp\hponcfg 폴더에 주의)

clip_image011

HP Lights-Out Online Configuration Utility에서 User 부분을 연다.

clip_image012

변경할 계정을 선택하고, View/Modify 단추 클릭. Change Password를 통해 비밀번호를 변경하자.

clip_image013

고치고 나면 Apply. 잘 고쳐졌다고 나온다. 엄청 쉽네!

clip_image014

로그인 성공! 🙂

이것도 살펴보세요!

메인 컴퓨터 윈도우 재설치: 프로그램 설치용 winget 스크립트, 그 외 프로그램들(기록용)

마이크로소프트365https://office.com Hyper-V 설치 via. https://learn.microsoft.com/ko-kr/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All 윈겟(Winget) 프로그램 자동 설치 스크립트 …

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다