Administration Commands
stop_internal_pu
This command must be issued to a running node.
2.206.1 Supplied Parameters
Parameter name | Type | Length | Default |
[stop_internal_pu] |
|
|
|
pu_name | character | 8 |
|
stop_type | constant |
| ORDERLY_STOP |
Supplied parameters are:
pu_name
Name of the internal PU for which the
stop_type
Specifies how to stop the PU. Possible values are:
ORDERLY_STOP
Deactivate all underlying
IMMEDIATE_STOP
Deactivate the
2.206.2 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
INVALID_STOP_TYPE
The stop_type parameter was not set to a valid value.
State Check
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:
PU_NOT_DEFINED
The supplied PU name did not match the name of a defined internal PU.
PU_ALREADY_DEACTIVATING
The PU is already being deactivated.