Dell OpenManage Server Administrator: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Dell Servers")
 
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
=External=
* http://en.community.dell.com/techcenter/systems-management/w/wiki/1760.openmanage-server-administrator-omsa#Download_OMSA850
=Internal=
=Internal=


* [[Dell Servers#Subjects|Dell Servers]]
* [[Dell Servers#Subjects|Dell Servers]]
=Overview=
Dell OpenManage Server Administrator (OMSA) is a software agent that provides systems management capabilities via a Web browser-based graphical user interface (GUI) and from a command line interface (CLI) through the operating system. OMSA is designed so that system administrators can manage server systems both locally and remotely on a network. It also interfaces with OpenManage Essentials (OME) console, which allows for monitoring of the systems in the data center from a single interface.
OSMA runs as a user-space process in top of the O/S, so it is available on one of the O/S network interfaces, as https://192.168.1.13:1311. Root credentials can be used to login.
=Installation=
The best way to install OMSA is to install the srvadmin-all metapackage, which installs all OMSA components. In order for this command to work, yum repositories on the system should have been pre-configured as described here: [[Dell_Server_dsu#Repositories|dsu Installation - Repositories]].
<pre>
yum install srvadmin-all
</pre>
=Start|Stop=
<pre>
srvadmin-services.sh start|stop
</pre>
=Enable at Boot=
<font color=red>TODO</font>
=Configure iptables=
<font color=red>TODO</font>

Latest revision as of 00:43, 25 June 2017

External

Internal

Overview

Dell OpenManage Server Administrator (OMSA) is a software agent that provides systems management capabilities via a Web browser-based graphical user interface (GUI) and from a command line interface (CLI) through the operating system. OMSA is designed so that system administrators can manage server systems both locally and remotely on a network. It also interfaces with OpenManage Essentials (OME) console, which allows for monitoring of the systems in the data center from a single interface.

OSMA runs as a user-space process in top of the O/S, so it is available on one of the O/S network interfaces, as https://192.168.1.13:1311. Root credentials can be used to login.

Installation

The best way to install OMSA is to install the srvadmin-all metapackage, which installs all OMSA components. In order for this command to work, yum repositories on the system should have been pre-configured as described here: dsu Installation - Repositories.

yum install srvadmin-all

Start|Stop

srvadmin-services.sh start|stop

Enable at Boot

TODO

Configure iptables

TODO