Snacfg PoolA

Purpose Allows you to view, add, delete, or modify LUA LU pools.

To assign existing LUA LUs to an LUA LU pool, first configure the pool with the snacfg poola command (including options), then add the LUs with the snacfg lua command (using the /pool:poolname option).

Note   Configuration settings specified with snacfg poola correspond to LUA LU pool settings configured with SNA Server Manager. Syntax snacfg [#configpath] poola /list
snacfg [#configpath] poola poolname
snacfg [#configpath] poola poolname /add [options]
snacfg [#configpath] poola poolname [options]
snacfg [#configpath] poola poolname /delete

where
 

#configpath
Specifies the path of the configuration file to view or change. If the configuration path is omitted, SNA Server will attempt to access the configuration file on the local system, using the path \SNAServerRoot\SYSTEM\CONFIG\COM.CFG, where SNAServerRoot is the SNA Server root directory.
/list
Generates a list of configured LUA LU pools.
poolname
Specifies the name of the LUA LU pool to view, add, modify, or delete. The name can be from one through eight characters long, and can contain alphanumeric characters and the special characters $, #, and @. Lowercase letters are converted to uppercase. The name cannot be the same as any other pool name or LU name (other than APPC LU names) in the installation.

If no options are specified after poolname, the result is a list of the configuration settings for the specified pool.

/add
Adds an LUA LU pool called poolname. To configure the LUA LU pool, either specify other options after /add, or specify configuration options in additional snacfg poola commands (using the same poolname).
/delete
Deletes poolname.
options
Are as shown in the following list.
Options for LUA LU Pools
 
/highpriority: { yes | no }
Specifies whether LUs in this pool will be given priority over low-priority LUs. The priority setting of a pool overwrites the setting of any LUA LU assigned to the pool.
/comment:"text"
Adds an optional comment to the specified LUA LU pool. The comment can contain as many as 25 characters; enclose the comment in quotes.