HP NonStop G-Series User Manual
Page 137

Command Interpreter
HP AutoSYNC User’s Guide—522580-016
8-45
ALTER SYNCFILESET
specified, AUTOSYNC substitutes the placeholder question mark (?) for
the mapnames-file. This option is applicable to Guardian syncfilesets only.
TRIGGERONFILESET { tacl-command | shell-command }
| NO TRIGGERONFILESET
specifies a tacl or OSS shell command that is executed by AutoSYNC after the
complete file set has been successfully synchronized. This is in contrast with
the TRIGGER option that executes the tacl or shell command for each file that
is synchronized.
The trigger is executed if files have been replaced or purged during the
synchronization, or if a file error has occurred that did not cause the
synchronization to fail.
The trigger is not executed if no files have been replaced or purged during the
synchronization, or if an error other than a file error has occurred that 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.