[SOLVED] Can't install multipath-tools

jflood2

New Member
Apr 20, 2020
11
1
3
29
I've been following instructions from this wiki page: https://pve.proxmox.com/wiki/ISCSI_Multipath

I get to the point where I run apt-get install multipath-tools and I get this output:


Code:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package multipath-tools

I'm using pve 6.1, the free edition (so not enterprise). Do I need to get access to the enterprise repository to use multipath-tools?
 
I've been following instructions from this wiki page: https://pve.proxmox.com/wiki/ISCSI_Multipath

I get to the point where I run apt-get install multipath-tools and I get this output:


Code:
Reading package lists... Done
Building dependency tree      
Reading state information... Done
E: Unable to locate package multipath-tools

I'm using pve 6.1, the free edition (so not enterprise). Do I need to get access to the enterprise repository to use multipath-tools?


Please do the following, if you are not a subscribed member

echo "deb http://download.proxmox.com/debian/pve buster pve-no-subscription" >> /etc/apt/sources.list rm -f /etc/apt/sources.list.d/* apt-get update apt-get install multipath-tools