howto

Dell OpenManage

OpenManage Server Administrator allows system administrators to manage individual servers in two ways: from an integrated, web-browser-based graphical-user-interface (GUI) and from a command-line interface (CLI) through the operating system. Server Administrator is designed for system administrators to manage systems locally and remotely on a network.

Installation

# Bootstrap OpenManage yum installation
wget -q -O - http://linux.dell.com/repo/hardware/latest/bootstrap.cgi | bash

# Install OpenManage rpm packages
yum install srvadmin-all -y

# Start OpenManage services
/opt/dell/srvadmin/sbin/srvadmin-services.sh start

# Check if everything is running
/opt/dell/srvadmin/sbin/srvadmin-services.sh status

# Connecting 
# make sure firewall allows traffic into port 1311
https://your_server_ip:1311
root:root_pam_password

Dell firmware tools

# Installing DELL firmware updating/flashing tools
yum install dell_ft_install
yum install $(bootstrap_firmware)

# Using firmware tools
# Inventory firmware version levels
inventory_firmware
 
# Compare versions installed to those available
update_firmware
 
# Install any applicable updates
update_firmware --yes