...
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

Install latest repo
Code Block | ||
---|---|---|
| ||
yum -y install perl
wget -q -O script.sh http://linux.dell.com/repo/hardware/dsu/bootstrap.cgi
sh script.sh |
...
Code Block | ||
---|---|---|
| ||
yum -y install srvadmin-all net-snmp OpenIPMI libxslt
|
If you want to install the Dell System Update, use the following command:
Code Block | ||
---|---|---|
| ||
yum -y install dell-system-update
|
Replace tomcat port from 1311 to 1031:
...
language | bash |
---|
How to install OpenManage on CentOS7 and CentOS8 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
...