Hi all,
I am an issue getting remote offices to pull packages (A task sequence) from their onsite DP. They keep pulling from the main DP in the datacenter.
How do I ensure the mainDP is not considured 'LOCAL' but it is 'REMOTE' and the local office DP is 'LOCAL'?
Here is my setup:
- SCCM 2012 with DP / MP set in Datacenter: mainDP
- 3 Offices up the country with local DP Server: OfficeDP1 / OfficeDP2 / OfficeDP3 (green under monitoring and my packages show as verified content)
- SCCM Boundaries set via "AD Site". This matches our AD Structure. In AD Sites and Services, each site has a unique IPv4 addressing (AD Address Prefix: Office1 - 192.168.100.0/25 & Office 2 - 192.168.101.0/25 etc)
- Each SCCM Boundary has a boundary group that reflects the local office
The locationservices file on an office PC has:
- Current AD Site of machine is Office1
- Calling back with the following distribution points
- Distribution Point='http://mainDP/SMS_DP_SMSPKG$/PR10005D', Locality='LOCAL', DPType='SERVER', Version='7804', Capabilities='<Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>', Signature='http://mainDP/SMS_DP_SMSSIG$/PR10005D', ForestTrust='TRUE',
-------------------
I would expect it to say http://Office1DP/SMS_DP_SMSPKG$/PR10005D
---------------------
This is how I configured my separate packages / programs:
Package A and Package B:
- Data Source Tab: disabled Binary diff replication
- Data Access Tab: nothing ticked
- Distribution Settings: ticked - distribute the content for this package to pref dist points
Program 1 and 2 respective config:
- Advanced tab: ticked - Allow this program to be installed...deployed
This is settings when the TS deployed agaisnt Device Collection
- Distribution Points Tab: Nothing ticked (no fallback configured nor use remote distribution point)
- Deployment options dropdown: Download all content locally before starting task sequence
----------------------------
This is the CAS.log file
- Location update from CTM for content PR10005D.4 and request {6637EBA8-A69C-4C96-940B-255EF1A45B3F}ContentAccess16/12/2013 19:04:154704 (0x1260)
- Download request only, ignoring location updateContentAccess16/12/2013 19:04:154704 (0x1260)
- Location update from CTM for content PR100063.4 and request {6637EBA8-A69C-4C96-940B-255EF1A45B3F}ContentAccess17/12/2013 07:45:343832 (0x0EF8)
- Download location found 0 - http://mainDP/SMS_DP_SMSPKG$/PR10005DContentAccess17/12/2013 07:45:343832 (0x0EF8)
- Download requestonly, ignoring location updateContentAccess17/12/2013 07:45:343832 (0x0EF8)
-------------------------
and then the CTM log file:
Persisted locations for CTM job {028C06AE-9D79-481C-A26B-2FF98A1D916C}:(LOCAL) http://mainDP/SMS_DP_SMSPKG$/PR10005DContentTransferManager16/12/2013 17:42:152724 (0x0AA4)
Nothing points to the local officeDP which has the content successfully distributed and verified against it.
Help
Thanks