Description:
If an error occurs during an installation using the lsm command or during the installation of a SD package of type PIF/RPM/PKG on a Unix/Linux machine, it could be useful to get debug/trace files in order to have more information about the error.
Example :
A RPM package has been created in ITCM :
<Please see attached file for image>
When sending this package to a Linux machine, an error SMX occurs :
<Please see attached file for image>
How to generate trace files in order to have more information about this error ?
Solution:
Enabling LSM trace
On the Unix/Linux machine do the following:
[transaction] TRACE=1
caf stop export LSM_TRACELEVEL=6 caf start caf will be started with LSM_TRACELEVEL=6
Disable LSM Trace
In order to disable the trace edit the file /opt/CA/installer/conf/sma.cfg and set TRACE to 0 :
[transaction] TRACE=0