Openmanage: Difference between revisions
From KlavoWiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
= Prerequisites = | |||
<pre> | <pre> | ||
yum -y install OpenIPMI OpenIPMI-tools | yum -y install OpenIPMI OpenIPMI-tools glibc.i686 zlib.i686 libxml2.i686 libxslt.i686 libstdc++.i686 | ||
chkconfig ipmi on | chkconfig ipmi on | ||
service ipmi start | service ipmi start | ||
</pre> | </pre> | ||
= Repository = | |||
<pre> | |||
wget -q -O - http://linux.dell.com/repo/hardware/Linux_Repository_14.08.00/bootstrap.cgi | bash | |||
</pre> | |||
or | |||
<pre> | <pre> | ||
wget -q -O - http://linux.dell.com/repo/hardware/bootstrap.cgi | bash | wget -q -O - http://linux.dell.com/repo/hardware/bootstrap.cgi | bash | ||
Line 12: | Line 18: | ||
= Install OpenManage Server Administrator = | |||
<pre> | <pre> | ||
yum -y install srvadmin-all | yum -y install srvadmin-all | ||
Line 19: | Line 25: | ||
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> | <pre> | ||
srvadmin-services.sh start | srvadmin-services.sh start |
Revision as of 00:04, 24 September 2014
Prerequisites
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/Linux_Repository_14.08.00/bootstrap.cgi | bash
or
wget -q -O - http://linux.dell.com/repo/hardware/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