[TUTORIAL] Dell Openmanage on Proxmox 6.x

This was successful for OMSA 10.3 for Proxmox 8.0 (Bookworm) - Dell R640 server - Proxmox 8 brandnew install

Bash:
echo 'deb http://linux.dell.com/repo/community/openmanage/10300/focal focal main' | tee -a /etc/apt/sources.list.d/linux.dell.com.sources.list
wget https://linux.dell.com/repo/pgp_pubkeys/0x1285491434D8786F.asc

apt-key add 0x1285491434D8786F.asc

apt-key export 34D8786F | gpg --dearmour -o /etc/apt/trusted.gpg.d/linux.dell.com.sources.list.gpg

wget -c http://archive.ubuntu.com/ubuntu/pool/universe/o/openwsman/libwsman-curl-client-transport1_2.6.5-0ubuntu8_amd64.deb
wget -c http://archive.ubuntu.com/ubuntu/pool/universe/o/openwsman/libwsman-client4_2.6.5-0ubuntu8_amd64.deb
wget -c http://archive.ubuntu.com/ubuntu/pool/universe/o/openwsman/libwsman1_2.6.5-0ubuntu8_amd64.deb
wget -c http://archive.ubuntu.com/ubuntu/pool/universe/o/openwsman/libwsman-server1_2.6.5-0ubuntu8_amd64.deb
wget -c http://archive.ubuntu.com/ubuntu/pool/universe/s/sblim-sfcc/libcimcclient0_2.2.8-0ubuntu2_amd64.deb
wget -c http://archive.ubuntu.com/ubuntu/pool/universe/o/openwsman/openwsman_2.6.5-0ubuntu8_amd64.deb
wget -c http://archive.ubuntu.com/ubuntu/pool/multiverse/c/cim-schema/cim-schema_2.48.0-0ubuntu1_all.deb
wget -c http://archive.ubuntu.com/ubuntu/pool/universe/s/sblim-sfc-common/libsfcutil0_1.0.1-0ubuntu4_amd64.deb
wget -c http://archive.ubuntu.com/ubuntu/pool/multiverse/s/sblim-sfcb/sfcb_1.4.9-0ubuntu7_amd64.deb
wget -c http://archive.ubuntu.com/ubuntu/pool/universe/s/sblim-cmpi-devel/libcmpicppimpl0_2.0.3-0ubuntu2_amd64.deb
wget -c http://ftp.us.debian.org/debian/pool/main/o/openssl/libssl1.1_1.1.1w-0+deb11u1_amd64.deb
dpkg -i libwsman-curl-client-transport1_2.6.5-0ubuntu8_amd64.deb
dpkg -i libwsman-client4_2.6.5-0ubuntu8_amd64.deb
dpkg -i libwsman1_2.6.5-0ubuntu8_amd64.deb
dpkg -i libwsman-server1_2.6.5-0ubuntu8_amd64.deb
dpkg -i libcimcclient0_2.2.8-0ubuntu2_amd64.deb
dpkg -i openwsman_2.6.5-0ubuntu8_amd64.deb
dpkg -i cim-schema_2.48.0-0ubuntu1_all.deb
dpkg -i libsfcutil0_1.0.1-0ubuntu4_amd64.deb
dpkg -i sfcb_1.4.9-0ubuntu7_amd64.deb
dpkg -i libcmpicppimpl0_2.0.3-0ubuntu2_amd64.deb
dpkg -i libssl1.1_1.1.1w-0+deb11u1_amd64.deb

apt-get update

apt-get install srvadmin-all

# sign out and sign back in

srvadmin-services.sh start
Worked Perfectly on my Cluster with 3x Poweredge R610's Thank you for the information!
 
I able to get it working using the bullseye iSM repo:

Bash:
echo 'deb [signed-by=/etc/apt/trusted.gpg.d/dell.asc] http://linux.dell.com/repo/community/openmanage/iSM/5300/bullseye bullseye main' | tee -a /etc/apt/sources.list.d/linux.dell.com.sources.list
curl https://linux.dell.com/repo/pgp_pubkeys/0x1285491434D8786F.asc > /etc/apt/trusted.gpg.d/dell.asc
apt update
apt install dcism
service dcismeng start
 
Works perfectly but by adding ubuntu repo to the system (I don't recommend doing this in production system, test it first!).
Dell R750 with OMSA 10.3, using Proxmox 7.4 system.
---------------------------------------------------------------------------
$ cat /etc/apt/sources.list.d/linux.dell.com.sources.list
deb http://linux.dell.com/repo/community/openmanage/10300/focal focal main
---------------------------------------------------------------------------
$ cat /etc/apt/sources.list.d/ubuntu.list
deb http://archive.ubuntu.com/ubuntu focal main universe multiverse
---------------------------------------------------------------------------
$ cat /etc/apt/sources.list
deb http://ftp.debian.org/debian bullseye main contrib

deb http://ftp.debian.org/debian bullseye-updates main contrib

# security updates
deb http://security.debian.org bullseye-security main contrib

deb http://deb.debian.org/debian bullseye main contrib

deb-src http://deb.debian.org/debian bullseye main contrib

deb http://deb.debian.org/debian bullseye-updates main contrib

deb-src http://deb.debian.org/debian bullseye-updates main contrib

deb http://deb.debian.org/debian bullseye-backports main contrib
========================================================================================
Download it so you can copy it to another system without internet
apt-get download $(apt-rdepends openwsman |grep -v "^ " | grep -v "^debconf-2.0$")
apt-get download $(apt-rdepends libcimcclient0 |grep -v "^ " | grep -v "^debconf-2.0$")
apt-get download $(apt-rdepends cim-schema |grep -v "^ " | grep -v "^debconf-2.0$")
apt-get download $(apt-rdepends libsfcutil0 |grep -v "^ " | grep -v "^debconf-2.0$")
apt-get download $(apt-rdepends sfcb |grep -v "^ " | grep -v "^debconf-2.0$")
apt-get download $(apt-rdepends libcmpicppimpl0 |grep -v "^ " | grep -v "^debconf-2.0$")
apt-get download $(apt-rdepends srvadmin-all |grep -v "^ " | grep -v "^debconf-2.0$")
apt-get download $(apt-rdepends libncurses5 libxslt1-dev linux-libc-dev |grep -v "^ " | grep -v "^debconf-2.0$" | grep -v "^libc-dev$")
=========================================================================================
Remove srvadmin
apt purge srvadmin-*

Install the packages that was downloaded
dpkg -i *.deb

If you encounter a lot of errors in installing srvadmin packages, execute it again
dpkg -i *.deb

(Same as OP) If you have NVME disk, dataeng will segfault. To correct that problem :
Bash:
nano /opt/dell/srvadmin/etc/srvadmin-storage/stsvc.ini
And comment the line
Code:
vil7=dsm_sm_psrvil
like that :
Code:
; vil7=dsm_sm_psrvil

relogin then execute:
srvadmin-services.sh restart
 
Last edited:
Love it!

My thanks to all for keeping this alive.

Proxmox 7 support is nearing its end, so I'm looking into a direct upgrade to 8.

I see two choices.

1) Remove OMSA 10.1 (see how I did this install here.) / move to SNMP monitoring IDRAC or learn checkmk.

2) Update to OMSA 10.3 via the WGETs in this thread so that I'm ready to move to Proxmox 8.

Can anyone point me in the right direction to understand what's involved in removing OMSA vs updating it as well as the various components?

best,

James
 
Hi All,

For anyone who installed OMSA on PVE7, as I did here, this is just a note to let you know that an in-place upgrade seems to work. Our hyper-converged Ceph cluster has been running well for 24 hours. I'll post back I there are issues.

best,

James
 
  • Like
Reactions: vraa

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!