Configure CEE for Windows
After you install CEE for Windows on a client computer, you must configure additional settings through the Windows Registry Editor (regedit.exe).
Procedure
- Open the Windows Registry Editor.
- Configure the following registry keys, if supported by your audit application:
SettingRegistry locationKeyValueCEE HTTP listen port[HKEY_LOCAL_MACHINE\SOFTWARE\EMC\CEE\Configuration]HttpPort12228Enable audit remote endpoints[HKEY_LOCAL_MACHINE\SOFTWARE\EMC\CEE\CEPP\Audit\Configuration]Enabled1Audit remote endpoints[HKEY_LOCAL_MACHINE\SOFTWARE\EMC\CEE\CEPP\Audit\Configuration]EndPoint<EndPoint>
- The HttpPort value must match the port in the CEE URIs that you specify during OneFS protocol audit configuration.
- The EndPoint value must be in the format <EndPoint_Name>@<IP_Address>. You can specify multiple endpoints by separating each value with a semicolon (;).
The following key specifies a single remote endpoint:[HKEY_LOCAL_MACHINE\SOFTWARE\EMC\CEE\CEPP\Audit\Configuration] EndPoint = AuditApplication@10.7.1.2
The following key specifies multiple remote endpoints:[HKEY_LOCAL_MACHINE\SOFTWARE\EMC\CEE\CEPP\Audit\Configuration] EndPoint = AuditApplication@192.168.22.3;AuditApplication@192.168.33.2
- Close the Windows Registry Editor.