Installing Dell OpenManage 7.3 on Suse 12.3

Installing Dell OpenManage 7.3 on Suse 12.3

Dell offers very good support for Linux. Dell supported serve Linux platforms are SLES, RHEL and few other Enterprise Linux. There is also a repository for Linux run by dell that contains the latest Linux support software, however, the installation of Dell server management suit, OpenManage, is not as easy as it is on one of the supported platforms.

opensuse123-2
Latest in the series of quality Linux operating system for servers
clip_image0025
Dell Poweredge Server Hardware Management Suit

 

 

 

 

 

 

 

 

 

 

 

In this article I would explain how to configure, install and run Dell OpenManage 7.3 on OpenSuse 12.3. I have used my dell poweredge 2900 server for the purpose, however, the same applies to most of the dell servers, openManag versions as well as other openSuse versions. The steps required to install an opensuse 12.3 operating systems and basic system configuration is out of the scope of this document.

I am using x86_64 bit version for the purpose however similar will apply to an i386 system.

    1. Install OpenSuse 12.3 on Dell Poweredge Server.
    2. Run yast package manager and add the following repository to yast and then let it cache and load the repository
      x86_64 systems :
      http://linux.dell.com/repo/hardware/O­MSA_7.3/platform_independent/s­use11_64/
      
      i386/x86 systems:
      http://linux.dell.com/repo/hardware/O­MSA_7.3/platform_independent/s­use11/
    3. In package selection option, search srvadmin-all and select it. It should select a lot of other dependency packages. Let all of it install on the system.
      Installation will be done at : /opt/dell/srvadmin
    4. Edit file /opt/dell/srvadmin/sbin/CheckS­ystemType
      Change line 83 from "OEM String 1" to "Vendor"
    5. Additional Package Installation (optional step. dont install dkms if all else works and openManage works fine for you)
      From Yast package manager install
      libgdbm with its development package
      
      install dkms from : http://software.opensuse.org/package/dkms
    6. Configure the kernel modules
      Create file : /etc/modules-load.d/ipmi.conf
      
      & Add the following lines to it
      
      ipmi_msghandler
      ipmi_si
      ipmi_devintf
      
      This will load the kernel modules automatically after 
      system reboot. For the time being manually load the modules
      
      modproble ipmi_msghandler 
      modprobe ipmi_si 
      modprobe ipmi_devintf
    7. Installer will automatically add the init scripts to the startup and will automatically start at boot. For now you may manually start the service with command
      /opt/dell/srvadmin/sbin/srvadmin-services.sh start
    8. Open a browser and type the following addressdellopman-server-administrator-logon
      https://localhost:1311
      or,
      https://127.0.0.1:1311
      or,
      https://YOUR_SYSTEM_IP:1311
      
      Confirm the https security exception &
      Login with your root a/c

img-20160711-wa0007

AUTHOR:
Arpan Dubey, IT Head, Infinity Technologies
Email : dubey.arpan@gmail.com
+91-9371319879 / +91-9763151299

Close Menu