Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Singularity
- AMD
- gpfs
- patch
- build
- Source
- hpcm패치
- PFSS
- SLURM
- 1.9
- CUDA
- HPE
- conda
- ubuntu
- Linux
- HPCM
- rhel
- Docker
- java
- 1.10
- CPU
- LUSTRE
- GPU
- infiniband
- nvidia
- rocm
- top500
- Cray
- Kernel
- HPFSS
Archives
- Today
- Total
목록2024/12 (3)
HPE CRAY 자료 공유
[ilorest] boot order 설정 방법 정리
ilorest로 boot order 설정 하는 방법 입니다. 1. 현재 boot order 확인 방법- 사용법: ilorest bootorder --url [ilo_IP] -u [ilo_ID] -p [ilo_PW]- 사용예제: ilorest bootorder --url 192.168.0.11 -u userid -p password 2. 원하는 boot order를 첫번째로 설정 하는 방법- 사용법: ilorest bootorder [현재 boot order number] --url [ilo_IP] -u [ilo_ID] -p [ilo_PW] --commit- 사용예제: ilorest bootorder [3] --url 192.168.0.1 -u userid -p password --commit
SYSTEMS/HPE
2024. 12. 20. 10:53
[Linux] x509: certificate signed by unknown authority
[오류내용]x509: certificate signed by unknown authority 임시 조치GIT 의 경우$ git config http.sslVerify false Conda의 경우$ conda config --set ssl_verify false
Applications/LINUX
2024. 12. 11. 11:32