Converting from old USS Unix message interface to new USS SYSLOGD interface
search cancel

Converting from old USS Unix message interface to new USS SYSLOGD interface

book

Article ID: 200320

calendar_today

Updated On:

Products

OPS/MVS Event Management & Automation

Issue/Introduction

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

 

Environment

Release : 13.5

Component : OPS/MVS

Resolution

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 &'