- Similar to the 2012 install, load the appropriate linux agent to the system and install the rpm package.
- Ensure you have the management packs installed in SCOM 2007, usually the Linux and Unix libraries along with the Linux flavors you wan to monitor.
- Now, attempt to discover the Linux computer, enable SSH discover and use the FQDN of the Linux system.
- You will likely receive a certificate signing error. If that is the case, check out the Microsoft Wiki entry on the issue:
- https://social.technet.microsoft.com/wiki/contents/articles/6203.aspx
- Run through the discovery and installation again.
- Things are likely to fail, again
- Now look at the article:
- http://operatingquadrant.com/2012/01/12/opsmgr-unixlinux-heartbeat-failures-after-applying-kb2585542/
- Alternatively, you can add the 32bit DWORD value:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\ SendExtraRecord = 2
- The agent should pop into monitoring console at this point. If not, run the discover for a third time.
- Finally, check your ops manager event logs. You may be getting errors about the health service or workflow on the Linux system. Check out the following article for configuring cross platform runas accounts:
- http://technet.microsoft.com/en-us/library/dd788981.aspx
Search This Blog
Showing posts with label Linux. Show all posts
Showing posts with label Linux. Show all posts
Thursday, January 26, 2012
Adding Red Hat Agents to SCOM 2007
Ok, ok... this is supposed to be all about SCOM 2012. Well, came across a situation with 2007 and there was enough complexity that I wanted to make sure I got it all in one place.
Friday, January 13, 2012
Adding Red Hat Linux 5 client to SCOM 2012
This was a painful, painful journey with a number of obscure errors that turned out to be canards. The first thing to know about adding a Linux client is that your chances of a successful install, straight from the management console are not high. Each and every time on simple test environments, the agent failed during my tests. I could not have made the Linux install more plain than I did. So, start from that perspective. I have embeded a short video of the process I went through. My suggested steps are as follows:
If your DNS records are not correct, you may get errors such as these. Check DNS first before checking certificates. There are a lot of examples out there that will lead you farther from the solution if you don't check DNS first.
DNS resolution
- For your Linux/Unix distro, copy the appropriate rpm package over to your system as step one. I used WinSCP to accomplish this task.
- Go ahead and install the package and then reboot your system
- Check DNS for both forward and reverse records of your Linux/Unix system. If those don't match, you will get certificate errors and start off on a wild goose chase that has nothing to do with certificates.
- Ensure the hostname (hit a terminal window and simply type: hostname) is the same as the records you have in dns.
- Make sure the reverse record has the fully qualified domain name and not just the host name. When my system first came online, it registerd just the host name, and then the FQDN. With both records in DNS, it really confused SCOM.
- Once these points are completed, the agent should install with a high degree of success probability.
- During installation, I would highly recommend adding hosts individually and search for them via FQDN, not IP address. It wasn't until I did this that the error messages pointed me to the correct problem.
- If you do have to make DNS adjustment, ensure you run ipconfig /flushdns on your SCOM server. I also fought with this. Eventhough records were correct, the server still saw the old entries.
- Updated, Oct. 30, 2013 - Had a number of problems adding several old Linux servers recently. Received the errors shown in yellow in this post. The local host name on the Linux server had a different domain address than we thought it did. Adding the server with the old domain name was successful. Alternatively, we could have updated that information locally, but was not an option for us at the time.
If your DNS records are not correct, you may get errors such as these. Check DNS first before checking certificates. There are a lot of examples out there that will lead you farther from the solution if you don't check DNS first.
DNS resolution
Subscribe to:
Posts (Atom)