HP Hitachi Dynamic Link Manager Software User Manual
Page 491
7. Utility Reference
467
Specify the output directory for the information that is to be collected by the
DLMgetras
utility for collecting HDLM error information. The collected
information is compiled into the three files shown in Function and output in the
specified directory.
-f
file-that-defines-information-to-be-collected
Use this parameter when you want to specify certain directories or files to be
collected. In this parameter, specify the
file-that-defines-information-to-be-collected, which defines the files and
directories you want to collect.
Use an absolute path to specify file-that-defines-information-to-be-collected.
Figure 7-1: Coding Example of a File that Defines the Information to Be
Collected shows an example of the coding in this file. In this example, the
information specified to be collected is as follows: the OS files that are not
collected by the
DLMgetras
utility by default, and the PostgreSQL files when
PostgreSQL is an upper-level application program.
Figure 7-1: Coding Example of a File that Defines the Information to Be
Collected
Rules for coding a file that defines the information to be collected
• Use an absolute path to specify a directory or file whose information is
to be collected. If you use a relative path to specify a directory or file,
that directory or file will be searched for only within the directory in
which the
DLMgetras
utility was executed, and the files found will be
collected.
• Do not specify a directory that contains the directory to which the
collected information is output. If you specify this directory, the
DLMgetras
utility will run indefinitely.
• Lines beginning with the hash mark (#) are handled as comment lines.
• If the hash mark (#) is encountered anywhere other than at the beginning
of a line, it is assumed to be part of a path name.
• Only one file or directory can be specified per line.