일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- piolink
- grafana
- prometheus grafana 연동
- grafana esxi monitoring
- wazuh 설치
- wazuh 서버 설치
- Node Exporter 설치 및 연동
- observium 설정
- grafana vsphere
- URL 재작성
- grafana esxi 모니터링
- grafana esxi
- telegraf influxdb
- Prometheus
- wazuh 취약점 점검
- IBM X3550 M4
- telegraf esxi 모니터링
- FortiGate
- iis url rewrite
- wazuh agent 설치
- centos
- https 자동전환
- 특정 도메인 url rewrite
- http 리디렉션
- IIS https 무한루프
- grafana vcenter
- grafana esxio
- MSCS
- ubuntu 22.04+Prometheus+Grafana+Node Exporter
- grafana telegraf influxdb esxi 모니터링
- Today
- Total
IDC 엔지니어의 기술 이야기
IBM MegaRaid Cli 사용법 본문
## Raid 관리 프로그램 설치
rpm -ivh Lib_Utils-1.00-09.noarch.rpm
rpm -ivh MegaCli-8.04.10-1.noarch.rpm
## Raid 구성정보 확인
/opt/MegaRAID/MegaCli/MegaCli64 -LDInfo -Lall -aALL
/opt/MegaRAID/MegaCli/MegaCli64 -PDlist -aALL
Enclosure Device ID: 252
Slot Number: 2
Enclosure Device ID: 252
Slot Number: 3
## Raid 추가
/opt/MegaRAID/MegaCli/MegaCli64 -CfgLdAdd -r0 [252:2,252:3] -a0
>> -r0 : Raid Level , -a0 : 아답터 번호
>> Raid 삭제 명령어
/opt/MegaRAID/MegaCli/MegaCli64 CfgLdDel -L1 -a0
>> -L1 : Logical Volume 번호 , -a0 : 아답터 번호
## fdisk
fdisk /dev/sdb
## Partition Format
mkfs.ext3 /dev/sdb1
## Partition Mount
mount /dev/sdb1 /Backup
## /etc/fstab
/dev/sdb1 /Backup ext3 defaults 0 0
## Unconfigure(Good) 으로 만들기
/opt/MegaRAID/MegaCli/MegaCli64 -PDmakeGood -physdrv [64:3] -Force -a0
출처 : https://idchowto.com/?p=36629
'Server > IBM' 카테고리의 다른 글
IBM x3550 M4 Windows 2008 부팅 불가 (0) | 2020.04.09 |
---|