Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This guide explains how to install OpenManage on CentOS7, CentOS8-Stream and AlmaLinux9 systems


The following instructions are integrated in the script that could be found at: cld-foreman:/root/repo/dell-om-install-<versione_date>.sh Please update it accordingly in the event that the instructions need to be revised


Enable crb repo (this should be needed only on AlmaLinux9):



Code Block
languagebash
yum install yum-utils

/usr/bin/yum-config-manager --enable crb

yum clean all



Install latest repo


Code Block
languagebash
yum -y install perl
wget -q -O script.sh http://linux.dell.com/repo/hardware/dsu/bootstrap.cgi
sh script.sh

...

Code Block
languagebash
while read i
do
  firewall-cmd --add-port=${i}
  firewall-cmd --permanent --add-port=${i}
done << EOF
8649/tcp
1031/tcp
161/udp
EOF

Content by Label
showLabelsfalse
max5
spacesCV
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "openmanage" and type = "page" and space = "CV"
labelsOpenManage


Related issues
Page properties
hiddentrue