ASAP 2.8 Client Manual
Entity Definition Language (EDL)
HP NonStop ASAP Client Manual—425263-004
6-18
Reserved - EDL Entity Property
If a Rate entity is not specified for a given entity, the global ASAP server SET RATE
value is used to determine whether the sample time for an entity is too late or too early.
This property is used for early or late detection, but does not affect the client if the time
property for an entity is not graphed.
Applies to: Client
Default: RATE 0
Examples
SET RATE 1 -- One minute update expected
Reserved - EDL Entity Property
Reserved Boolean
The Reserved entity property defines whether the entity is treated as a reserved entity.
Reserved entities are defined by HP. If reserved is not true, it is assumed to be
externally defined by a user or third party application.
Applies to: Client and Server
Default: Reserved FALSE
Example
RESERVED FALSE
SGPFile - EDL Entity Property
SGPFile Filename
The SGPFile entity property defines the object code filename of the SGP program that
is responsible for this entity. If the entity's SGPMANAGED property is not TRUE, this
property has no meaning.
Applies to: Server
Default: SGPFile ""
Examples
SGPFile "$SYSTEM.SYSTEM.ASAPDSK" -- Disk SGP code file
SGPFile "$SYSTEM.SYSTEM.ASAPEXP" -- Expand SGP
SGPFile "$SYSTEM.SYSTEM.ASAPXSGP" -- App SGP
SGPManaged - EDL Entity Property
SGPManaged Boolean