| Home |
| About Keith's Code |
| Blog |
| Tutorials |
| Windows Gadgets |
| Joomla! Resources |
| Online Documents |
| User Forums |
| Installing Dell OpenManage Server Administrator on Ubuntu |
|
Dell's OpenManage Server Administrator is a powerful tool for keeping track of your server's health and making sure everything is running as it should. Unfortunately, Dell only released packages for RedHat and SuSE, so installing the software on Ubuntu can be tricky, at best. There is some information on the Internet about getting the package to install on exotic distributions, but I never found anything definitive. This tutorial will guide you through installing the software and getting the web access up and running. My setup is: Dell 2950 with 1 Intel 2.2GHz Processor, 2GB RAM, PERC 5/i SCSI Raid Controller with 2 73GB 15K RPM SAS disks running Ubuntu 8.04.2 LTS 64-bit.
1. Install the kernel modules
The first step is installing the needed kernel modules to support IPMI:
sudo modprobe ipmi_msghandler Next,you will want to add those modules to the end of the /etc/modules file. This will allow them to be loaded at boot time. 2. Setup Apt to get the OMSA package
As stated before, Dell only released the OpenManage Server Administrator for RedHat and SuSE. However, someone was kind enough to create an installable Debian based package for us. In order to get access to that package, you will need to add the following line to /etc/apt/sources.list: deb ftp://ftp.sara.nl/pub/sara-omsa dell sara
Then, you will need to install the Pulic Key for that repository. To do that, create a temporary directory in your home folder and run the following commands from that folder: 3. Install the needed packages
Now it's time to install all the packages that will be needed:
sudo apt-get update
4. Start SNMP
The following commands will enable SNMP and get it going: 5. Special Step for 64-bit users If you are running a 64-bit version of Ubuntu, there are a couple extra things that need to be done to enable the login from the OpenManage web interface. If you are running a 32-bit installation, continue to step 6.
i. Determine where your pam security files came from. The dpkg command with the -S option will tell you what package a file came from:
On my system, this returned: ii. Download the 32-bit version of that package and extract it's contents
By googleing libpam-modules ubuntu, I was able to find a place to download the 32-bit (i386) package and copy the download URL. At the time of this writing, the correct url is: http://mirrors.kernel.org/ubuntu/pool/main/p/pam/libpam-modules_0.99.7.1-5ubuntu6_i386.deb iii. Copy files to the lib32 directory
Next, you will need to copy a couple files from the package you just extracted to the /lib32/security directory: iv. Reconfigure the dynamic linker
Finally, reconfigure the dynamic linker so that it knows the new 32-bit libraries are there. 6. Start the web services
Start the Dell OMSA web interface: 7. Add a user to access the OMSA site
If your system is setup properly, you shouldn't have a password for the root user. To access the OpenManage client, you need to have root access. There is a way to do this without giving the root user a password. I created a user called dellroot that will be able to access the OMSA client: Enter a secure password for the user when prompted. 8. Check it out Now you should be able to access the OpenManage web interface by going to https://<servername>:1311 (e.g., https://www.example.com:1311) Make sure you are using https and you add the port number of 1311 to the end of the URL. You can login using the dellroot user you just created. If you are using firefox, you will have to add a security exception for the self-signed certificate the server is using. If you have any feedback or questions, feel free to post a comment below or leave a note in the forum.
You must be logged in to leave a comment.
No Account? Join Now! (It's Free.) Powered by !JoomlaComment 3.25
3.25 Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved." |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||