Owner's manual

Command Interpreter
HP AutoSYNC User’s Guide522580-015
8-44
ALTER SYNCFILESET
The trigger is executed if all files have been synchronized or, if a file error has
occurred during the synchronization, or if no files required synchronization.
The trigger is not executed if an error other than a file error has occurred and
caused the synchronization to fail.
The command supports a set built-in arguments. Each argument starts with a
pound sign (#) and is terminated by a TACL delimiter character such as space,
comma (,), or by a OSS shell delimiter such as space, semicolon (;), and so
on. Arguments are not case-sensitive.
The built-in arguments are the following:
°
#SOURCEFSET is replaced with the original source file set name.
°
#DESTFSET is replaced with the destination file set name.
°
#FSETCOUNT is the number of files in the source file set.
°
#SYNCCOUNT is the number of files replaced on the destination.
°
#COUNTNOTBKUP is the number of files not backed up.
°
#COUNTNOTREST is the number of files that were not restored.
guardian-only-options
AUDITED | NO AUDITED
instructs AutoSYNC to synchronize (or skip) the audited files in the file set.
The default is NO AUDITED.
AUTOCREATECATALOG | NO AUTOCREATECATALOG
instructs AutoSYNC to create (or not to create) a SQL catalog when a SQL
object that requires a catalog is moved to a destination where the catalog does
not exist.
The catalog is created in the same location as the catalog on the source
system. If the source catalog volume does not exist on the destination system,
the catalog is placed on the volume of the destination tables.
The security of the newly created destination catalog is set to the syncuser's
default Guardian security.
If the catalog already exists, the option is ignored.
To register the object in a different catalog, use the CATALOG option in
addition to AUTOCREATECATALOG.
BACKUP backup-program | NO BACKUP
the name of the BACKUP object program to use on the source system when a
file set is synchronized.