Command Reference Guide
Administration Commands
set_cs_trace
trace_direction
Specifies the direction or directions in which tracing is required. This parameter is ignored if trace_flags is
set to NONE. Possible values are:
CS_SEND
Trace messages flowing from the target computer to the computer defined by dest_sys.
CS_RECEIVE
Trace messages flowing from the computer defined by dest_sys to the target computer.
CS_BOTH
Trace messages flowing in both directions.
2.186.2 Returned Parameters
No parameters are returned by SNAplus2 when this command executes successfully.
2.186.3 Error Return Codes
If the command cannot be executed, SNAplus2 returns a primary return code to indicate the type of error and a
secondary return code to provide specific details about the reason for unsuccessful execution.
Parameter Check
If the command does not execute because of a parameter error, SNAplus2 returns the following parameters:
primary_rc
PARAMETER_CHECK
secondary_rc
Possible values are:
NAME_NOT_FOUND
The server specified by the dest_sys parameter was not valid or was not started.
LOCAL_SYSTEM
The server specified by the dest_sys parameter is the same as the target node to which this command
was issued.
INVALID_TRC_DIRECTION
The trace_direction parameter was not set to a valid value.
INVALID_TARGET
The command was issued on a standalone server. This command can only be issued on a client-server
system.
State Check
No specific state errors, other than those listed in Appendix A, Common Return Codes from snapadmin Commands,
occur for this command.
Other Conditions
Appendix A, Common Return Codes from snapadmin Commands, lists combinations of primary and secondary
return codes that are common to all commands.
584