Manual

3. When the Run-Once replication is complete, restore shares to their original configuration on
the local site, and verify that clients can access the shares.
4. Redirect write traffic to the local site.
Understanding the ibrcfrworker log file (ibrcfrworker.log)
The format used by ibrcfrworker to log messages is "%t,<%p>,%i,%n%L".
In this instance:
%t is the date and time the file/directory was replicated.
%p represents the PID of the ibrcfrworker process
%n is the name of the file/directory being replicated.
%L represents the string "-> SYMLINK", " => HARDLINK", or "" (where SYMLINK or HARDLINK
is a filename).
%i has an output that is 11 letters long.
The general format is YXcstpogaux.
In this instance:
Y is replaced by the type of update being done.
The update types that replace ‘Y’ are as follows:
< is a file is being transferred to the remote host (sent).
> is a file is being transferred to the local host (received).
c is a local change/creation is occurring for the item (such as the creation of a
directory or the change of a symlink, etc.).
h is the item is a hard link to another item (requires --hard-links).
. is the item is not being updated (though it might have attributes that are being
modified).
X is replaced by the file-type
The file types that replace X are as follows:
f is for a regular file
d is for a directory
L is for a symbolic link
D is for a device
S is for a special file (for example, named sockets and First Ins, First Outs (FIFOs)).
The other letters in the %i string are the actual letters that are outputted if the associated
attribute for the file is being updated or a dot (.) for no change. Three exceptions to this
are the following:
A newly created item replaces each letter with a plus sign (+)
An identical item replaces the dots with spaces.
An unknown attribute replaces each letter with a question mark (?). This situation
can happen when talking to an older version of ibrcfrworker.
The attribute that is associated with each letter is as follows:
c means the checksum of the file is different and will be updated by the file transfer
(requires -checksum and is not used in StoreAll version 6.0 or later).
s means the size of the file is different and will be updated by the file transfer.
194 Using remote replication