Having a problem converting from the old started task for UNIX messages to the new one, here's some of what we have going on so far:
USS SYSLOG SERVER:
OPSSLGP - is shutdown with Return 0
SLGOUT:
OPUSSRSL: read Result=40(28) RC=1127(467) RSN=0(0)
OPUSSLG1: FSUM7351 not found
OPS/MVS
The error messages can be caused by one of the 2 reasons below:
1) Incorrect PATH in the OPSSLGP environmental variable files (DD ENVFILE)
2) Lack of authorization of the userid of the task OPSSLGP to access this path/file
This file looks like below and a sample value of the path is marked in yellow:
#***********************************************************************
# Specify environment variables for USSCMD shell and the OPS/MVS Syslogd
# Reader.
# Format: variable=value
# Examine /etc/profile and any user logon profiles for correct values
#***********************************************************************
PATH=$PATH:/cai/ops135GA/syslog/
_BPX_SHAREAS=NO
CA_OPS_SYSLOG_DEBUG=YES
CA_OPS_SYSLOG_MSG_PRIORITY=*.info
CA_OPS_SYSLOG_PIPE=/tmp/syslogd2ops
CA_OPS_SYSLOG_PID=/etc/syslog.pid
CA_OPS_SYSLOG_CONF=/etc/syslog.conf
CA_OPS_SYSLOG_CMD=/usr/sbin/syslogd
CA_OPS_SYSLOG_CMDARGS='-d -f /etc/syslog.conf &'