sp_eventmon, when run with default vardir/log path in '-p' option, it fails finding the event_log.
irvsupu16 # ./sp_eventmon -p /u03/splex/752610/10/var/log -s user &
[1] 29757
irvsupu16 # The specified file does not exist
or cannot be read. Please verify!
Wrong note in the code for '-p' option.
# Usage:
# sp_eventmon -t(interval) -p(path) -n(name) -s(sp_cop name) -m &
# where
# -t specifies the time interval between successive scans every n seconds.
# This parameter is optional and if not specified defaults to 60 seconds.
# -p specifies the path to the SharePlex event log file.
# This parameter is mandatory, the script will fail if not specified.
Specify the vardir path instead of the vardir/log directory path in the '-p' option.
© 2021 Quest Software Inc. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy