Tivoli Header

Tivoli Storage Manager for Windows Backup-Archive Clients Installation and User's Guide


JournaledFileSystemSettings Stanza

Settings under this stanza (with the exception of the JournaledFileSystems setting) apply to each specified journaled file system. These settings may be overridden for individual file systems in an override stanza; see Overriding Stanzas for more information.

The following is the syntax for the JournaledFileSystemSettings stanza:

Syntax for JournaledFileSystemSettings stanza:
[JournaledFileSystemSettings]
Syntax for stanza settings:
JournaledFileSystemSetting=value

You can specify the following JournaledFileSystemSettings values:

JournaledFileSystems
Specifies a space delimited list of file systems to journal. With the exception of Windows 2000 mount points, only entire file systems are supported. There is no default value. You must specify at least one journaled file system for the journal service to run. Journaled file systems may be added or removed online without having to restart the service. For example:
  JournaledFileSystems=c: d:

JournalDbSize
Specifies the maximum size the journal database can grow. The journal database size is expressed in bytes. A value of zero (0) indicates that the database size is limited only by the capacity of the file system containing the journal database. The default is 0 (unlimited). For example:
  JournalDBSize=0x005000

NotifyBufferSize
Specifies the size of the memory buffer receiving file system change notifications. You may need to increase this value for journaled file systems that generate a very large volume of change activity. The buffer size is limited by memory. The default value is 0x00100000 (1 megabyte). For example:
  NotifyBufferSize=0x00200000

NotifyFilter
Specifies what file system change actions generate notifications to the journal service. Multiple actions may be monitored by combining (adding) values together. The default value is 0x117 (File and Dir Name, Attrib, Size, Last Write, and security Changes). You can also use the TSM Journal Engine Wizard to specify that any or all of these actions are monitored. Supported values are:
Value Type Decimal Hex
File Name 1 0x001
Dir Name 2 0x002
Attribute 4 0x004
File size* 8 0x008
Last Write Time* 16 0x010
Last Access Time 32 0x020
Create Time 64 0x040
Security (ACL) 256 0x100

The asterisk (*) indicates that notification may be deferred until disk write cache is flushed. Name changes are object creations, deletions, or renames.

Example:

  NotifyFilter=0x107


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]