About the license pack file (LPF)

LPFs are created on the Niagara License Server as part of the license record for the FLR. Note the following points about the LPF.

LPF characteristics

Refer to Figure 3 and the following list for descriptions each of the major blocks of the LPF:

Figure 3. Example LPF

<lpf vendor="Acme" generated="“2010-01-31"
expiration="2011-01-31">  <!-- This is the configuration for
the FLR -->  <flr hostId="hostId" port="19110" /> 
<!-- These are the license packs that the FLR can serve -->  <packs> 
  <!-- A "station" pack -->    <pack name="station" limit="10"> 
    <licenses>        <!-- This is a standard licenses block at this
point. All the       licenses that are in here will be sent to NREs that
request the "station" pack. -->      </licenses>    </pack> 
  <!-- A "workbench" pack -->    <pack name="wb" limit="20"> 
    <licenses>        <!-- ... -->      </licenses>  
 </pack>    <!-- A "energy" pack -->    <pack name="energy"
limit="2">      <licenses>...</licenses>    </pack
>  </packs>    <signature>signed by Licensor</signature></lpf>


LPF elements and attributes