Openmanage: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
No edit summary
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
How to set up for usage with yum (minimum required version: yum 2.4.x): RHEL5, CentOS, Scientific Linux, RHEL4+yum, SLES+yum
= Prerequisites =
Note: The version of yum distributed on CentOS 3 by default is too old (yum 2.0.8). You will need to upgrade to a yum 2.4.x version in order to use these repositories. The older version of yum does not support plugins or mirrorlists, which are required for these repos to work.
 
'''NOTE''': Dell now support 64 bit. I have not tested as yet but do not install these applications unless problems occur.
Set up this repository:
<pre>
<pre>
wget -q -O - http://linux.dell.com/repo/hardware/bootstrap.cgi | bash
yum -y install OpenIPMI OpenIPMI-tools glibc.i686 zlib.i686 libxml2.i686 libxslt.i686 libstdc++.i686
chkconfig ipmi on
service ipmi start
</pre>
</pre>


= Repository =
<pre>
wget -q -O - http://linux.dell.com/repo/hardware/DSU_16.04.00/bootstrap.cgi | bash
</pre>


Optional Install OpenManage Server Administrator:
= Install OpenManage Server Administrator =
<pre>
<pre>
yum install srvadmin-all
yum -y install srvadmin-all
</pre>
</pre>


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.
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 ==
Logout and Login may be required for environmental variables to be updated.
<pre>
srvadmin-services.sh start
</pre>
To access the OpenManage site go to the following URL.
<pre>
https://<ip address>:1311
</pre>
Reference : [http://linux.dell.com/wiki/index.php/Repository/OMSA OMSA]


The following meta packages are provided:  
[[Category : Linux]] [[Category : Software]]
<ul>
<li>dmin-all: Install all OMSA components</li>
<li>srvadmin-base: Install only base OMSA, no web server</li>
<li>srvadmin-diagnostics: Install OMSA diagnostics framework</li>
<li>srvadmin-webserver: Install Web Interface</li>
<li>srvadmin-storageservices: Install RAID Management</li>
<li>srvadmin-rac3: Install components to manage the Dell Remote Access Card 3</li>
<li>srvadmin-rac4: Install components to manage the Dell Remote Access Card 4</li>
<li>srvadmin-rac5: Install components to manage the Dell Remote Access Card 5</li>
</ul>
[[Category : Linux]]

Latest revision as of 01:36, 21 April 2016

Prerequisites

NOTE: Dell now support 64 bit. I have not tested as yet but do not install these applications unless problems occur.

yum -y install OpenIPMI OpenIPMI-tools glibc.i686 zlib.i686 libxml2.i686 libxslt.i686 libstdc++.i686
chkconfig ipmi on
service ipmi start

Repository

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

Install OpenManage Server Administrator

yum -y 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

Logout and Login may be required for environmental variables to be updated.

srvadmin-services.sh start

To access the OpenManage site go to the following URL.

https://<ip address>:1311

Reference : OMSA