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
# 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
smartctl -a -d megaraid,6 /dev/sdb
Comments
Post a Comment