Command Reference Guide
Administration Commands
define_defaults
2.14.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
No parameter errors occur for this command.
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.
2.15 define_defaults
The define_defaults command defines default parameters used by the node.
2.15.1 Supplied Parameters
Parameter name Type Length Default
[define_defaults]
description character 31 (null string)
mode_name character 8
implicit_plu_forbidden constant NO
specific_security_codes constant NO
limited_timeout decimal 0
Supplied parameters are:
description
A text string describing the default parameters. SNAplus2 uses this string for information only. It is stored
in the node’s configuration file and returned on the query_defaults command.
mode_name
Name of the default mode. If an application specifies an unrecognized mode name when attempting to start
a session, the parameters from this mode are used as a default definition for the unrecognized mode.
This mode must be either an SNA-defined mode or a mode defined by a previous define_mode command.
For more information about SNA-defined modes, refer to the HP-UX SNAplus2 Administration Guide. The
name is a type-A character string starting with a letter.
implicit_plu_forbidden
Specifies whether SNAplus2 puts implicit definitions in place for unknown partner LUs. Possible values are:
YES
SNAplus2 does not put implicit definitions in place for unknown partner LUs. All partner LUs must
be defined explicitly.
NO
73