Installation guide
Configuring NetIQ eDirectory on Linux 89
n4u.server.max-interfaces
This parameter specifies maximum number of
interfaces that eDirectory will use.
Default = 128
Range = 1 to 2048
n4u.server.max-openfiles
This parameter specifies the maximum number of file
descriptors that eDirectory can use.
Default = maximum allowed by the administrator
n4u.server.max-threads
The maximum number of threads that will be started by
the eDirectory server. This is the number of concurrent
operations that can be done within the eDirectory
server.
Default = 64
Range = 32 to 512
Refer to the NetIQ eDirectory 8.8 SP8 Tuning Guide to
set an optimum value.
n4u.server.idle-threads
The maximum number of idle threads that are allowed
in the eDirectory server.
Default = 8
Range = 1 to 128
n4u.server.start-threads
Initial number of threads to be started up.
Default = 8
n4u.server.log-levels
This parameter helps to configure the error logging
settings for the server-side messages. It sets the
message log level to LogFatal, LogWarn, LogErr,
LogInfo, or LogDbg.
n4u.server.log-file
This parameter specifies the log file location where the
messages would be logged. By default, the messages
are logged into the
ndsd.log
file.
n4u.ldap.lburp.transize
Number of records that are sent from the NetIQ Import/
Export client to the LDAP server in a single LBURP
packet. You can increase the transaction size to ensure
that multiple add operations can be performed in a
single request.
Default = 25
Range = 1 to 250
n4u.server.listen-on-loopback
It is a boolean parameter, and enabled by default. In a
few recent Linux distributions, the hostname in the
/
etc/hosts
file is associated with the loopback
address. Though the common address given in the
SLES systems is 127.0.0.2, it can be anything from
127.0.0.0 to 127.255.255.255 (valid loopback
addresses).
Parameter Description