VLOG Utility Man Page
27
n
ov
do
cx (e
n)
16
Ap
ril 20
10
(*)
Includes all elements.
(OPEN CLOSE RENAME)
Includes only the
OPEN
,
CLOSE
, and
RENAME
events.
(* !OPEN)
Includes all events except
OPEN
.
This list could also have been specified as
(!OPEN *)
. All excluded (negated) events are
removed after first creating a list of events that are included (non-negated).
(OPEN CLOSE !RENAME)
Includes only the
OPEN
and
CLOSE
events.
The
!RENAME
is not necessary here because it was never included. Typically, you add the
excluded events in the list only when you use the asterisk (
*
) to specify all events.
(!* OPEN CLOSE)
Excludes all events. No events are included because all events were excluded.
This example illustrates that you can put the
[! or -]
character in front of the asterisk (
*
).
The
OPEN
and
CLOSE
event names have no effect because all excluded (negated) events are
processed after the included (non-negated) events. In effect, this list includes the
OPEN
and
CLOSE
events, then excludes all events.
(OPEN !OPEN CLOSE)
Includes only the
CLOSE
event.
The
OPEN
and
!OPEN
cancel each other out.
Event Sub-Types NSS, NCP, and CIFS
Each event in the list can also specify a list of event sub-types to include or exclude. These are
specified in parentheses immediately after the operation name. Event sub-types are delimited by a
space or tab.
Valid event sub-types are:
NSS
NCP
CIFS
The asterisk (
*
) can be used to include all event sub-types.
If no sub-types are specified, they are all included by default.
The exclamation mark (
!
) or minus (
-
) characters can precede a sub-type to exclude it.
The sub-types can occur in any order in the parentheses. When parsing a sub-type list, a list of
included (non-negated) sub-types is created first, then the excluded (negated) sub-types (that is,
those with the
[! or -]
exclusion character in front of them) are removed from that list.
Summary of Contents for OPEN ENTERPRISE SERVER 2 SP2 - STORAGE SERVICES AUDITING CLIENT LOGGER UTILITY REFERENCE 04-29-2010
Page 4: ...4 OES 2 SP2 NSS Auditing Client Logger VLOG Utility Reference novdocx en 16 April 2010...
Page 6: ...6 OES 2 SP2 NSS Auditing Client Logger VLOG Utility Reference novdocx en 16 April 2010...
Page 8: ...8 OES 2 SP2 NSS Auditing Client Logger VLOG Utility Reference novdocx en 16 April 2010...
Page 12: ...12 OES 2 SP2 NSS Auditing Client Logger VLOG Utility Reference novdocx en 16 April 2010...
Page 32: ...32 OES 2 SP2 NSS Auditing Client Logger VLOG Utility Reference novdocx en 16 April 2010...