AutoSYNC Software User's Guide (Update 17)

Command Interpreter
HP AutoSYNC User’s Guide522580-018
8-22
ADD SYNCFILESET
specifies that destination unaudited files that are opened for shared READ
access or running object files are to be renamed to allow AutoSYNC to replace
them.
The syncuser must have PURGE privileges to the destination file for the
RENAME to succeed.
Both the old and new file names are recorded in an AutoSYNC index file called
AAINDEX, located in the MapDB subvolume.
The renamed files are named AAnnnnnn, where nnnnnn is a sequence
number, and are placed in same subvolume name as the AutoSYNC MapDB,
in the destination fileset volume. Renamed partitions, alternate indexes and
protection views are named ABnnnnnn, ACnnnnnn, and so on.
RESTORE restore-program
the name of the RESTORE object program to use on the destination system
when a file set is synchronized.
This option overrides the RESTORE option specified in the ADD SYNCUSER
or ALTER SYNCUSER command.
If RESTORE is omitted, $SYSTEM.SYSnn.RESTORE is used.
SECURE “rwep”
the security of destination files. If this option is omitted, the security of a
destination file is the same as that of the source file unless
NETWORKSECURE is on and the destination files are on a destination
system.
SQLREDEF
instructs AutoSYNC to synchronize SQL tables based on differences in the
redefinition timestamps, in addition to differences in modified timestamps. This
option allows AutoSYNC to be sensitive to certain DML changes performed on
SQL tables, such as ADD COLUMN, which do not cause the modification
timestamp to change.
Note. If the destination file is audited, AutoSYNC displays a warning message and
the file is not synchronized. An audited file cannot be renamed and AutoSYNC cannot
temporarily unaudit the file to rename it because the file is opened.
Note. A synchronized file, table, index or view may not replace an existing object of a
different type.