AutoSYNC Software User's Guide (Update 19)

Command Interpreter
HP AutoSYNC User’s Guide522580-020
8-30
ALTER FILE
BUFFERED | NO BUFFERED
turns buffering on or off.
CLEARONPURGE | NO CLEARONPURGE
erases disk free space when files are purged.
CODE
numeric file code of the file. file-code is an integer between 0 and 65535. Codes
100 to 999 are reserved for use by HP.
LOCKLENGTH length
the byte count of the key for generic locks. length is between 0 and the primary key
length of the file.
MAXEXTENTS size
the maximum disk allocation extents. size is an integer between 16 and 978, where
the maximum value depends on the free space in the file label.
NOPURGEUNTIL [ ok-time-to-purge ]
sets date and time after which PURGE is allowed.
ok-time-to-purge can be specified in one of two formats:
as [[ date ] time] or [[ time ] date],
where: time is hh:mm[:ss], date is dd mmm yyyy or mmm dd yyyy
for example: Jan 12 2014 12:30;
or as a Julian Timestamp
for example: 212256289800000000 (Jan 12 2014 12:30)
If ok-time-to-purge is omitted, the current time is used, thereby making the file
purgeable immediately.
OWNER user-id
the user ID of the owner of the files. For example: 100,004.
RESETBROKEN
resets BROKEN flag in the file label for non audited files.
SECURE “rwep”
Guardian security string.
SERIALWRITES | NO SERIALWRITES
whether serial writes to the mirrored disk are performed. If NO SERIALWRITES is
specified, parallel writes are performed. The default is NO SERIALWRITES.
VERIFIEDWRITES | NO VERIFIEDWRITES