ell服务器OMSA安装指南 for ubuntu


Dell OM 6.5 Ubuntu Repository
This is the community supported Dell OpenManage 6.5 repository for 64-bit Ubuntu 10.04 or later versions, and Debian Squeeze. Below, you will find instructions to install and setup OpenManage command-line and web interfaces.
Installation/Upgrade:
1.  (Optional for Upgrade) Create a new file ending in 'sources.list' in the '/etc/apt/sources.list.d' directory. Cut and paste the command below. (If typing by hand, note carefully the spacing.)
echo 'deb http://linux.dell.com/repo/community/deb/latest /' | sudo tee -a /etc/apt/sources.list.d/linux.dell.com.sources.list
2.  To authenticate OMSA packages, add the repository key to apt
gpg --keyserver pgpkeys.mit.edu --recv-key E74433E25E3D7775
gpg -a --export E74433E25E3D7775 | sudo apt-key add -
3.  Make apt aware of the new software repository by issuing the following command:
sudo apt-get update
4.  Install one of the following selection of meta-packages to install the OMSA functionality you require:
srvadmin-all:Install all OMSA components
srvadmin-base:Install only base OMSA, no web server
srvadmin-rac4:Install components to manage the Dell Remote Access Card 4
srvadmin-rac5:Install components to manage the Dell Remote Access Card 5
srvadmin-idrac:Install components to manage iDRAC
srvadmin-webserver:Install Web Interface
srvadmin-storageservices:Install RAID Management
For example, to install complete OMSA: sudo apt-get install srvadmin-all 
CLI:
dataeng service starts automatically at reboot. If you want to manually start the service, issue the command below.
    1. sudo service dataeng start


    1. Now, you can use omreport, omconfig, and omhelp commands.
    2. For example, you can issue omreport system summary to get details about your system.
    3. You can use omconfig to configure component properties.


    1. omhelp provides help information for commands.


    1. See OpenManage CLI User's Guide for comprehensive documentation.


Web Interface:
To use web interface, users with appropriate permissions need to be added.
     1.  Add users with appropriate permissions to /opt/dell/srvadmin/etc/omarolemap file. See detailed information at Setup and Administration
         Example:john_doe     *     Administrator
     2.  Start the web server.
         sudo service dsm_om_connsvc start
     3.  Go to https://<ip_address>:1311/ in your browser to access OMSA.
    4.  If you want to start dsm_om_connvsc service at boot, issue sudo update-rc.d dsm_om_connsvc defaults command.

/opt/dell/srvadmin/sbin/srvadmin-services.sh status

Removal
Uninstall all packages: sudo apt-get --auto-remove remove srvadmin-all
Uninstall all packages including config files: sudo apt-get --auto-remove purge srvadmin-all
http://support.dell.com/support/edocs/software/smsom/6.4/cs/omsa_ig/index.htm