Top
Symfoware Server V12.1.0 Cluster Operation Guide
FUJITSU Software

8.2.2 Preparatory Tasks for the Output of Error Logs to the Event Log

This section explains the preparatory tasks required to output error logs to the event log.

Note

If you do not register an event source name, the message content output to the event log may be incomplete.

Setting each server

You should register this default event source name beforehand because the default event source name "MirroringControllerOpen" may be output to the event log when Mirroring Controller commands are used.

Example)
The following is an example in which the DLL of a 64-bit product is registered under the default event source name.
> regsvr32 "c:\Program Files\Fujitsu\symfoserver64\lib\mcevent.dll"

Setting each instance

You can output messages to any event source named by the user, so that messages output to the event log can be identified by each instance.

Example)
The following is an example in which the DLL of a 64-bit product is registered under the event source name "Mirroring Controller inst1".
> regsvr32 /n /i:"Mirroring Controller inst1" "c:\Program Files\Fujitsu\symfoserver64\lib\mcevent.dll"

The parameter must be edited for each instance. Refer to "A.4 Server Configuration File" to set the event_source parameter.

If installing multiple versions

If Symfoware Server is already installed on the same machine, search for the key below in a registry editor, and make a note of the path of the registered DLL. Afterwards, register a new DLL using the default event source name.

Use the DLL path that you made a note of in the above step when re-registering the default event source name during an uninstall.

MirroringControllerOpen