Openmanage: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
Install Prerequisites
Install Prerequisites
<pre>
<pre>
yum install OpenIPMI OpenIPMI-tools
yum -y install OpenIPMI OpenIPMI-tools
chkconfig ipmi on
chkconfig ipmi on
service ipmi start
service ipmi start

Revision as of 04:46, 28 August 2013

Install Prerequisites

yum -y install OpenIPMI OpenIPMI-tools
chkconfig ipmi on
service ipmi start

Set up this repository:

wget -q -O - http://linux.dell.com/repo/hardware/bootstrap.cgi | bash


Optional Install OpenManage Server Administrator:

yum install srvadmin-all

NOTE: OMSA will not install on unsupported systems. If you receive a message at install that the system is not supported, it is likely that your system is not supported, and the install will fail. This is most common on SC-class systems, as OMSA is completely unsupported on these systems.


Start the services

srvadmin-services.sh start

To access the OpenManage site go to the following URL.

https://<ip address>:1311

Reference : OMSA