[HPE] iLO doesn't see any storage 서버에 disk 추가하고 power on을 하였는데도, Storage 부분에 Logical drive / Physical drive 등 아무 것도 표시가 되지 않아 커뮤니티를 돌아본 결과, iLO reset 으로 해결 되었습니다. Configuration은 건들지 않고 iLO 서비스만 restart 합니다. 위치는 iLO4 기준.Information > Diagnostics > Reset iLO 에 있습니다. Error Event/HPE 2024.10.28
[Shell Script] iLO Health Check Script 이 스크립트를 활용하기 위해서는 HPE 에서 제공하는 perl script 와 xml 파일이 필요합니다. 해당 파일은 업로드 해두었습니다. 또한, Script 안에 list 파일을 확인하도록 되어 있으므로, List 파일 생성 및 Update가 필요합니다. 마지막 단에는 생성한 파일들에 대해 지우는 것을 물어보도록 되어있습니다. #!/bin/bash ########################################################################################### ######## require locfg.pl, Get_EmHealth.xml ######## locfg.pl and Get_EmHealth.xml same path and in home_dir .. Command & Development/Shell Script 2023.02.21