Installing megacli and megaclisas-status on Proxmox PVE 7.4 and Proxmox Backup Server 2.4-3

 Installing megacli and megaclisas-status on Proxmox PVE 7.4 and Proxmox Backup Server 2.4-3

 

1. Edit sources 

 vi /etc/apt/sources.list

# LSI MegaRaid Tools
deb http://hwraid.le-vert.net/debian bullseye main

2. Import key

wget https://hwraid.le-vert.net/debian/hwraid.le-vert.net.gpg.key
apt-key add hwraid.le-vert.net.gpg.key

3. Install megaraid tools

apt update
apt install megacli
apt install megaclisas-status
 
 
4. Check status

megacli -AdpAllInfo -aAll

or 

megaclisas-status

or

smartctl -a -d megaraid,6 /dev/sdb
 

Comments

Popular posts from this blog

How to clean DB from old logs in Magento 1.x

Reduce (shrink) and resize raw disk at Proxmox

Apache 2.4 + mod_wsgi + Python 3.7 + Django installation on Centos 7.10