Problem
You need to enable tracing for asmcmd utility to investigate a command failure
Solution
Use the DBI_TRACE environment variable. Value 1 enables tracing will show each command debug information to the screen, value 0 disables tracing:
$ export DBI_TRACE=1
$ asmcmd
No comments:
Post a Comment