SCOM 2019 via AutomatedLab

Go to English version

[MAJ : 05/05/2021] Le script proposé dans cet article a servi de base de travail Blake Drumm que l’on peut trouver sur https://github.com/v-bldrum/SCOM-Scripts-and-SQL/tree/master/AutomatedLab

Toujours dans la veine d’AutomatedLab, je propose dans cette article (qui fait suite à ceux-ci) un petit environnement de test pour SCOM 2019 avec mise en place d’un Management Pack IIS sur un serveur IIS.

J’ai donc élaboré le script suivant.

L’environnement est composé de 4 serveurs :

Le nom des serveurs est écrit dans le code (faites un « Global Replace » CTRL+H si les noms ne vous conviennent pas). De même que certains autres paramètres tels que :

  • Le nom du Lab (« SCOM2019 » par défaut)
  • Le compte d’administration à utiliser (« Administrator » par défaut)
  • Le mot de passe associé (« P@ssw0rd » par défaut)
  • Le nom du domaine (FQDN et NetBIOS) (« contoso.com » et « CONTOSO » par défaut)
  • Les noms des comptes et groupes SCOM utilisés

Une fois le script terminé, connectez-vous sur SCOM01 et démarrez « Operations Console« , allez dans la rubrique « Monitoring » et ensuite « Windows Web Server State ». Vous constaterez qu’en plus du serveur SCOM01, la partie IIS du serveur IIS01 est aussi supervisée.

 

Quelques liens utiles qui m’ont aidé à construire cette solution :

Aller à la version française

[Update: 05/05/2021] The script proposed in this article served as a basis for Blake Drumm’s work which can be found on https://github.com/v-bldrum/SCOM-Scripts-and-SQL/ tree / master / AutomatedLab
Still working on AutomatedLab, I propose in this article (which follows these ones) a small test environment for SCOM 2019 with the implementation of an IIS Management Pack on an IIS server.

So I developed the following script

The environment is composed of 4 servers:

The name of the servers is written in the code (make a « Global Replace » CTRL+H if the names do not suit you). As well as certain other parameters such as:

  • Lab name (« SCOM2019 » by default)
  • The administration account (« Administrator » by default)
  • The associated password (« P@ssw0rd » by default)
  • The domain name (FQDN and NetBIOS) (« contoso.com » and « CONTOSO » by default)
  • The name of the used website (wideworldimporters.contoso.com)
  • The names of the SCOM accounts and groups used
Once the script is finished, connect to SCOM01 and start « Operations Console« , go to the « Monitoring » section and then « Windows Web Server State ». You will notice that in addition to the SCOM01 server, the IIS part of the IIS01 server is also supervised.

 

 

Laurent.

Feel free to share:)