Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Компонент The Indeed CM EventLog Proxy позволяет записывать события со всех серверов Indeed Certificate Manager в единый журнал.
Компонент устанавливается на одном из серверов Indeed CM или на отдельной рабочей станции (в домене или вне его). Системные требования для установки компонента совпадают с требованиями к серверу Indeed CM.
Для установки и настройки Indeed CM EventLog Proxy выполните следующие действия:
1. Выполните вход на рабочую станцию с правами локального администратора.2. Запустите
Event Log Proxy component allows recording events from all Indeed Certificate Manager servers in a Unified Windows Event Log.
Info |
---|
The component is installed on one of Indeed CM servers or on a separate workstation (in the domain or outside it). The system requirements for installing the component are the same as the Indeed CM server. |
Follow these steps to install and configure Indeed CM Event Log Proxy:
- Sign in to the workstation as a local administrator.
- Run IndeedCM.EventLog.Proxy.msi
3. Откройте файл конфигурации сервиса eventLogProxy:
- installer (located in the server distribution directory).
- Open the eventLogProxy application configuration file: C:\inetpub\wwwroot\eventlogproxy\Web.config
4. В секции authorization укажите имя учетной записи для доступа к сервису. В качестве учетной записи используйте сервисную учетную запись Indeed CM для работы с Active Directory ("servicecm").
Во внедоменной конфигурации используйте локальную учетную запись пользователя (например, SERVERNAME\Администратор
- in the Notepad editor, run as administrator.
In the <authorization> section, specify the account name for accessing the application. Use the Indeed CM service account for working with Active Directory (servicecm).
Outside the Windows domain configuration, use the local user account (for example, SERVERNAME\Administrator).Code Block language xml title
Example: <authorization> <deny users="?" /> <allow users="DEMO\servicecm"/> <deny users="*" /> </authorization>
- Save changes and close the configuration file.