Use library cache areas

When deployment areas are geographically remote from the main Dimensions CM server, you can associate a library cache area with a deployment area to improve deployment performance.

To associate a library cache area with a deployment area, use the CA (Create Area) or UA (Update Area) commands and supply the /LIBRARY_CACHE_AREA=<area_id> qualifier.

For example:

  • The following command creates a new UAT deployment area and associates it with the ST-LC-1 library cache area:

    Copy code
    CA UAT1 /net=st3859 /dir=c:\deploy\uat1 /user=dmsys /pass=<password> /type=deployment /stage=uat /library_cache_area=st-lc-1
  • The following command associates an existing UAT deployment area with the ST-LC-2 library cache area:

    Copy code
    UA UAT2 /library_cache_area=st-lc-2

Back to top

See also: