Ntfrsutl Command In Windows Server 2008

This article explains Ntfrsutl command in Windows server 2008 operating system and also explain its syntax.
  • 3504

Introduction

Ntfrsutl command is used to dumps the internal table, threads and memory information for the NT file replication service. It runs against local and remote server. The recovery setting for NTFRS in service control manager can be critical to locating and keeping important log events on the computers. It also provides a convenient method of reviewing those settings. Syntax used for Ntfrsutl command is given below.

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 For Ntfrsutl


Parameter Description
idtable Id table.
configtable FRS configuration table.
inlog Inbound log.
outlog Outbound log.
<Computer> Defines the computer.
memory Memory usage.
threads Memory usage.
stage Memory usage.
ds Lists NTFRS service's view of the DS.
sets Defines the active replica sets.
version Defines the API and NTFRS service versions.
poll Defines the current polling interval.
/? Shows help at the command prompt.

Ask Your Question 

Got a programming related question? You may want to post your question here 

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.