일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- build
- CPU
- 1.10
- nvidia
- HPCM
- hpcm패치
- top500
- ubuntu
- rocm
- Singularity
- GPU
- gpfs
- PFSS
- conda
- Docker
- Source
- AMD
- Cray
- LUSTRE
- java
- HPFSS
- Linux
- HPE
- Kernel
- 1.9
- CUDA
- SLURM
- rhel
- infiniband
- patch
- Today
- Total
HPE CRAY 자료 공유
[HPE] ilorest 명령 모음 본문
조회
# ilorest -d serverinfo --processors
# ilorest -d serverinfo --fans
# ilorest -d serverinfo --thermals
# ilorest -d serverinfo --power
# ilorest -d serverinfo --memory
조회
# ilorest get ProcSMT --select Bios. --url [iLO_IP_ADDR] -u [iLO_ID] -p [iLO_PASSWORD] --nologo
설정
# ilorest set "WorkloadProfile=Custom" --select Bios. --url [iLO_IP_ADDR] -u [iLO_ID] -p [iLO_PASSWORD] --commit
# ilorest set "CStateEfficiencyMode=Enabled" --select Bios. --url [iLO_IP_ADDR] -u [iLO_ID] -p [iLO_PASSWORD] --commit
bootorder 변경 방법
조회 :
ilorest bootorder --url [iLO_IP_ADDR] -u [iLO_ID] -p [iLO_PASSWORD] --nologo
"HD.Slot.25.6"로 bootorder 설정 적용
ilorest bootorder HD.Slot.25.6 -u [iLO_ID] -p [iLO_PASSWORD] --url [iLO_IP_ADDR] --commit
BIOS 설정 저장
# ilorest save --select Bios. --url [iLO_IP_ADDR] -u [iLO_ID] -p [iLO_PASSWORD] -f [SAVE_File_name] --nologo
BIOS 설정 적용
# ilorest load --url [iLO_IP_ADDR] -u [iLO_ID] -p [iLO_PASSWORD] -f [File_name] --nologo
Collect an AHS from iloREST Example
사용 방법
# ilorest serverlogs --selectlog=AHS --directorypath=/dir --customiseAHS="from=YYYY-MM-DD&&to=YYYY-MM-DD" --url <River node iLo IP address> -u [iLO_ID] -p [iLO_PASSWORD]
예제
# ilorest serverlogs --selectlog=AHS --directorypath=/tmp/ahslog --customiseAHS="from=2024-01-01&&to=2024-04-30" --url 172.24.0.101 -u [iLO_ID] -p [iLO_PASSWORD]
'SYSTEMS > HPE' 카테고리의 다른 글
[YOUTUBE] THE NEXT GENERATION IN SUPERCOMPUTING(2021.09.29) (0) | 2024.05.13 |
---|---|
[Firmware]Cray CS400 BIOS and Firmware (0) | 2024.05.07 |
[AMD] EPYC CPU (0) | 2024.05.01 |
[INTEL] CPU Roadmap (0) | 2024.04.29 |
[Best Performance] HPE Cray Supercomputing XD670 (0) | 2024.04.05 |