DB2 Data Links Manager Quick Beginnings

Bringing the File System Directory Hierarchy to the Current Point in Time

On AIX, the directory changes are logged in the INSTHOME/sqllib/fsysadm.log file, where INSTHOME is the home directory of the Data Links Administrator.

On Windows NT, the directory changes are logged in the x:\sqllib\dlfm\fsysadm.log file, where x: is the drive where you installed DB2 Data Links Manager.

On both AIX and Windows NT, this file is appended to, and will not be truncated. There is one entry for each event. Setting the attributes of a file is also logged. The format of the entry is:

Time = <timestamp> EUID = <integer> UID = <integer> GID = <integer> Mode = <octal>
 Action = <CREATE/REMOVE/SETATTR> Object type = <DIR/FILE> Path = <fully qualified name>

where:

where Action can be:

where Object type can be:

and where Path is the fully qualified path of the file or directory.


[ Top of Page | Previous Page | Next Page ]