Openmanage: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
= Option 1 =
How to set up for usage with yum (minimum required version: yum 2.4.x): RHEL5, CentOS, Scientific Linux, RHEL4+yum, SLES+yum
How to set up for usage with yum (minimum required version: yum 2.4.x): RHEL5, CentOS, Scientific Linux, RHEL4+yum, SLES+yum
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: 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.
Line 36: Line 37:
<pre>
<pre>
https://<ip address>:1311
https://<ip address>:1311
</pre>
= Option 2 =
<pre>
wget http://ftp.us.dell.com/sysman/OM_6.1.0_ManNode_A00.tar.gz
tar -zxvf OM_6.1.0_ManNode_A00.tar.gz
./setup.sh -x
</pre>
</pre>
[[Category : Linux]] [[Category : Software]]
[[Category : Linux]] [[Category : Software]]

Revision as of 05:15, 9 September 2009

Option 1

How to set up for usage with yum (minimum required version: yum 2.4.x): RHEL5, CentOS, Scientific Linux, RHEL4+yum, SLES+yum 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.

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.


The following meta packages are provided:

  • srvadmin-all: Install all OMSA components
  • srvadmin-base: Install only base OMSA, no web server
  • srvadmin-diagnostics: Install OMSA diagnostics framework
  • srvadmin-webserver: Install Web Interface
  • srvadmin-storageservices: Install RAID Management
  • srvadmin-rac3: Install components to manage the Dell Remote Access Card 3
  • srvadmin-rac4: Install components to manage the Dell Remote Access Card 4
  • srvadmin-rac5: Install components to manage the Dell Remote Access Card 5


Start the services

srvadmin-services.sh start

To access the OpenManage site go to the follwoing URL.

https://<ip address>:1311


Option 2

wget http://ftp.us.dell.com/sysman/OM_6.1.0_ManNode_A00.tar.gz
tar -zxvf OM_6.1.0_ManNode_A00.tar.gz
./setup.sh -x