Update on Feb/20/2024:
The Dell Perc H755 (installed on a R750) is now also tested with Debian Bullseye (Proxmox VE 7.x) and the perccli64
still works very well on both showing/setting parameters of the card and VDs.
Update on Oct/5/2022:
a newer version dell perccli64
has been found in following link:
https://www.dell.com/support/home/zh-cn/drivers/driversdetails?driverid=36g6n
from which you can easily find the .deb
directly from the tar.gz file, and this means you don't need to alien
that from a rpm package, and the deb can be installed directly into debian 11 and Proxmox (which has been tested).
I went search Dell PERC H750 and found out that Dell provided PercCli instead, as RPM package for Linux, which means we can use the alien
command to switch the package format from RPM to DEB.
After installing the PercCli, this works quite well on Debian 11 using same syntax as Broadcom StorCli (which has different syntax against the traditional MegaCli).
https://www.dell.com/support/home/en-us/drivers/driversdetails?driverid=nf8g9
This has been tested on my new Dell R640 instance and proved working well.
oh, btw, check files using dpkg -c xxx.deb
to get to know what's inside the deb package before (or after) the dpkg -i xxx.deb
installation, otherwise it maybe not easy for you to find out where the binary is.
Actually it should be there as /opt/MegaRAID/perccli/perccli64
for your information.