Openmanage: Difference between revisions
From KlavoWiki
Jump to navigationJump to search
No edit summary |
|||
Line 1: | Line 1: | ||
Set up this repository: | Set up this repository: | ||
<pre> | <pre> | ||
Line 15: | Line 11: | ||
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. | ||
<br>Start the services | <br>Start the services | ||
Line 34: | Line 17: | ||
</pre> | </pre> | ||
To access the OpenManage site go to the | To access the OpenManage site go to the following URL. | ||
<pre> | <pre> | ||
https://<ip address>:1311 | https://<ip address>:1311 | ||
</pre> | </pre> | ||
Reference : [http://linux.dell.com/wiki/index.php/Repository/OMSA OMSA] | |||
[[Category : Linux]] [[Category : Software]] | [[Category : Linux]] [[Category : Software]] |
Revision as of 05:45, 3 July 2013
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.
Start the services
srvadmin-services.sh start
To access the OpenManage site go to the following URL.
https://<ip address>:1311
Reference : OMSA