Logo
programming4us
programming4us
programming4us
programming4us
Home
programming4us
XP
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server
programming4us
Windows Phone
 
Windows Server

System Center Configuration Manager 2007 : Status Messages and Logs (part 3) - Viewing Intersite Replication

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
5/7/2012 3:59:35 PM

Viewing Intersite Replication

When a component requires intersite replication services, you expect to see the component write to the Replication Manager’s inbox to initiate the replication process. Here the Process Monitor data is filtered to find events that indicate files are written to replmgr.box. The filtered data is sent to Microsoft Excel for analysis. Table 3 contains some events related to the site-join process.

Table 3. File Operations That Initiate Intersite Replication
OperationDetailsComponent
CreateFile%ProgramFiles%\Microsoft Configuration Manager\inboxes\replmgr.box\outbound\normal\CENut1kg.RPLStatus Summarizer
CreateFile%ProgramFiles%\Microsoft Configuration Manager\inboxes\replmgr.box\outbound\normal\CEN1fht1.RPLStatus Summarizer
CreateFile%ProgramFiles%\Microsoft Configuration Manager\inboxes\replmgr.box\outbound\high\CEN09g8m.RPTHierarchy Manager
SetRenameInformationFile%ProgramFiles%\Microsoft Configuration Manager\inboxes\hman.box\2vy1wrxz.TMP ReplaceIfExists: True, FileName: C:\Program Files\Microsoft Configuration Manager\inboxes\replmgr.box\outbound\high\CEN09g8m.RPTHierarchy Manager

Both the Status Summarizer and Hierarchy Manager create files for Replication Manager to process:

  • The two Status Summarizer files are normal priority jobs and are inserted in the normal folder.

  • The Hierarchy Manager job is high priority and goes in the high folder.

Replication Manager scans its inboxes, finds the files, and processes them to create jobs for the Scheduler, as the following sequence of log entries shows:

SMS_REPLICATION_MANAGER  7/27/2008 4:26:29 PM  Scanning normal
priority outbound replication directory.
125

SMS_REPLICATION_MANAGER  7/27/2008 4:26:29 PM  Found 2 replication files

SMS_REPLICATION_MANAGER  7/27/2008 4:26:29 PM  There may be more
replication files coming in, wait 5 seconds and scan again.

SMS_REPLICATION_MANAGER  7/27/2008 4:26:34 PM  Found 1 replication files

SMS_REPLICATION_MANAGER  7/27/2008 4:26:34 PM  There may be more
replication files coming in, wait 5 seconds and scan again.

SMS_REPLICATION_MANAGER  7/27/2008 4:26:39 PM  Did not find any
additional replication files.

SMS_REPLICATION_MANAGER  7/27/2008 4:26:39 PM  Minijob created.
Priority 2, transfer root
(\\WILDFLOWER\SMS_DAL\inboxes\replmgr.box\ready\2_r3pltl.CEN).

Process Monitor shows Replication Manager creating the .JOB file in the Scheduler’s inbox:

SetRenameInformationFile \\WILDFLOWER\SMS_DAL\inboxes\schedule.box\UID\0000088A.JOB

					  

Figure 5 displays the log entries by the Scheduler’s initial processing of these jobs, which takes place during the next Scheduler Processing cycle.

Figure 5. The Log Viewer (Trace32) shows the events logged during the sender processing cycle

After a 10-second delay, the Scheduler processes the sending requests.

There is direct address to site CEN, no need for routing for send request 101OPDAL.
Scheduling send request 101OPDAL.
Selected outbox.  From: C:\Program Files\Microsoft Configuration
Manager\inboxes\schedule.box\requests to
\\WILDFLOWER\SMS_DAL\inboxes\schedule.box\outboxes\LAN.

					  

The following excerpts from the LAN sender log show the major phases of the sending operation. First, the sender connects to the Scheduler’s outbox (\..\schedule.box\outboxes\LAN) to check for sender instructions. The sender then finds the send request and establishes a connection to the destination site.

Connecting to C:\Program Files\Microsoft Configuration Manager
\inboxes\schedule.box\outboxes\LAN.
Found send request.  ID: 101OPDAL, Dest Site: CEN
We have 0 active connections
Checking for site-specific sending capacity.  Used 0 out of 3.
We have 0 active connections
Created sending thread (Thread ID = C94)
Trying the No. 1 address (out of 1)
Found send request.  ID: 201OQDAL, Dest Site: CEN
FQDN for server Bluebonnet is Bluebonnet.sccmunleashed.com
We have 1 active connections
The next major phase of the sender operation is to locate the package and
instruction files and verify that they are not already on the destination server:
Passed the xmit file test, use the existing connection
Package file = C:\Program Files\Microsoft Configuration Manager
\inboxes\schedule.box\tosend\00000889.P4x
Instruction file = C:\Program Files\Microsoft Configuration Manager
\inboxes\schedule.box\tosend\00000889.Iy1
Checking for remote file \\Bluebonnet.sccmunleashed.com\SMS_Site\101OPDAL.PCK
Checking for remote file \\Bluebonnet.sccmunleashed.com\SMS_Site\101OPDAL.SNI
The final major phase of the sending process is to actually transmit the data,
together with package instructions that will allow the Despooler component at the
receiving site to unpack and correctly route the files:
Attempt to create/open the remote file
\\Bluebonnet.sccmunleashed.com\SMS_Site\101OPDAL.PCK
Created/opened the remote file \\Bluebonnet.sccmunleashed.com\SMS_Site\101OPDAL.PCK
Checking for remote file \\Bluebonnet.sccmunleashed.com\SMS_Site\201OQDAL.TMP
Attempt to create/open the remote file
\\Bluebonnet.sccmunleashed.com\SMS_Site\101OPDAL.PCK
Created/opened the remote file \\Bluebonnet.sccmunleashed.com\SMS_Site\101OPDAL.PCK
Sending Started [C:\Program Files\Microsoft Configuration Manager
\inboxes\schedule.box\tosend\00000889.P4x]
Attempt to write 671 bytes to \\Bluebonnet.sccmunleashed.com\SMS_Site\101OPDAL.PCK
at position 0
Attempt to create/open the remote file
\\Bluebonnet.sccmunleashed.com\SMS_Site\201OQDAL.PCK
Wrote 671 bytes to \\Bluebonnet.sccmunleashed.com\SMS_Site\101OPDAL.PCK at position 0
Sending completed [C:\Program Files\Microsoft Configuration Manager
\inboxes\schedule.box\tosend\00000889.P4x]

					  

Tip: Using NAL Logging to Capture Network Connection Processing

If you are interested in seeing even more detail of ConfigMgr network activity, you can enable Network Abstraction Layer logging. 


When a site is joined to a new parent site, all site configuration, discovery, and inventory data is replicated to the parent site. The sending components continue this process until the replication is complete. Other processes not detailed here due to space considerations include the receiving end of the site join and the synchronization of objects and data between the newly joined sites.

Other -----------------
- Recovering from a Disaster in an Exchange Server 2007 Environment : Using the Recovery Storage Group in Exchange Server 2007 & Recovering Internet Information Services
- Recovering from a Disaster in an Exchange Server 2007 Environment : Recovering from Database Corruption
- Windows Server 2008 Server Core : Testing Batch Files (part 2) - Identifying Batch Files and Their Actions & Using a Centralized Data Store
- Windows Server 2008 Server Core : Testing Batch Files (part 1) - Adding Debug Information to Batch Files
- Microsoft Dynamics AX 2009 : Working with Data in Forms - Building selected or available lists
- Microsoft Dynamics AX 2009 : Working with Data in Forms - Creating custom instant search filters
- Sharepoint 2007 : Managing Site Security - Set Users’ Permissions on a Site (part 2) - Add Users’ Permissions Directly to or Remove Them from a Site
- Sharepoint 2007 : Managing Site Security - Set Users’ Permissions on a Site (part 1) - Add or Remove Users in a SharePoint Group
- Sharepoint 2007 : Managing Site Security - Get to the Site’s Security Settings Page
- Microsoft Systems Management Server 2003 : Defining and Configuring Site Systems (part 4) - Management Points, Reporting Points & Server Locator Points
 
 
Top 10
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
 
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server