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 codeCA 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 codeUA UAT2 /library_cache_area=st-lc-2
See also:
- Web client: Open streams and set defaults
- Desktop client: Open streams and set defaults