SNAX/HLS Configuration and Control Manual

Command Dictionary
Using the HLSRDT Utility
104705 Tandem Computers Incorporated 4-23
SET Command The SET command assigns a value to a given attribute of a named object.
SET { PROFILE }
attribute
value
{ BIND }
{ INIT }
attribute
is one of the attributes associated with the object, or the special attribute LIKE.
value
is a value appropriate to the named attribute.
The LIKE attribute differs in that it sets all the attributes of the working copy to
equivalent values from the referenced PROFILE, BIND, or INIT record. The format of
the command is:
SET { PROFILE } LIKE
name-8
{ BIND }
{ INIT }
name-8
is the name of a BIND, INIT, or PROFILE record currently in the saved set.
The effect of the SET
object
LIKE command is to set all the attributes of the working
version to the values held in the named entry.
Examples
The following command sets the maximum outbound RU size for the primary to 512
and records it in the working BIND image.
@SET BIND PRI-MAX-RU 512
@
The following command sets all the attributes of the working BIND image to be
identical to the values previously defined in the TBIND image.
@SET BIND LIKE TBIND
@