ASAP 2.8 Client Manual

Entity Definition Language (EDL)
HP NonStop ASAP Client Manual425263-004
6-19
SGPSuffix - EDL Entity Property
The SGPManaged entity property indicates whether the Statistics Gathering Process is
to be managed by the ASAP subsystem. A managed SGP is one that can be started,
get status, and shutdown via the ASAP STARTUP, STATUS, and SHUTDOWN
commands.
Applies to: Server
Default: SGPManaged FALSE
Examples
SGPMANAGED YES -- YES and TRUE mean the same thing
SGPMANAGED TRUE
SGPSuffix - EDL Entity Property
SGPSuffix Alpha
The SGPSuffix entity property defines the alpha character that is appended to the end
of the ASAP ID suffix in order to form a unique process ID for the given entity SGP. For
more information, see the ASAP Server SET ID command.
Applies to: Server
Default: SGPSuffix ""
Examples
SGPSUFFIX J -- DISK SGP's process ID would be $ZOOJ
SGPSUFFIX H -- APP SGP's process ID would be $ZOOH
Version - EDL Entity Property
Version number
The Version entity property defines the version number of the Entity definition.
The version number is used by the ASAP Client and Server to validate that they are
both using the same version of the Entity definition. Providing a version number on
both the Client and Server lets the ASAP Client verify that the Entity definition on the
Client matches the Entity definition on the Server.
Although the Version property is optional, HP recommends that you always specify an
entity version.
When a Version number is not defined in either the Client or Server Entity definition, no
version checks are performed by either the Client or the Server (in other words, the
Entity definitions are assumed to match). This implies that removing the version option
from an Entity can force the client to use the current entity definition, even if that
definition does not match the servers definition of the entity. For this reason, HP