Proxmox : Install Dell OMSA on Debian 9- and 10-based Systems

1,673
OS Release OMSA iSM DTK
Ubuntu 20.04.x LTS (focal)
v9.5.0*(All 12th-generation and 13th-generation servers supported via Ubuntu community support only)
 
Ubuntu 18.04.x LTS (bionic)
v9.4.0*, v9.3.0*, v9.2.0*(All 14th-generation servers supported by Dell EMC Support. All other 12th and 13th-generation servers supported via Ubuntu community support only)
 
v3.4.0, v3.3.0, v3.3.2(All 14th-generation servers supported by Dell EMC Support. All other 12th and 13th-generation servers supported via Ubuntu community support only)
 
v6.3.0*(All 14th-generation servers supported by Dell EMC Support. All other 12th and 13th-generation servers supported via Ubuntu community support only)
 
Ubuntu 18.04.x LTS (bionic)
v9.3.2(PowerEdge R6525 and C6525 supported by Dell EMC Support)
 
v3.5.1(PowerEdge yx2x and later.)
 
No Support
Ubuntu 18.04.x LTS (bionic)
v9.3.1(PowerEdge R6515 and R7515 supported by Dell EMC Support)
 
v3.4.1(PowerEdge R6515, R6525, C6525 and R7515 only supported by Dell EMC Support)
 
No Support
Ubuntu 16.04.4 (xenial)
v9.1.1*

(PowerEdge R840 and R940xa by Ubuntu community support only)
v3.2.0

(PowerEdge R840 and R940xa by Ubuntu community support only)
v6.1.1*

(PowerEdge R840 and R940xa by Ubuntu community support only)
Ubuntu 16.04.3 (xenial)
v9.1.0*

(All 14th-generation servers supported by Dell EMC Support servers except PowerEdge R840 and R940xa. All other 12th and 13th-generation servers supported via Ubuntu community support only)
v3.1.0*

(All 14th-generation servers supported by Dell EMC Support servers except PowerEdge R840 and R940xa. All other 12th and 13th-generation servers supported via Ubuntu community support only)
v6.1.0*

(All 14th-generation servers supported by Dell EMC Support servers except PowerEdge R840 and R940xa. All other 12th and 13th-generation servers supported via Ubuntu community support only)
Debian 8.9 (jessie)
No Support
v3.1.0, v3.2.0(Ubuntu community support only)
 
No Support
Debian 9.4 (stretch)
No Support
v3.5.1,v3.4.0, v3.3.0, v3.3.2(Ubuntu community support only)
 
No Support

Finally, get the post related :

This method is not supported by Dell, but it is confirmed to be working on both Debian 9, ProxMox 5, and ProxMox6.

via : https://wiki.skyfall.tech/display/TECHDOC/Install+Dell+OMSA+on+Debian+9-+and+10-based+Systems

 

##### These commands are all run from a root shell #####
# Install pre-requisites
apt install dirmngr
# Get some Debian 8 packages that are required
mkdir omsa
cd omsa
wget http://ftp.us.debian.org/debian/pool/main/o/openslp-dfsg/libslp1_1.2.1-10+deb8u1_amd64.deb
wget http://ftp.us.debian.org/debian/pool/main/o/openssl/libssl1.0.0_1.0.2l-1~bpo8+1_amd64.deb
dpkg -i libslp1_1.2.1-10+deb8u1_amd64.deb
dpkg -i libssl1.0.0_1.0.2l-1~bpo8+1_amd64.deb
# Install the repo for Jessie, even though this is Stretch.
echo 'deb http://linux.dell.com/repo/community/debian jessie openmanage' /etc/apt/sources.list.d/linux.dell.com.sources.list
# Import the GPG keys
gpg --keyserver pool.sks-keyservers.net --recv-key 1285491434D8786F
gpg -a --export 1285491434D8786F | apt-key add -
# Update and install srvadmin-all
apt update && apt install srvadmin-all
# Start the services and enable them on boot
systemctl start dataeng && systemctl enable dataeng
# Lastly, be sure to add '/opt/dell/srvadmin/bin' to your $PATH!
# Test command that will retrieve your physical disk info:
omreport storage pdisk controller=0
Source https://wiki.skyfall.tech/display/TECHDOC/Install+Dell+OMSA+on+Debian+9-+and+10-based+Systems https://linux.dell.com/repo/community/openmanage/
Comments