본문 바로가기
HW Knowledge/Hewlett-Packard Enterprise

Gen10/iLO 5/Get BIOS Setting via RESTful API - Online

by 스쳐가는인연 2017. 12. 7.

RESTful Interface Tool
1. RESTful interface Tool 설치
RESTful Interface Tool - Windows
2.1.0.0(12 Oct 2017)
https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_9c0975dbceab469b83e621ad61&swEnvOid=4184

RESTful Interface Tool - Linux
2.1(12 Oct 2017)
https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_fcd88e6b616c4457ba011e8071&swEnvOid=4184

 

2. RESTful interface Tool 실행
> ilorest

 

3. 대상 서버 iLO에 접속 (BIOS 정보 접근)

Gen10 > login <% iLO_IP_Address %> -u iLO_UserName -p iLO_Password --selector=HpBios.
Gen9 > login <% iLO_IP_Address %> -u iLO_UserName -p iLO_Password --selector=Bios.

 

4. 열람 및 화면 내용 갈무리(캡쳐 또는 열람)
> list

 


RESTful API – Web Browser or API Tools
Authorization Type: Basic Auth
Username: iLO_Username
Password: iLO_Password

 

GET Method,
https://<% iLO_IP_Address %>/redfish/v1/Systems/1/bios/Settings

결과 내용 캡쳐 또는 열람

반응형