[Linux] 서버 변경 후 dracut 관련하여 부팅이 안될 때
·
OS/Troubleshooting
증상Veeam 복원이나 서버 장비가 변경된 후 OS 부팅 시 dracut 관련하여 부팅이 실패 해결작업을 진행하기 전 커널 선택 화면에서 rescue 로 먼저 진입해야 합니다. dracut -fv 명령어를 통해 재생성dracut -fv /boot/initramfs-4.18.0-553.58.1.el8_10.x86.64.img 4.18.0-553.58.1.el8_10.x86.64# -f 강제 적용# -v : 진행결과 표시# img 경로 : /boot/initramfs-4.18.0-553.58.1.el8_10.x86.64.img# 커널 버전 : 4.18.0-553.58.1.el8_10.x86.64 재부팅 진행
[HPE] ssa, ssacli
·
SERVER/HPE
INTROSmartArray 전용 레이드 관리 툴megaraid 계열은 안됩니다. (storcli,perccli 사용해야 함.) 다운로드 : - https://downloads.linux.hpe.com/SDR/repo/mcp/ ssacli - ssacli 만 입력하면 CLI 모드로 전환 가능 / ssacli 명령 생략 가능[root@localhost ~]# ssacliSmart Storage Administrator CLI 6.45.8.0Detecting Controllers...Done.Type "help" for a list of supported commands.Type "exit" to close the console.=> SSACLISHOW전체 구성 확인 (slot 번호 모를 때 쓰면 좋음)ss..
[Linux] MariaDB 10.6 수동 설치
·
OS/Install & Modify
준비 & 테스트 환경테스트 환경rocky linux 9.4 (최소 설치)https://mariadb.org/download/?p=mariadb&r=10.6.23&os=windows&t=mariadb 빌드 시 필요한 패키지 (환경에 따라 추가 패키지 설치가 필요할 수도 있음)dnf install gcc gcc-c++ openssl-devel cmake zlib-devel ncurses-devel pcre2-devel 설치압축 해제cd /usr/local/srcwget https://tw1.mirror.blendbyte.net/mariadb///mariadb-10.6.23/source/mariadb-10.6.23.tar.gztar xvfz mariadb-10.6.23.tar.gzcd mariadb-10.6...
redfishtool (iLO)
·
SERVER/HPE
GET# BIOS 설정 값 조회redfishtool -r -u -p raw GET /redfish/v1/Systems/1/Bios/Settings# 디스크 정보 조회redfishtool -r -u -p raw GET /redfish/v1/systems/1/storagePATCH# WorkLoadProfile 을 HighPerformanceCompute(HPC) 로 변경하기 (재부팅 시 반영)redfishtool -r -u -p raw PATCH /redfish/v1/systems/1/bios/settings -d '{"Attributes": {"WorkloadProfile": "HighPerformanceCompute(HPC)"}}'
[HPE] ilorest 명령어
·
SERVER/HPE
다운로드https://support.hpe.com/connect/s/softwaredetails?collectionId=MTX-1d1644bc5bd94857 (Windows)https://support.hpe.com/connect/s/softwaredetails?collectionId=MTX-d853cd8e672c4f13 (Linux)RedHat/CentOS 7 : 4.6.0.0 까지HPE DL360 Gen9 : 4.1.0.0 까지사용했던 명렁어들--url 169.254.1.2 -u administrator -p 명령어 뒤에 붙이면 원격 iLO 로 통신하여 명령 수행 가능 serverinfoilorest serverinfo --system더보기iLORest : RESTful Interface Tool v..