When this command is issued, the associated DLC and node are activated
automatically if they are not already active.
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.
If the command does not execute because of a parameter error,
SNAplus2 returns the following parameters:
- primary_rc
PARAMETER_CHECK
- secondary_rc
- INVALID_PORT
The port_name parameter was not the name of a defined port.
If the command does not execute because of a state error,
SNAplus2 returns the following parameters:
- primary_rc
STATE_CHECK
- secondary_rc
Possible values are:
- DUPLICATE_PORT
The specified port has already been started.
- STOP_PORT_PENDING
The specified port is currently being deactivated.
You cannot start the port until deactivation is complete.
If the command does not execute because other conditions exist, SNAplus2
returns the following parameters:
- primary_rc
CANCELLED
- secondary_rc
- NO_SECONDARY_RC
A stop_port command was issued before this command had completed;
the start_port command was canceled.
Appendix A “Common Return Codes from snapadmin Commands” lists combinations
of primary and secondary return codes that are common to all commands.