Skip to main content

Configuring syslog.user in /etc/services of Unix

The syslog.user log file of Websphere message broker can be upto 2 Gb in size.

This log file should be configured in the conf files present in the /etc/services of Unix

The inetd.conf contains the folder where the syslog.conf will be present and syslog.conf file contains the file size of syslog.user.

A message broker restart was necessary after configuring this file.

The same configurations apply in AIX also.


Comments

Popular posts from this blog

Communication between Queue Managers

Communication between Queue Managers in MQ 7.5 Creating MQ connection between two queue managers, QMA & QMB 1. Creating queue manager QMA ALTER QMGR + *  ALTDATE(2018-05-19) + *  ALTTIME(15.19.41) +    CCSID(437) +    CLWLUSEQ(LOCAL) + *  COMMANDQ(SYSTEM.ADMIN.COMMAND.QUEUE) + *  CRDATE(2018-05-19) + *  CRTIME(15.19.41) +    DEADQ('QMA.DLQ') +    DEFXMITQ('QMA') + *  PLATFORM(WINDOWSNT) + *  QMID(QMA_2018-05-19_15.19.41) +    SSLCRYP(' ') +    SSLKEYR('C:\Program Files\IBM\WebSphere MQ\qmgrs\QMA\ssl\key') +    SUITEB(NONE) + *  VERSION(07050002) +    FORCE DEFINE LISTENER('LISTENER.TCP') TRPTYPE(TCP) CONTROL(QMGR) +    PORT(1424) + *  ALTDATE(2018-05-19) + *  ALTTIME(15.20.15) +    REPLACE 2. Creating queue manager QMB ALTER QMGR + *  ALTDATE(2018-05-19) + *  ALTTIME(15.21.08)...