Systems Management: How to Install OpenManage Server Administrator on Linux | Dell Bermuda
There are two methods to install Dell EMC OpenManage Server Administrator on Linux.
-
How to Install OMSA in Linux using DSU.
- Follow the instructions to install DSU using the following repository (choose the latest):
Dell Linux repository - Run OMSA installer.
#yum install srvadmin-all
- Start OMSA Services.
#/opt/dell/srvadmin/sbin/srvadmin-services.sh start
- Add port 1311 to firewall.
#firewall-cmd --zone=public --add-port=1311/tcp --permanent
#firewall-cmd --reload
-
OMSA manual installation.
- Find appropriate package on the Drivers and Downloads website for your system. For example, in this case, OMSA 10.1 for a R940 System.
Dell EMC OpenManage Server Administrator 受管节点(Linux 整合),v 10.1.0.0 | 驱动程序详情 | Dell 中国 - SSH into the Linux operating system.
- Make a directory for the installation and switch to it.
#mkdir OMSA
#cd OMSA/
- Use WGET command to download the tar.gz package directly on the Linux system or download to a management system and upload to the Linux host using WinSCP.
Sample WGET command:
# wget https://dl.dell.com/FOLDER07414935M/1/OM-SrvAdmin-Dell-Web-LX-10.1.0.0-4561_A00.tar.gz
- Decompress the file.
# tar -xvf OM-SrvAdmin-Dell-Web-LX-9.2.0-3142.RHEL7.x86_64_A00.tar.gz
- Run setup, such as:
#./setup.sh
- Continue through the prompts.
- Start OMSA Services:
#/opt/dell/srvadmin/sbin/srvadmin-services.sh start
- Add 1311 to firewall.
#firewall-cmd --zone=public --add-port=1311/tcp --permanent
#firewall-cmd --reload