In den letzten 8 Tagen ist ein interessantes Management Pack von Microsoft veröffentlicht worden. Dabei handelt es sich um das MP für das Red Had Enterprise Linux 6 Betriebssystem. Gibt es dazu zu schon einen passenden Linux Agenten?
Neue Management Packs im Zeitraum zwischen 29.07.2011 und 06.08.2011
In den letzten 14 Tagen ist nur ein neues Management Pack von Microsoft veröffentlicht worden. Dies aber gleich mit mehreren Sprachpaketen. Es handelt sich Dabei um das Überwachugnspaket für den Active Directory Rights Managemetn Server 2008 (RMS) und 2008 R2.
Neue Management Packs im Zeitraum zwischen 17.07.2011 und 28.07.2011
Diesmal gibt es ein paar interessante neue Management Packs (MP). Dazu zählt das MP für das BitLocker Administration and Monitoring (MBAM) aus dem Microsoft Desktop Optimization Pack (MDOP) und das MP für das CRM 2011.
Auch das Self Service Portal 2.0 hat jetzt ein MP bekommen:
Neue Management Packs im Zeitraum zwischen 26.06.2011 und 16.07.2011
Die System Center Cross Platform Solutions wurde von Microsoft als Open Source Produkt auf Codeplex bereitgestellt. Dies hat den Vorteil, dass man die SCX an andere Linux Systeme anpassen und selber nachschauen kann, wie Microsoft programmiert. Bei einer Recherche ist mir folgender Codeausschnitt aufgefallen:
#elif defined(sun)
// According to the Pegasus Solaris implementation they don't know how
// to determine this number, but they still return 0 for unlimited.
nolu = 0;
return true;
#else
// Thanks to the glory of free software there is no limit on the number of users!
nolu = 0;
return true;
#endif
“Thanks to the glory of free software”: Entweder wurde der Kommentar direkt aus der Original Pegasusimplementierung übernommen, oder ein paar Entwickler bei Microsoft haben doch eine gute Meinung über Linux. Oder ist das vielleicht Ironie?
In the part 3 of the Fedora Core 4 discovery pack I will explain the creation of the discovery management pack in detail.
Creating the new MP for Discovery:
Open the Authoring Console (please use the newest on. I have used 6.1.7221.49)
File –> New and enter the required values
File –> Management Pack Properties
Select the tab References –> Add Reference
Add Reference to Microsoft.Linux.RHEL.4, change the alias to RHEL4 (it’s shorter and easier to use) and a reference to the Microsoft.Unix.Library with the alias Unix. Your reference tab should look like the picture 1 (the picture has another reference to linux but this will be added automaticly with the discovery)
Switch to Health Model, select Discovery
new Custom Discovery, name Technidata.Fedora.4.Computer.Discovery
Target: Microsoft.Linux.RedHat.Computer
Discovered Classes: Add class Microsoft.Linux.RHEL.4.Computer
Configuration: Browse… and select: Microsoft.Unix.WSMan.TimedEnumerate.Filtered.MatchesRegularExpression.DiscoveryData and add a module id like discovery
Press Edit and enter the xml from part 2 into the editor: replace the text between Configuration> and </Configuration> with the XML text <TargetSystem>[…]</InstanceSettings>
Close the editor
your discovery tab should look like picture 2
Do the same with the second xml from part 2
Your discovery pack is ready to be imported into your test SCOM environment.
In den letzten 14 Tagen wurden nur die Sprachpakete für das Management Pack vom Service Manager und die entsprechenden Beschreibungen dazu bei Microsoft aktualisiert:
Neue Management Packs im Zeitraum zwischen 01.06.2011 und 17.06.2011:
The creation of the troja management pack is easy. You only have to add to discovery tasks which create the RHEL4 computer object and the operating system object and fills them with some basic informations.
In the authoring console you have the add a reference to the Microsoft.Linux.RHEL.4 MP because we will use the RHEL4 Computer object.
Fedora bases upon Red Hat Enterprise linux which is supported by SCOM. Fedora Core 3 was the base of RHEL 4 and Fedora Core 6 RHEL 5. In this blog posts I will try to convince SCOM that the Fedora 4 based Asterisk telecom system is a RHEL 4.
First we have to install the RHEL4 scom agent manual onto the systems. In this case we had to install the OpenSSL library, too. Additional we add the scom user account to the system.
After that we sign the local created certificate by the scom server and replace it on the Fedora system.
Now we can test the connection from the SCOM server with this winrm command:
Ich arbeite als Systemingenieur in diversen Kundenprojekten bei der TechniData IT Service GmbH, die u.a. Standorte in Karlsruhe und Markdorf unterhält.