install OMSA on Dell server

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.

  1. Follow the instructions to install DSU using the following repository (choose the latest):
    Dell Linux repository
  2. Run OMSA installer.

#yum install srvadmin-all

  1. Start OMSA Services.

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

  1. Add port 1311 to firewall.

#firewall-cmd --zone=public --add-port=1311/tcp --permanent
#firewall-cmd --reload

  

  • OMSA manual installation.

  1. 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 中国
  2. SSH into the Linux operating system.
  3. Make a directory for the installation and switch to it.

#mkdir OMSA
#cd OMSA/

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

  1. Decompress the file.

#  tar -xvf OM-SrvAdmin-Dell-Web-LX-9.2.0-3142.RHEL7.x86_64_A00.tar.gz

  1. Run setup, such as:

#./setup.sh

  1. Continue through the prompts.
  2. Start OMSA Services:

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

  1. Add 1311 to firewall.

#firewall-cmd --zone=public --add-port=1311/tcp --permanent
#firewall-cmd --reload

你可能感兴趣的:(linux,服务器,linux,运维)