Friday, October 25, 2013

Folders structure in a Distribution Point – SCCM 2012

1)   SCCM CONTENT LIB – SCCM 2012 new folder structure that contains all package files in encrypted and compressed form (download content from distribution point and run locally option).
a)   DataLib - contains .ini file which includes important information for the actual file-(Attributes, Size, Time Modified, Hash). The first four entries of the hash is the folder name for the package in the FileLib folder.
b)   FileLib - directory where all the actual files are stored, contains package in encrypted form. The .ini files contains the package ID (to track which software on SCCM and PKGlib folder) .
c)   PkgLib – contains the .ini file that shows the package ID

2)   SMS_DP$ - logs, bin & Tools
Contains distribution point log files, the files used to validate content, prestage content.

3)   SMSPKG<P>$ - EDU/SCCM 2012 package ID
Previous versions of SCCM stored content in SMSPKG folders. Even with a content library, ConfigMgr 2012 relies on the SMSPKG folder when an advertisement is set to the (Run program from distribution point option).

4)   SMSSIG$ - tar files
Used to download signatures for Microsoft Remote Differential Compression for branch distribution points when performing binary delta downloads from distribution points. It contains the package signatures to be used for branch distribution points. SMSSIG$ is created on the drive with the most free space

No comments:

Post a Comment