IBM 26K6477 User Guide - Page 124

enable, provider, debugging, variable, level, Credentials, server, debug

Page 124 highlights

# login, the default context specified in this file will be used for the SNMPv3 # request. The context in the SNMPv3 setup web interface for the Bladecenter # must match the value submitted in the login or the value in this file (if the # context was not specified at login). If context is blank in any of the web # interfaces for the Bladecenters to be managed, then context should be # commented out here. #context = admin # authentication_protocol # This value should match the authentication protocol specified in the SNMPv3 # setup web interface for all managed Bladecenters. All managed Bladecenters # must be configured with the same authentication protocol. # Allowable values are MD5, SHA, and None authentication_protocol = MD5 # privacy_protocol # This value should match the privacy protocol specified in the SNMPv3 setup # web interface for all managed Bladecenters. All managed Bladecenters must be # configured with the same privacy protocol. # Allowable values are DES and None privacy_protocol = DES # snmp_logfile # This is the file where all debug messages will be logged. snmp_logfile = /var/log/iicm/smash_snmp.log # snmp_debug # This controls logging of net-snmp library debug messages to snmp_logfile # A value of 0 means debug is turned off. # Any other value (e.g. 1) turns on snmp debug messages. snmp_debug = 0 # num_sessions # Number of simultaneous user sessions, default is 14 num_sessions = 14 To enable MM provider debugging, set the smash_trace_level variable in [install_dir]/cfg/smash_mm.cfg to a level of 5. # SMASH MM Provider Configuration File # smash_log_file is the main provider log file smash_log_file = /var/log/iicm/smash_mm.log # smash_snmp_cfg_file contains SNMP configuration data, including # an snmp_logfile path. smash_snmp_cfg_file = /etc/iicm/smash_snmp.cfg # cim_restart_command is the command used to restart the cimserver cim_restart_command = /etc/iicm/cimrestart.sh # smash_slp_data_file: Discovery puts SLP output here smash_slp_data_file = /var/log/iicm/smash_slpdata.dat # smash_slp_data_config: Discovery puts the resulting CIM data here smash_slp_data_config = /var/log/iicm/smash_cfgdata.dat # smash_trace_level values: # 0 = none, except load messages # 1 = errors only (RASLOG_ERR) # 2 = errors & warnings (RASLOG_WARN) # 3 = include debug messages (RASLOG_DBG) # 4 = include extra debug messages (low level => RASLOG_DBGLO) # 5 = include function enter/exit messages (RASLOG_FN) smash_trace_level = 0 To enable Credentials server debugging, set log-mode in iicm_cred.conf to: debug::/var/log/iicm/iicm_credserv.log and set debug to true. 108 SMASH Proxy Installation and User's Guide

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140

#
login,
the
default
context
specified
in
this
file
will
be
used
for
the
SNMPv3
#
request.
The
context
in
the
SNMPv3
setup
web
interface
for
the
Bladecenter
#
must
match
the
value
submitted
in
the
login
or
the
value
in
this
file
(if
the
#
context
was
not
specified
at
login).
If
context
is
blank
in
any
of
the
web
#
interfaces
for
the
Bladecenters
to
be
managed,
then
context
should
be
#
commented
out
here.
#context
=
admin
#
authentication_protocol
#
This
value
should
match
the
authentication
protocol
specified
in
the
SNMPv3
#
setup
web
interface
for
all
managed
Bladecenters.
All
managed
Bladecenters
#
must
be
configured
with
the
same
authentication
protocol.
#
Allowable
values
are
MD5,
SHA,
and
None
authentication_protocol
=
MD5
#
privacy_protocol
#
This
value
should
match
the
privacy
protocol
specified
in
the
SNMPv3
setup
#
web
interface
for
all
managed
Bladecenters.
All
managed
Bladecenters
must
be
#
configured
with
the
same
privacy
protocol.
#
Allowable
values
are
DES
and
None
privacy_protocol
=
DES
#
snmp_logfile
#
This
is
the
file
where
all
debug
messages
will
be
logged.
snmp_logfile
=
/var/log/iicm/smash_snmp.log
#
snmp_debug
#
This
controls
logging
of
net-snmp
library
debug
messages
to
snmp_logfile
#
A
value
of
0
means
debug
is
turned
off.
#
Any
other
value
(e.g.
1)
turns
on
snmp
debug
messages.
snmp_debug
=
0
#
num_sessions
#
Number
of
simultaneous
user
sessions,
default
is
14
num_sessions
=
14
To
enable
MM
provider
debugging,
set
the
smash_trace_level
variable
in
[
install_dir
]/cfg/smash_mm.cfg
to
a
level
of
5.
#
SMASH
MM
Provider
Configuration
File
#
smash_log_file
is
the
main
provider
log
file
smash_log_file
=
/var/log/iicm/smash_mm.log
#
smash_snmp_cfg_file
contains
SNMP
configuration
data,
including
#
an
snmp_logfile
path.
smash_snmp_cfg_file
=
/etc/iicm/smash_snmp.cfg
#
cim_restart_command
is
the
command
used
to
restart
the
cimserver
cim_restart_command
=
/etc/iicm/cimrestart.sh
#
smash_slp_data_file:
Discovery
puts
SLP
output
here
smash_slp_data_file
=
/var/log/iicm/smash_slpdata.dat
#
smash_slp_data_config:
Discovery
puts
the
resulting
CIM
data
here
smash_slp_data_config
=
/var/log/iicm/smash_cfgdata.dat
#
smash_trace_level
values:
#
0
=
none,
except
load
messages
#
1
=
errors
only
(RASLOG_ERR)
#
2
=
errors
&
warnings
(RASLOG_WARN)
#
3
=
include
debug
messages
(RASLOG_DBG)
#
4
=
include
extra
debug
messages
(low
level
=>
RASLOG_DBGLO)
#
5
=
include
function
enter/exit
messages
(RASLOG_FN)
smash_trace_level
=
0
To
enable
Credentials
server
debugging,
set
log-mode
in
iicm_cred.conf
to:
debug::/var/log/iicm/iicm_credserv.log
and
set
debug
to
true
.
108
SMASH
Proxy
Installation
and
User's
Guide