OpenMangeServerAdministrator (OMSA) is installed on Ubuntu. There are no Chinese documents on the Chinese website, so you can check the Dell official website. For more information, see. 1. The upgrade operation is at/etc/.
The OpenMange Server Administrator (OMSA) is installed on Ubuntu. There are no Chinese documents on the Chinese website, so you have to check the Dell official website.
For more information, see http://linux.dell.com/repo/community/deb/OMSA_7.0/
This article is to install Dell OpenManage 12.04 on Ubuntu 7.0 with the help of the official documentation.
1. Upgrade operations
Create a new file under the/etc/apt/sources. list. d directory. Run the following statement:
Echo 'Destroy http://linux.dell.com/repo/community/deb/latest/'| sudo tee-a/etc/apt/sources. list. d/linux.dell.com. sources. list
PS: After actual verification, an error will be reported if you add this sentence. It seems that the official website is not reliable!
You need to add the following sentence:
Echo 'deb http://linux.dell.com/repo/community/ubuntu precise openmanage' | sudo tee-a/etc/apt/sources. list. d/linux.dell.com. sources. list
After this statement is added, no error is reported during running.
2. to verify the OMSA package, you need to add authentication under apt. The execution statement is as follows:
Gpg -- keyserver pool.sks-keyservers.net -- recv-key 1285491434D8786F
Gpg-a -- export 1285491434D8786F | sudo apt-key add-
After the execution is complete, you will see OK.
3. For the upgrade operation, you must use apt-get install or apt-get dist-upgrade. You cannot execute apt-get upgrade. Otherwise, the required package will not be upgraded. (This is highlighted on the official website)
My operations are as follows:
Apt-get dist-upgrade
Apt-get update
Apt-get install srvadmin-all
PS: update the software list, including version and dependency.
Upgrade updates the software without changing the existing software settings
Dist-upgrade changes the configuration file and the old dependency.
The updated version is actually the Update Software Package. debian adopts rolling upgrade, so dist-upgrade is only used to upgrade the software, while ubuntu uses dist-upgrade to upgrade the version (the version upgrade will modify a large number of configuration files)
Usage:
Enable the dataeng Service
Sudo service dataeng start
In this way, you can use omreport, omconfig, and omhelp parameters.
For example, you can use omreport system summary to obtain detailed information about the system. You can use omconfig to view the attributes of the Configuration component, and use omhelp to view detailed instructions.
Web Interface Usage:
You must have the appropriate permissions to use this function.
Sudo service dsm_om_connsvc start
Https :// : 1311/
For more information, see the Dell official documentation.
Ubuntu 14.04Download, install, configure related knowledge http://www.linuxidc.com/Linux/2014-04/100370.htm
Ubuntu 14.04: Http://www.linuxidc.com/Linux/2014-04/100352.htm
Ubuntu 14.04 text tutorial on hard drive installation in Windows 7Http://www.linuxidc.com/Linux/2014-04/100983.htm
For more information about Ubuntu, see Ubuntu special page http://www.linuxidc.com/topicnews.aspx? Tid = 2
This article permanently updates the link address: Http://www.linuxidc.com/Linux/2014-05/101786.htm