Cross Platform Extensions
Over the last couple of days I have been attempting to build a Linux VM lab to test the new SCOM Cross Platform Extensions (CPE, or XPlat). Honestly the hardest part was finding a distribution of Linux that was A. FREE, B. Would work in VPC, C. lastly and most importantly is compatible with CPE. Some things to note if you are going to attempt this...
1. This is beta software so be prepared to see some small glitches or problems.
2. CPE only works on a few Linux distributions
a. SUSE 10.1 (NOT 10.3 or 10 but only 10.1) at least in my testing.
b. Redhat 5.0 and 5.1
3. You need to have SP1 (SCOM) installed. As there are certain MPs that need to be at 6.0.6278.0
4. After you install WS_Man 1.1, you need to set the client auth to Basic (it's all in the setup guide) the statement for that is as follows
winrm set winrm/config/Client/auth @{Bacsic="true"}
Pay special attention to the syntax of this statement. When reading through the docs and the cmd help it's hard to see what the spacing and syntax is, and trust me it's important. What gave me some problems and I found (thanks to Google) is the auth @{... part of the statement, it's actually auth <space> @{
5. Interestingly enough I ran into a few errors during the discovery/agent push. However I logged on to the Suse server and found the agent (really two daemons) were installed and running. The errors were due to the the Client Auth not being set to Basic.
Once the agent is up and running, the Mgt server is running and the MPs are installed I would override the discoveries to a shorter time (ONLY in your lab, and ONLY for testing). The discovery of servers is done through the Monitoring Pane, NOT in the Administration pane as with standard Windows Agents. If you are familiar with the Jalasoft product, CPE works the same way. Hopefully when SCOM SP2 is released, and CPE goes RTM they will be able to extend the Admin console so all discoveries will be done in the same place. Also when you are looking through the different views you may notice that populating the details pane can be some what slow. If you highlight a server/Agent and the details don't show right away, I would wait a few minutes to see if they end up populating. This could have been due to my lab being a little slow (all VMs running on my laptop).
Thus far I have been very impressed with the whole process and product. You should make sure to read through both Daniele and Anders blogs on their expereinces with CPE.