Storage Management
200
Titan SiliconServer
Keyword
Value(s)
FILENAME
The names and types of files that will be a part of the rule.
If multiple names are being specified, they should be
separated by commas. FILENAME values may start or end
with a "*" wildcard character to indicate all files starting/
finishing with specific characters.
Usage:
FILENAME will often be used with an INCLUDE statement to
ensure that non-essential files are migrated to secondary
storage. It can also be used with an EXCLUDE statement to
prevent specific important data sets from being migrated.
For example:
(<FILENAME *.mp3,*.txt,filename*>)
PATH
Specifies literal paths in which the rule should apply. Values
must be full paths, starting with "/". If multiple paths are to
be specified, they should be separated by commas. PATH
values may end with a "*" wildcard character to indicate all
subdirectories under the specified path.
Usage:
When used in an INCLUDE statement, PATH allows specific
directories to be included for migration. This is useful when
migrating less-critical directories such as temp or home
directories. When used in an EXCLUDE statement,
directories can be excluded from migration, leaving all the
files within on primary storage.
For example:
(<PATH /temp/*,/home*,/other/dir*>)
FILE_SIZE_OVER
Identifies file in the rule whose sizes fall above a specific
size threshold. The value is appended to the keyword and is
defined by the threshold size in B, KB, MB, or GB.
Usage:
This will likely be used with INCLUDE statements to ensure
files of very large sizes are migrated to secondary storage.
For example:
<FILE_SIZE_OVER 4GB>