To enable trace for the nsqcm process, you must start it with the -t option.
See sample start-up command below. Replace the variables with actual values as required. Note that start-up options (such as -u), depend on your environment and requirements. To get the list of options and their descriptions, run nsqcm -? from the command line interface (CLI).
nsqcm -m$WORKGROUP -n$NODE -s$PORT -u -t >> $APWMQ_HOME/logs/nsqcm.log 2>&1 &
When trace is enabled, the log file size increases rapidly. Do not keep tracing enabled for an extended period, as it may consume all available disk space. After collecting the required logs, disable trace and restart the command normally.