Here's the quick and dirty (I'm only including OMSA but the repo also the firmware update utility shown on the page, I'd recommend that as well): https://linux.dell.com/repo/hardware/dsu/
Install the dsu yum repo: $ sudo wget -q -O - http://linux.dell.com/repo/hardware/dsu/bootstrap.cgi | bash Install the Dell OMSA packages (this installs all of them, but you may decide to trim down the packages by installing by individual name): $ sudo yum install srvadmin-all Following the install, enable the services: $ sudo su - # srvadmin-services.sh enable # srvadmin-services.sh start # srvadmin-services.sh status Following that, open TCP port 1311 in the host firewall and connect to https://ip.address:1311 and login as the root OS user (or modify /opt/dell/srvadmin/etc/omarolemap to add additional users followed by a srvadmin-services.sh restart) In addition to the web gui, the CLI has a lot of useful tools, three important ones are: omreport omconfig racadm Hope this helps, Mike -----Original Message----- From: Alan Latteri <[email protected]> Date: Monday, December 12, 2016 at 11:07 To: Mike Hanby <[email protected]> Cc: "[email protected]" <[email protected]>, "'linux-poweredge@lists. dell. com'" <[email protected]> Subject: Re: [Linux-PowerEdge] Feedback on OMSA web interface access I am interested in running this, but I find there is a great lack in documentation on how to run Dell tools under RH/CentOS, and I have no idea were to start. Thanks, Alan > On Dec 12, 2016, at 7:58 AM, Hanby, Mike <[email protected]> wrote: > > Answers inline > > From: "[email protected]" <[email protected]> on behalf of "[email protected]" <[email protected]> > Date: Tuesday, December 6, 2016 at 12:20 > To: "'linux-poweredge@lists. dell. com'" <[email protected]> > Subject: [Linux-PowerEdge] Feedback on OMSA web interface access > > Dell - Internal Use - Confidential > [ if you are not comfortable responding to the entire mailing list, please respond directly to [email protected]] > > Hi! > Dell is conducting a survey to determine how customers are using the OpenManage Server Administrator (OMSA) web browser interface in a Linux environment. We request you to take out few minutes from your busy schedule, your feedback will help us make better decisions in future releases of OMSA. > > If you are using OMSA on either of the supported OS (RHEL/SUSE Linux Enterprise) or community supported OS (Ubuntu), we would like to hear from you. Request you to provide responses for the following questions - > 1. Do you access the web browser interface provided by OMSA? If yes, please provide your primary activity in the web interface. > Yes. We generally use it for viewing general information and performing RAID operations > > 2. OS Type in use (RHEL/SLES/Ubuntu...) > CentOS 6, 7 and the occasional Ubuntu 14/16 LTS > > 3. Number of OMSA installations in your organization > 150 to 200 > > Regards > Dell team > > > > _______________________________________________ > Linux-PowerEdge mailing list > [email protected] > https://lists.us.dell.com/mailman/listinfo/linux-poweredge _______________________________________________ Linux-PowerEdge mailing list [email protected] https://lists.us.dell.com/mailman/listinfo/linux-poweredge
