-
Notifications
You must be signed in to change notification settings - Fork 6
Installation and configuration
Download latest version and Unzip. On your or one of your management server(s) install IIS and set up a new web site. Point the web sites content folder to where you unzipped the files or use Inetpub (default IIS website folder). Set your web site application pool to use network service and the "useAppPoolCredentials" to "true".
[v1.1]Change the ScomDwServer server setting to match your environment.
Performance data is queried against your SCOM Data Warehouse (using the app setting, 'ScomDwServer'). Assuming your DW SQL is not the same as your SCOM management and API server additional configuration is required.
If you don't have SPN registered on your SCOM DW server(s) you will need to register new using SETSPN. Ex: setspn -A MSSQLSvc/SCOMDW.adatum.no:1433 adatum\SQLDWServiceAccount will register SPN in Active Directory for a default (no named) instance using a domain account. Depending on how SQL is set up, using named instance, service accounts etc configuration differ. You can read more below Register service prinicpal on MSFT Docs
Enable Kerberos Constrained Delegation between SCOM Management / API server and SQL DW using the Service Principal Name you created above. For detailed information see How to Configure the Server to be Trusted for Delegation