HP Hitachi Dynamic Link Manager Software User Manual
Page 303
3. Creating an HDLM Environment
279
This example shows how to enable the collection of audit log data:
# /opt/DynamicLinkManager/bin/dlnkmgr set -audlog on -audlv 6
-category all
Specify
on
if you want to collect audit log data, and
off
if you do not want to collect
audit log data. If you specify
on
, you can use the
-audlv
parameter to specify the
collection level for audit log data and the
-category
parameter to specify the audit
log categories.
If you want to set the audit log facility, see (12) Setting the Audit Log Facility.
(12) Setting the Audit Log Facility
The following describes how to specify the output destination for audit log data.
If you want to specify the output destination for audit log data, first specify the audit
log facility by using the
dlnkmgr
set
-audfac
command. Next, define the output
destination of the facility in the
/etc/syslog.conf
file. Table 3-62: Values
Indicating Audit Log Facility describes the values that indicate audit log facility. The
default is
user
.
Table 3-62: Values Indicating Audit Log Facility
ca
Audit log events of the
ConfigurationAccess
category are collected.
all
Audit log events of the
StartStop
,
Authentication
, and
ConfigurationAccess
categories
are all collected.
Value
Corresponding facility value in the /etc/syslog.conf file
user
or
1
user
local0
or
16
local0
local1
or
17
local1
local2
or
18
local2
local3
or
19
local3
local4
or
20
local4
local5
or
21
local5
local6
or
22
local6
local7
or
23
local7
Value
Explanation