[SOLVED] PERC H710 software that's compatible with Proxmox?

cdsJerry

Renowned Member
Sep 12, 2011
222
9
83
I have a Dell T320 with a PERC H710 raid controller. Dell doesn't have anything listed on their site that's compatible with the Debian OS. What's the best way to keep track of the RAID's health?
 
I wasn't able to get either program.

root@pve:~# apt-get install megacli​
Reading package lists... Done​
Building dependency tree​
Reading state information... Done​
E: Unable to locate package megacli​
root@pve:~# apt-get install megactl​
Reading package lists... Done​
Building dependency tree​
Reading state information... Done​
E: Unable to locate package megactl​
 
Thanks. Not sure what I did wrong. The file was already saved with the correct deb line so I just re-ran the last three commands and this time they ran fine.
 
Where else do repositories get stored other than the /etc/apt/sources.list file? The reason I ask is that I'm getting an error but I don't know where the file is that's being called for the update.

My /etc/apt/sources.list file looks like this:
deb http://ftp.us.debian.org/debian buster main contrib
deb http://ftp.us.debian.org/debian buster-updates main contrib
# security updates
deb http://security.debian.org buster/updates main contrib
And yet when I run apt-get update it's pulling from another repository at Dell as well. What file would hold that info?
root@pve:~# apt-get update
Hit:1 http://ftp.us.debian.org/debian buster InRelease
Hit:2 http://ftp.us.debian.org/debian buster-updates InRelease
Hit:3 http://download.proxmox.com/debian/pve buster InRelease
Ign:4 http://linux.dell.com/repo/community/ubuntu {release-name} InRelease
Hit:5 http://security.debian.org buster/updates InRelease
Err:6 http://linux.dell.com/repo/community/ubuntu {release-name} Release
404 Not Found [IP: 143.166.156.113 80]
Ign:7 http://hwraid.le-vert.net/debian buster InRelease
Hit:8 http://hwraid.le-vert.net/debian buster Release
Reading package lists... Done
E: The repository 'http://linux.dell.com/repo/community/ubuntu {release-name} Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
 
Where else do repositories get stored other than the /etc/apt/sources.list file?
all files in '/etc/apt/sources.list.d' that end in '.list' are also used.

I hope this helps