Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this topic

Table of Contents

Hardware

...

panagenda GreenLight requires a IBM Domino Notes User ID to access your Domino infrastructure. The ID's password must be set to "greenLightUseOnly" (case sensitive!). You can set another password in the backend configuration file Backend Configuration Filesramkin-config.properties backend configuration file. The ID must have access to all the servers that should be monitored by panagenda GreenLight.
 

...

  • Activate remote Powershell settings on target host
    • Enable-PSRemoting –force
    • set-item -force WSMan:\localhost\Service\Auth\Basic $true
    • set-item -force WSMan:\localhost\Client\AllowUnencrypted $true
    • set-item -force WSMan:\localhost\Service\AllowUnencrypted $true
  • Make sure that you use an Account which is member of the local Administrator Group of the Target-Host (no need to be a Domain Admin!)
  • TCP Port 5985 and 5986 needs to be opened between GreenLight and Target-Host
  • Make sure that the GL host is listed as a TrustedHost on the Destination System
    • Check the current setting:  Get-Item -Path WSMan:\localhost\Client\TrustedHosts
    • Add the GL host:  Set-Item -Path WSMan:\localhost\Client\TrustedHosts -Value <FQDN_of_GL> -Force


Exchange Sensors