Command Reference Guide

Administration Commands
dene_dspu_template
define_dspu_template can also be used to dene downstream LUs that support applications communicating
with a Primary RUI application on the SNAplus2 node. For more information about Primary RUI, see HP-UX
SNAplus2 LUA Programmers Guide.
2.21.1 Supplied Parameters
Parameter name Type Length Default
[define_dspu_template]
template_name character 8
description character 32 (null string)
modify_template constant REPLACE_DSPU_TEMPLATE
max_instance decimal 0
{dslu_template}
min_nau decimal
max_nau decimal
host_lu character 8
allow_timeout constant NO
delayed_logon constant NO
Supplied parameters are:
template_name
The name of the template for downstream LUs that are present on a group of downstream workstations.
description
Resource description that is returned on the query_dspu_template command.
modify_template
Species whether this command should add additional DSLU templates to an existing DSPU template or
should replace an existing DSPU template. Possible values are:
MODIFY_DSPU_TEMPLATE
If the named DSPU template does not exist, then it is created. If the named DSPU template does exist,
then the DSLU templates supplied to this command are added to the existing DSPU template.
REPLACE_DSPU_TEMPLATE
A new template is created, overwriting any existing denition.
max_instance
The maximum number of instances of the template that can be active concurrently. When the limit is reached,
no new instances are created. Specify a value in the range 065,535, where 0 indicates no limit.
The subrecord
dslu_template contains the following parameters:
min_nau
NAU address of the rst downstream PU, in the range 1255.
max_nau
NAU address of the last downstream PU, in the range 1255.
host_lu
Name of the host LU or host LU pool that the downstream LU uses. This name is an 8-byte type-A character
string.
If the downstream LUs are used to communicate with a SNAplus2 Primary RUI application instead of a host,
set this eld to the string #PRIRUI#.
86