text
stringlengths
0
4.23k
inlog
Specifies the inbound log.
outlog
Specifies the outbound log.
<computer>
Specifies the computer.
memory
Specifies the memory usage.
threads
Specifies the memory usage.
stage
Specifies the memory usage.
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./quickly - Polls quickly until it retrieves a stable configuration./quickly= - Polls quickly every default number of minutes./quickly=<n> - Polls quickly every n minutes./slowly - Polls slowly until it retrieves a stable configuration./slowly= - Polls slowly every default number of minutes./slowly=<n> - Polls slowly every n minutes./now - Polls now.
/?
Displays help at the command prompt.
<computer>
/quickly
/quickly=
/quickly=<n>
/slowly
/slowly=
/slowly=<n>
/now
Examples
To determine the polling interval for file replication, type:
C:\Program Files\SupportTools>ntfrsutl poll wrkstn-1
To determine the current NTFRS application program interface (API) version, type:
C:\Program Files\SupportTools>ntfrsutl version
offline disk
Takes the online disk with focus to the offline state. If a dynamic disk in a disk group is taken offline, the status of the disk changes to missing and the group shows a disk that's offline. The missing disk is moved to the invalid group. If the dynamic disk is the last disk in the group, then the status of the disk changes to offline, and the empty group is removed.
Note
A disk must be selected for the offline disk command to succeed. Use the select disk command to select a disk and shift the focus to it.
This command also works on disks in SAN online mode by changing the SAN mode to offline.
Syntax
offline disk [noerr]
Parameters
Parameter
Description
noerr
For scripting only. When an error is encountered, DiskPart continues to process commands as if the error did not occur. Without this parameter, an error causes DiskPart to exit with an error code.
Examples
To take the disk with focus offline, type:
offline disk
offline volume
Takes the online volume with focus to the offline state.
Note
A volume must be selected for the offline volume command to succeed. Use the select volume command to select a disk and shift the focus to it.
Syntax
offline volume [noerr]
Parameters
Parameter
Description
noerr