How to enable the debug options in tsafs on Linux?

  • 7004235
  • 19-Aug-2009
  • 27-Apr-2012

Environment

Novell Open Enterprise Server 1 (OES 1) Linux
Novell Open Enterprise Server 2 (OES 2) Linux

Situation

How to enable the debug options in tsafs on Linux?


Resolution

1. cd to /opt/novell/sms/bin/

2. Unload TSA with the following command:./smsconfig -u tsafs

3. Reload the TSA with the following command:
./ smsconfig -l tsafs --smsdebug fffffffc --smsdebug2 fffffffc

4. Run any test that causes the failure that you want the debug log on.

5. Unload the TSA with the following command:
./smsconfig -u tsafs

6. Collect the log at /var/opt/novell/log/sms/tsafs_debug_xxxx.log (the xxxx represents some number)

7. Reload the TSA with the following command:
smsconfig -l tsafs


Additional Information

Formerly known as TID# 10100954