HP CIFS Client A.02.02.03 Administrator's Guide
The configuration file itself is a dictionary (the surrounding curly braces are optional because other
properties are not allowed). The keys at the top level are the names of the configuration variables.
Properties that have been parsed as strings may be interpreted in one of the following ways:
• string
• number
• enumeration
• boolean
String needs no further explanation. Numbers are interpreted in decimal, unless they are prefixed
with 0 (meaning octal), or 0x (meaning hexadecimal). Enumerations are strings from a predefined
set of strings. Boolean variables are a special case of enumeration where the set consists of the
strings yes and no.
Configuration Parameters
The following is a list of all variables that may be configured for the top 3 basis sessions: main,
nfs3,cifs.
logLevels The value of this variable is an array enumerating all logging
modes that are active, the number in the square bracket
indicates the messages of the respective logging mode in
the log file. A logging mode is a string out of the following
set:
[0]info
Logging of informational messages. Should be turned on.
[1]error
Logging error messages. Should be turned on.
[2] debug
General debug messages. Used only during debugging.
[3] resource
Messages about allocation and deallocation of objects.
Usedl only during debugging.
[4] netbiosError
Logging error messages from the Netbios layer. Should be
turned on, unless too many errors occur. This is separated
from general error logging because not all of Netbios is
implemented in HP CIFS Client, and the unimplemented
features result in Netbios error messages.
[5] netbiosDebug
Debug messages from the Netbios layer. Used only during
debugging.
[6] netbiosTrace
Generates hex-dumps of all outgoing and incoming Netbios
traffic. This is very useful during debugging but should be
turned off for normal operation.
[7] nfsTrace
Provides detailed information about all NFS requests done
by the kernel and the respective return values. It is very useful
for debugging NFS but should be turned off for normal
operation.
48 Configuration File