System information
151
CONFIGURING AND ADMINISTERING COLDFUSION 9
Using Verity Utilities
Last updated 2/21/2012
Multiple options and dockeys can be included, as needed. If dockey is a list of files, it should consist of an at sign (@)
followed by the filename that contains a simple list of files (for example, @filelist). For more information about the
options for the mkvdk utility, see
“Getting started with the Verity mkvdk utility” on page 151.
The following operations occur when you use the mkvdk utility to create a collection:
1 New collection directories are created and the specified style files are copied to the style subdirectory.
2 The style file settings are read and the required information is passed to the Verity search engine.
3 The gateway is used to open the document files, which are parsed according to the settings in various style files.
4 A new partition is created, which includes an index and an attribute table.
5 Assist data is generated, which might include a spanning word list.
When problems occur during an operation, the mkvdk utility writes error messages to the system log file (sysinfo.log).
You can direct error and other messages to the console by using the mkvdk command with the
-outlevel option. You
can direct messages to a file of your choice by using the
-loglevel and -logfile options.
The log file contains the following fields:
• Date
• Time
• Level
• Code
• Component
• Description
You can use the log file to view details about what happens during the collection creation process. Use the mkvdk -
loglevel command and specify the numeric identifier for the message level you want, as summarized in the following
table:
To calculate the numeric parameter, add the numbers for the message types you want to include. The default for both
-outlevel and -loglevel is 15, which selects fatal, error, warning, and status messages (1+2+4+8).
Getting started with the Verity mkvdk utility
The following is the basic mkvdk syntax:
mkvdk -collection path [option] [...] [filespec] [...]
Type Number
Fatal 1
Error 2
Warning 4
Status 8
Info 16
Verbose 32
Debug 64