To debug ASM server

In case of problems, you can see additional information when the -d argument is used.

For Windows, the debug information is logged in %windir%\temp\asm_srv.log. The name of the debug file appears in the Event Viewer.

For UNIX, the debug information is written to the console (stdout).

To start the server in debug mode on UNIX, type this command:

# asm_srv -d -home <home directory>

On Windows:

# asm_srv -start -d -home <home directory>