Administration Commands
define_lu_pool
description | character | 31 | (null | string) |
lu_name | character | 8 | (null | string) |
(0–10 lu_name parameters can be specified.)
Supplied parameters are:
pool_name
Name of the LU pool. This name is an
description
A text string describing the pool. SNAplus2 uses this string for information only. It is stored in the node’s configuration file and returned on the query_lu_pool command.
lu_name
Names of the LUs that are to be assigned to the pool. To define the pool without adding any LUs, do not specify any LU names.
Each of the specified LUs must already be defined as an LU of type
If a specified LU is currently assigned to a different pool, SNAplus2 removes it from that pool (because an LU cannot be in more than one pool) and assigns it to the pool specified by this command.
2.39.2 Returned Parameters
No parameters are returned by SNAplus2 when this command executes successfully.
2.39.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:
INVALID_LU_NAME
One or more of the supplied LU names did not match any defined LU name.
INVALID_POOL_NAME
The pool_name parameter contained a character that was not valid.
State Check
If the command does not execute because of a state error, SNAplus2 returns the following parameters:
primary_rc
STATE_CHECK
secondary_rc
132