Dell OpenManage Server Administrator: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Dell Servers")
 
No edit summary
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
=Installation=
The best way to install OMSA is to install the srvadmin-all metapackage, which installs all OMSA components:
<pre>
yum install srvadmin-all
</pre>
=Start|Stop=
<pre>
srvadmin-services.sh  start|stop
</pre>

Revision as of 21:06, 24 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

Installation

The best way to install OMSA is to install the srvadmin-all metapackage, which installs all OMSA components:

yum install srvadmin-all

Start|Stop

srvadmin-services.sh  start|stop