Operating System - Linux
1819761 Members
3040 Online
109606 Solutions
New Discussion юеВ

Linux ubuntu update server not responding

 
SOLVED
Go to solution
RainCaster
Occasional Visitor

Linux ubuntu update server not responding

My Proliant is not getting it's updates any more from HPE. For several weeks now I have been getting the same error messages. I do a "sudo apt update" and part of it is as follows:

Ign:2 http://downloads.linux.hpe.com/SDR/repo/mcp jammy/12.40 InRelease
Ign:2 http://downloads.linux.hpe.com/SDR/repo/mcp jammy/12.40 InRelease
Err:2 http://downloads.linux.hpe.com/SDR/repo/mcp jammy/12.40 InRelease
Connection failed [IP: 16.230.112.82 80]
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
W: Failed to fetch http://downloads.linux.hpe.com/SDR/repo/mcp/dists/jammy/12.40/InRelease Connection failed [IP: 16.230.112.82 80]
W: Some index files failed to download. They have been ignored, or old ones used instead.

Is there anything I can do to fix this?

Ubuntu version 22.04.5 LTS

HP ProLiant DL360 G7

5 REPLIES 5
robin_kiefer01
New Member

Re: Linux ubuntu update server not responding

Hello RainCaster

I had the same Problem somehow HPE did change something.

You have to Manualy change the repo URLs from http:// to https://

Here's what to do with SUDO!!!

Change in all these Repos the 

In

/etc/yum.repos.d/HPE-spp-gen11.repo

The Line

baseurl=http://downloads.linux.hpe.com/SDR/repo/fwpp-gen11/RedHat/9/$basearch/current 

to 

baseurl=https://downloads.linux.hpe.com/SDR/repo/fwpp-gen11/RedHat/9/$basearch/current

In

/etc/yum.repos.d/HPE-hpsum.repo

The Line

baseurl=http://downloads.linux.hpe.com/SDR/repo/hpsum/RedHat/9/$basearch/current

to

baseurl=https://downloads.linux.hpe.com/SDR/repo/hpsum/RedHat/9/$basearch/current

and repeate the process for 

iloreset, and spp

For you it would be different Repos i see but the Process is the same.

This should fix youre issue. It did for me hope that helps you.

Best Regards

Robin Kiefer

utnoor
HPE Pro

Re: Linux ubuntu update server not responding

Hello RainCaster,

 

I would like to know whether you can access & login successfully into the link through general browser?



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
utnoor
HPE Pro

Re: Linux ubuntu update server not responding

Hello,

 

Let us know if you were able to resolve the issue.

 

If you have no further query, and you are satisfied with the answer then kindly mark the topic as Solved so that it is helpful for all community members.

 



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
RainCaster
Occasional Visitor
Solution

Re: Linux ubuntu update server not responding

While that works for Redhat, I have Ubuntu, which is a little different. Your hint sent me down the right path, however. In my case the solution was to edit the file "/etc/apt/sources.list.d/mscp.list" I simply needed to change the URL from http to https.

Here's what the corrected file looks like:

# HPE Management Component Pack
deb [signed-by=/usr/local/share/keyrings/hpe-key.gpg] https://downloads.linux.hpe.com/SDR/repo/mcp jammy/12.40 non-free

 

Sunitha_Mod
Moderator

Re: Linux ubuntu update server not responding

Hello @RainCaster,

That's Excellent! 

We are extremely glad to know you were able to find the solution and we appreciate you for keeping us updated. 



Thanks,
Sunitha G
I'm an HPE employee.
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo