[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)"}}'
[Linux] nmcli 명령어
·
OS/Command
라우터 추가하기nmcli con modify +ipv4.routes "/ 기본 게이트웨이 비활성화해당 값 설정 시 route 기본 게이트웨이는 지워지며 ipv4.gateway 값도 비워진다.nmcli con modify ipv4.never-default "yes"ex) nmcli con modify eno6 ipv4.never-default "yes"본딩 만들기nmcli connection add type bond con-name bond10 ifname bond10 bond.options "mode=balance-rr,miimon=100"nmcli connection add type ethernet slave-type bond con-name bond10-slave1 ifname eno6 mast..
[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..
[HPE] 각종 소프트웨어 정리
·
SERVER/HPE
호환 테이블 보고 맞는 버전 설치WindowsRAIDSmart Storage Administrator (SSA) for Windows 64-bit for Gen10/Gen10 Plus/Gen11 Controllershttps://support.hpe.com/connect/s/softwaredetails?collectionId=MTX-594618f566cc4fbc(구) HPE Smart Storage Administrator (HPE SSA) for Windows 64-bit (Gen8 서버는 2.65.7.0)https://support.hpe.com/connect/s/softwaredetails?collectionId=MTX-a1953c549aa145b2HPE MegaRAID Storage Adminis..