Turn On shell tracing
In *NUX, tacmd is a shell script that calls the native tacmd executable after setting necessary environment. A simple way to debug this shell script is to turn on the korn shell tracing while running tacmd like below.
ksh -xv `which tacmd` -s server -u user -p pass
For example, if there is a permission issue to the
Turn on ITM 6.1 tacmd tracing
You can turn on tacmd tracing depending on the platform type.
Unix/Linux Platforms
On Unix, you need to to change the following lines in the tacmd shell script. (Always exercise caution!).
#KBB_RAS1='Error(UNIT:KDY ALL)(UNIT:KUI ALL)'
KBB_RAS1='Error'
to
KBB_RAS1='Error(UNIT:KDY ALL)(UNIT:KUI ALL)'
#KBB_RAS1='Error'
The log file kuiras1.log is located in
Windows platforms
On Windows platforms, edit the KUIENV in
KBB_RAS1=Error(UNIT:KDY ALL)(UNIT:KUI ALL)
Now the log file is located in kuiras1.log in
Wednesday, March 12, 2008
tacmd problems?
When it is working, tacmd is the swiss-army knife in your armour. But, when it is not working, it could be your version of Damocles' sword. Kidding aside, this article explains how to troubleshoot common tacmd problems.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment