dsccommunity / xSCOM

MIT License
17 stars 16 forks source link

Build status

xSCOM

The xSCOM module contains set of DSC resources for installation of System Center Operations Manager (OM).

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Contributing

Please check out common DSC Resources contributing guidelines.

Resources

xSCOMManagementServerSetup

xSCOMReportingServerSetup

xSCOMWebConsoleServerSetup

xSCOMConsoleSetup

xSCOMManagementServerUpdate

xSCOMWebConsoleServerUpdate

xSCOMConsoleUpdate

xSCOMAdmin

xSCOMManagementPack has the following properties:

Versions

Unreleased

1.3.3.0

1.2.0.0

1.1.0.0

Examples

Four example configurations are included in the Examples folder within the module. All four examples also use the xCredSSP and xSQLServer modules. Note: the samples require the use of Windows Management Framework (WMF) 5.0 Preview.

Note: In the Examples folder you will see a version of each file with "-TP" appended to the name. These are the equivalent examples for deployment of System Center Technical Preview on Windows Server Technical Preview.

Single Server Installation

SCOM-SingleServer.ps1 installs all OM roles including prerequisites and SQL on a single server.

Separate SQL

SCOM-SeperateSQL.ps1 installs all OM roles on one server and SQL on a separate server.

Multiple Separate SQL Instances

SCOM-SeperateSQLInstances.ps1 installs all OM roles on one server and SQL in multiple instances on a separate server.

Multiple Management Servers

SCOM-MultiInstance.ps1 installs all OM roles including multiple management servers each on their own server with multiple SQL Servers.