Ntfrsutl

Updated: April 17, 2012

Applies To: Windows Server 2008 R2

Dumps the internal tables, thread, and memory information for the NT File Replication Service (NTFRS). It runs against local and remote servers. The recovery setting for NTFRS in Service Control Manager (SCM) can be critical to locating and keeping important log events on the computer. This tool provides a convenient method of reviewing those settings. For examples of how this command can be used, see Examples.

Syntax

ntfrsutl[idtable|configtable|inlog|outlog][<Computer>]
ntfrsutl[memory|threads|stage][<Computer>]
ntfrsutl ds[<Computer>]
ntfrsutl [sets][<Computer>]
ntfrsutl [version][<Computer>]
ntfrsutl poll[/quickly[=[<N>]]][/slowly[=[<N>]]][/now][<Computer>]

Parameters

Parameter Description

idtable

ID table

configtable

FRS configuration table

inlog

Inbound log

outlog

Outbound log

<Computer>

Specifies the computer.

memory

Memory usage

threads

stage

ds

Lists the NTFRS service's view of the DS.

sets

Specifies the active replica sets

version

Specifies the API and NTFRS service versions.

poll

Specifies the current polling intervals.

 

Parameter Description

/quickly[=[ <N>]]

Polls quickly

 

Value Description

quickly

Polls quickly until stable configuration is retrieved.

quickly=

Polls quickly every default minutes.

quickly=<N>

Polls quickly every N minutes.

/slowly[=[ <N>]]

Polls slowly

 

Value Description

slowly

Polls slowly until stable configuration is retrieved.

slowly=

Polls slowly every default minutes.

slowly=<N>

Polls quickly every N minutes.

/now

Polls now

/?

Displays Help at the command prompt.

Examples

To determine the polling interval for file replication:

C:\Program Files\SupportTools>ntfrsutl poll wrkstn-1

To determine the current NTFRS application program interface (API) version:

C:\Program Files\SupportTools>ntfrsutl version

Additional references