Tracing and Error Logging in the ATM MPOA Client
The ATM MPOA Client has two trace points:
- 3A3 - Normal Code Paths
- 3A4 - Error Conditions
Tracing can be enabled through SMIT or with the trace command.
trace -a -j 3a3,3a4
Tracing can be disabled through SMIT or with the trcstop command. After trace is stopped, the results can be formatted into readable text with the trcrpt command.
trcrpt > /tmp/trc.out