[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)"}}'
[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..