Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

How to install Dell Openmanage (OMSA) on Debian 11

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
emammadov
Posts: 1
Joined: 2021-11-25 16:19

How to install Dell Openmanage (OMSA) on Debian 11

#1 Post by emammadov »

Hello,

There is no repository for Dell Openmanage to install on Debian. Has anyone installed Dell Openmanage on Debian 11? If, yes, could you please help how to install it? Thanks.

User avatar
ticojohn
Posts: 1284
Joined: 2009-08-29 18:10
Location: Costa Rica
Has thanked: 21 times
Been thanked: 44 times

Re: How to install Dell Openmanage (OMSA) on Debian 11

#2 Post by ticojohn »

If you look at the Dell documentation
https://dl.dell.com/topicspdf/om101_linuxig_en-us.pdf
it does not look like Debian is supported.
I am not irrational, I'm just quantum probabilistic.

WizardNumberNext
Posts: 4
Joined: 2021-12-04 11:49

Re: How to install Dell Openmanage (OMSA) on Debian 11

#3 Post by WizardNumberNext »

I shall try it on Dell PowerEdge R815 and get back here tomorrow.

Samodelkin
Posts: 1
Joined: 2022-02-10 17:16

Re: How to install Dell Openmanage (OMSA) on Debian 11

#4 Post by Samodelkin »

I use the following configs to install openmanage on Debian buster. For bullseye I guess it is enough to change bionic to focal (and use focal OpenManage repos):

/etc/apt/sources.list.d/linux.dell.com.list:

Code: Select all

deb http://linux.dell.com/repo/community/openmanage/940/bionic bionic main
/etc/apt/sources.list.d/bionic.list:

Code: Select all

deb http://us.archive.ubuntu.com/ubuntu/ bionic main restricted
deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
deb http://security.ubuntu.com/ubuntu bionic-security main restricted

deb http://us.archive.ubuntu.com/ubuntu/ bionic universe
deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates universe
deb http://security.ubuntu.com/ubuntu bionic-security universe

deb http://us.archive.ubuntu.com/ubuntu/ bionic multiverse
deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
deb http://security.ubuntu.com/ubuntu bionic-security multiverse
/etc/apt/preferences.d/ubuntu:

Code: Select all

Package: *
Pin: release o=Ubuntu
Pin-Priority: 100
Last edited by Samodelkin on 2022-02-10 17:20, edited 1 time in total.

Post Reply