Mirror on server service keyed files¶
The mirror on server service keyed files, will be located inside the $SCULPTOR/server directory.
Mirrors¶
This file is used to specify which keyed files to mirror and in this case the mirror destination, to make sure the file is properly setup the $SCULPTOR/sbin/mirrormgt.q program is provided.
KEY FIELDS |
||
1:Source1 |
a128 |
Mirror filtering |
DATA FIELDS |
||
2:Flags2 |
i4 |
Include or exclude |
3:MirrorDbType3 |
i2 |
Mirror type |
4:MirrorDbSource4 |
a128 |
Mirror source |
4:MirrorDbFlags |
i4 |
DBFL_* mirror flags |
- 1
Source: It contains the keyed pathname. But it may also “point” to any parent directory, it can contain just the directory and refer to all the files inside directories and sub directories. A single “*” source means all files
- 2
Flags: INCLUDE (0) or EXCLUDE(1) to mirror or not to mirror
- 3
MirrorDbType: DBT_SCULPTOR(2) or DBT_ODBC(6)
- 4
MirrorDbSource: The database source information (DSN, DRIVER, kfserver_ip:/directory, …)
RELATED TOPICS |