[SOLVED] Can't install multipath-tools

jflood2

New Member
Apr 20, 2020
11
1
3
30
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
 
Hi,
Completely new at ProxMox, doing tests.
I added a Volume from our PowerVault to the PBS server.
When checking fdisk -l I see the disk 2 times, which is logic as we have two SAS connections from the server to the PowerVault.
So I need to configure Multipathing.
As we do not have an enterprize license "yet" I performed the above steps.
I keep getting the same error:
echo "deb http://download.proxmox.com/debian/pve buster pve-no-subscription" >> /etc/apt/sources.list
rm -f /etc/apt/sources.list.d/*
Replaced by root@korpbs001:/etc/apt/sources.list.d# mv * /etc/apt/sources.list.d.orig/
apt-get update
apt-get install multipath-tools

both commands give errors

root@korpbs001:/etc/apt# apt-get update
Ign:1 http://download.proxmox.com/debian/pve buster InRelease
Ign:1 http://download.proxmox.com/debian/pve buster InRelease
Ign:1 http://download.proxmox.com/debian/pve buster InRelease
Err:1 http://download.proxmox.com/debian/pve buster InRelease
Cannot initiate the connection to download.proxmox.com:80 (2a0b:7140:5:100::167). - connect (101: Network is unreachable) Could not connect to download.proxmox.com:80 (185.219.221.167), connection timed out
Cannot initiate the connection to download.proxmox.com:80 (2a0b:7140:5:100::167). - connect (101: Network is unreachable)
Reading package lists... Done
W: Failed to fetch http://download.proxmox.com/debian/pve/dists/buster/InRelease Cannot initiate the connection to download.proxmox.com:80 (2a0b:7140:5:100::167). - connect (101: Network is unreachable)
W: Some index files failed to download. They have been ignored, or old ones used instead.
root@korpbs001:/etc/apt# apt-get install multipath-tools
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package multipath-tools


 
You are running Debian "buster", which is six years old and out of support for a year. Debian generally moves old releases to an archive repository. You will need to update your sources.list files to point to "archive.debian.org". See here:

https://www.debian.org/distrib/archive

There also appears to be something wrong with your network routing (download.proxmox.com is unreachable).