EXEMPLE DE CODE 2-1
#
# DEFAULT_RMCP_NETMASK = 255.255.255.0
# DEFAULT_GATEWAY_IP_ADDRESS: This parameter specifies the default gateway
# IP address used for RMCP-based communications. It should be equal for the
# redundant instances of the Shelf Manager. This address is only used if no
# gateway address is set in the LAN Configuration Parameters for channel 1.
# Default is no gateway.
#
DEFAULT_GATEWAY_IP_ADDRESS = $GATEWAY
# SWITCHOVER_TIMEOUT_ON_BROKEN_LINK: This parameter sets the number of
# seconds to wait before switchover if the RMCP link is down, i.e. system
# manager is inaccessible from the shelf manager. A zero value of this
# parameter leads to an immediate switchover on RMCP link fault detection.
# With a -1 value, no automatic switchovers on RMCP link faults will occur.
# The default value is 10 second.
#
SWITCHOVER_TIMEOUT_ON_BROKEN_LINK = 10
# CONSOLE_LOGGING_ENABLED: This parameter of boolean type enables or
# disables log messages output to the console from which the Shelf Manager
# was started. Default is FALSE.
#
CONSOLE_LOGGING_ENABLED = FALSE
# SYSLOG_LOGGING_ENABLED: This parameter of boolean type enables or disables
# logging messages to the syslog facility. Default is TRUE.
#
SYSLOG_LOGGING_ENABLED = TRUE
# VERBOSITY: This parameter sets the Shelf Manager verbosity level. This
# value is actually a bitmask with each bit enabling a corresponding class
# of output messages. The current bit layout has 8 classes:
#
#
#
#
#
#
#
#
# The default verbosity level is 7 i.e. errors, warnings and information.
#
VERBOSITY = 7
48
Guide d'administration système du serveur Netra CT 900 • Janvier 2007
Fichier shelfman.conf par défaut (suite)
Errors:
Warnings:
Information:
Verbose Info:
Debug Trace Messages: 0x10 (not recommended)
Verbose Debug Trace:
Demo Messages:
Locks Information:
0x01
0x02
0x04
0x08
0x20 (not recommended)
0x40 (not recommended)
0x80 (not recommended)