SERVER/HPE

redfishtool (iLO)

PeamS 2025. 8. 27. 11:25

GET

# BIOS 설정 값 조회
redfishtool -r <iLO IP> -u <iLO ID> -p <iLO PW> raw GET /redfish/v1/Systems/1/Bios/Settings
# 디스크 정보 조회
redfishtool -r <iLO IP> -u <iLO ID> -p <iLO PW> raw GET /redfish/v1/systems/1/storage


PATCH

# WorkLoadProfile 을 HighPerformanceCompute(HPC) 로 변경하기 (재부팅 시 반영)
redfishtool -r <iLO IP> -u <iLO ID> -p <iLO PW> raw PATCH /redfish/v1/systems/1/bios/settings -d '{"Attributes": {"WorkloadProfile": "HighPerformanceCompute(HPC)"}}'